#D6AA5A

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

Shades of Apache #D6AA5A

Tints of Apache #D6AA5A

Color information

#D6AA5A (or 0xD6AA5A) is unknown color: approx Apache. HEX triplet: D6, AA and 5A. RGB value is (214,170,90). Sum of RGB (Red+Green+Blue) = 214+170+90=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA5A is #2955A5. Grayscale: #AEAEAE. Windows color (decimal): -2708902 or 5941974. OLE color: 5941974.

HSL color Cylindrical-coordinate representation of color #D6AA5A: hue angle of 38.71º 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 #D6AA5A is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB21417090-
CMYK00.210.580.16
HSL38.71º60.19%59.61%-
HSV(B)38.71º57.94%83.92%-
XYZ43.9543.7815.81-
YUV174.0480.58156.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.15%
GREEN value IS 170 (66.80% from 255) = 35.86%
BLUE value IS 90 (35.55% from 255) = 18.99%
R=45.15%
G=35.86%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141709000.210.580.1638.7160.1959.61
HexD6AA5A0153A10273c3c
Octal3262521320257220477474
Binary1101011010101010101101001010111101010000100111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AA5A; }

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

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

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

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

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

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

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

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