#D6AC5A

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

Shades of Apache #D6AC5A

Tints of Apache #D6AC5A

Color information

#D6AC5A (or 0xD6AC5A) is unknown color: approx Apache. HEX triplet: D6, AC and 5A. RGB value is (214,172,90). Sum of RGB (Red+Green+Blue) = 214+172+90=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC5A is #2953A5. Grayscale: #AFAFAF. Windows color (decimal): -2708390 or 5942486. OLE color: 5942486.

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

Color convert

RGB21417290-
CMYK00.200.580.16
HSL39.68º60.19%59.61%-
HSV(B)39.68º57.94%83.92%-
XYZ44.3344.5415.93-
YUV175.2179.91155.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.96%
GREEN value IS 172 (67.58% from 255) = 36.13%
BLUE value IS 90 (35.55% from 255) = 18.91%
R=44.96%
G=36.13%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141729000.200.580.1639.6860.1959.61
HexD6AC5A0143A10283c3c
Octal3262541320247220507474
Binary1101011010101100101101001010011101010000101000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC5A; }

 p { color: rgb(214,172,90); }

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

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

 a { background-color: rgb(214,172,90); }

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

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

 span { border-color: rgb(214,172,90); }

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