Shades of Apache #D7A46A
Tints of Apache #D7A46A
RGB
CMYK
RGB Variations
Color information
#D7A46A (or 0xD7A46A) is known color: Apache. HEX triplet: D7, A4 and 6A. RGB value is (215,164,106). Sum of RGB (Red+Green+Blue) = 215+164+106=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A46A is #285B95. Grayscale: #ACACAC. Windows color (decimal): -2644886 or 6989015. OLE color: 6989015.
HSL color Cylindrical-coordinate representation of color #D7A46A: hue angle of 31.93º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7A46A is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 164 | 106 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.16 |
| HSL | 31.93º | 0.58% | 0.63% | - |
| HSV(B) | 31.93º | 0.51% | 0.84% | - |
| XYZ | 43.9 | 42.04 | 19.44 | - |
| YUV | 172.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 164 | 106 | 0 | 0.24 | 0.51 | 0.16 | 31.93 | 0.58 | 0.63 |
| Hex | D7 | A4 | 6A | 0 | 18 | 33 | 10 | 20 | 3A | 3F |
| Octal | 327 | 244 | 152 | 0 | 30 | 63 | 20 | 40 | 72 | 77 |
| Binary | 11010111 | 10100100 | 1101010 | 0 | 11000 | 110011 | 10000 | 100000 | 111010 | 111111 |
Color Harmonies of #D7A46A
Complementary color
Monochromatic Colors of #D7A46A
Black with #D7A46A
Text Example
Text Example
White with #D7A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A46A; }
p { color: rgb(215,164,106); }
H1.HeaderClassName
{
color: #D7A46A;
}
.AnyTagClassName
{
color: #D7A46A;
}
</style>
background-color css
<style>
a { background-color: #D7A46A; }
a { background-color: rgb(215,164,106); }
div.DivClassName
{
background-color: #D7A46A;
}
.BgClassName
{
background-color: #D7A46A;
}
</style>
border-color css
<style>
span { border-color: #D7A46A; }
span { border-color: rgb(215,164,106); }
td.TdClassName
{
border-color: #D7A46A;
}
.TagClassName
{
border-color: #D7A46A;
}
</style>