#D5AC5C

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

Shades of Apache #D5AC5C

Tints of Apache #D5AC5C

Color information

#D5AC5C (or 0xD5AC5C) is unknown color: approx Apache. HEX triplet: D5, AC and 5C. RGB value is (213,172,92). Sum of RGB (Red+Green+Blue) = 213+172+92=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC5C is #2A53A3. Grayscale: #AFAFAF. Windows color (decimal): -2773924 or 6073557. OLE color: 6073557.

HSL color Cylindrical-coordinate representation of color #D5AC5C: hue angle of 39.67º degrees, saturation: 0.59, 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 #D5AC5C is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21317292-
CMYK00.190.570.16
HSL39.67º59.02%59.8%-
HSV(B)39.67º56.81%83.53%-
XYZ44.1244.4216.37-
YUV175.1481.08155-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 92 (36.33% from 255) = 19.29%
R=44.65%
G=36.06%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131729200.190.570.1639.6759.0259.8
HexD5AC5C0133910283b3c
Octal3252541340237120507374
Binary1101010110101100101110001001111100110000101000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AC5C; }

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

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

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

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

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

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

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

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