#d7ac5c

Color #D7AC5C Apache (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apache #D7AC5C

Tints of Apache #D7AC5C

Color information

#D7AC5C (or 0xD7AC5C) is unknown color: approx Apache. HEX triplet: D7, AC and 5C. RGB value is (215,172,92). Sum of RGB (Red+Green+Blue) = 215+172+92=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AC5C is #2853A3. Grayscale: #B0B0B0. Windows color (decimal): -2642852 or 6073559. OLE color: 6073559.

HSL color Cylindrical-coordinate representation of color #D7AC5C: hue angle of 39.02º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7AC5C is Cyan = 0, Magento = 0.2, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21517292-
CMYK00.20.570.16
HSL39.02º60.59%60.2%-
HSV(B)39.02º57.21%84.31%-
XYZ44.7144.7216.4-
YUV175.7480.75156-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 44.89%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 92 (36.33% from 255) = 19.21%
R=44.89%
G=35.91%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151729200.20.570.1639.0260.5960.2
HexD7AC5C0143910273d3c
Octal3272541340247120477574
Binary1101011110101100101110001010011100110000100111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7ac5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7ac5c; }

 p { color: rgb(215,172,92); }

 H1.HeaderClassName
 {
   color: #d7ac5c;
 }
 .AnyTagClassName
 {
   color: #d7ac5c;
 }
</style>
background-color css

<style>
 a { background-color: #d7ac5c; }

 a { background-color: rgb(215,172,92); }

 div.DivClassName
 {
   background-color: #d7ac5c;
 }
 .BgClassName
 {
   background-color: #d7ac5c;
 }
</style>
border-color css

<style>
 span { border-color: #d7ac5c; }

 span { border-color: rgb(215,172,92); }

 td.TdClassName
 {
   border-color: #d7ac5c;
 }
 .TagClassName
 {
   border-color: #d7ac5c;
 }
</style>