Shades of Apache #D4A168
Tints of Apache #D4A168
RGB
CMYK
RGB Variations
Color information
#D4A168 (or 0xD4A168) is known color: Apache. HEX triplet: D4, A1 and 68. RGB value is (212,161,104). Sum of RGB (Red+Green+Blue) = 212+161+104=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A168 is #2B5E97. Grayscale: #AAAAAA. Windows color (decimal): -2842264 or 6857172. OLE color: 6857172.
HSL color Cylindrical-coordinate representation of color #D4A168: hue angle of 31.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4A168 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 161 | 104 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.17 |
| HSL | 31.67º | 0.56% | 0.62% | - |
| HSV(B) | 31.67º | 0.51% | 0.83% | - |
| XYZ | 42.39 | 40.49 | 18.68 | - |
| YUV | 169.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 104 | 0 | 0.24 | 0.51 | 0.17 | 31.67 | 0.56 | 0.62 |
| Hex | D4 | A1 | 68 | 0 | 18 | 33 | 11 | 20 | 38 | 3E |
| Octal | 324 | 241 | 150 | 0 | 30 | 63 | 21 | 40 | 70 | 76 |
| Binary | 11010100 | 10100001 | 1101000 | 0 | 11000 | 110011 | 10001 | 100000 | 111000 | 111110 |
Color Harmonies of #D4A168
Complementary color
Monochromatic Colors of #D4A168
Black with #D4A168
Text Example
Text Example
White with #D4A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A168; }
p { color: rgb(212,161,104); }
H1.HeaderClassName
{
color: #D4A168;
}
.AnyTagClassName
{
color: #D4A168;
}
</style>
background-color css
<style>
a { background-color: #D4A168; }
a { background-color: rgb(212,161,104); }
div.DivClassName
{
background-color: #D4A168;
}
.BgClassName
{
background-color: #D4A168;
}
</style>
border-color css
<style>
span { border-color: #D4A168; }
span { border-color: rgb(212,161,104); }
td.TdClassName
{
border-color: #D4A168;
}
.TagClassName
{
border-color: #D4A168;
}
</style>