Shades of Apache #D1A168
Tints of Apache #D1A168
RGB
CMYK
RGB Variations
Color information
#D1A168 (or 0xD1A168) is known color: Apache. HEX triplet: D1, A1 and 68. RGB value is (209,161,104). Sum of RGB (Red+Green+Blue) = 209+161+104=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A168 is #2E5E97. Grayscale: #A9A9A9. Windows color (decimal): -3038872 or 6857169. OLE color: 6857169.
HSL color Cylindrical-coordinate representation of color #D1A168: hue angle of 32.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1A168 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 161 | 104 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.18 |
| HSL | 32.57º | 0.53% | 0.61% | - |
| HSV(B) | 32.57º | 0.5% | 0.82% | - |
| XYZ | 41.54 | 40.04 | 18.64 | - |
| YUV | 168.85 | 91.4 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 161 | 104 | 0 | 0.23 | 0.50 | 0.18 | 32.57 | 0.53 | 0.61 |
| Hex | D1 | A1 | 68 | 0 | 17 | 32 | 12 | 21 | 35 | 3D |
| Octal | 321 | 241 | 150 | 0 | 27 | 62 | 22 | 41 | 65 | 75 |
| Binary | 11010001 | 10100001 | 1101000 | 0 | 10111 | 110010 | 10010 | 100001 | 110101 | 111101 |
Color Harmonies of #D1A168
Complementary color
Monochromatic Colors of #D1A168
Black with #D1A168
Text Example
Text Example
White with #D1A168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A168; }
p { color: rgb(209,161,104); }
H1.HeaderClassName
{
color: #D1A168;
}
.AnyTagClassName
{
color: #D1A168;
}
</style>
background-color css
<style>
a { background-color: #D1A168; }
a { background-color: rgb(209,161,104); }
div.DivClassName
{
background-color: #D1A168;
}
.BgClassName
{
background-color: #D1A168;
}
</style>
border-color css
<style>
span { border-color: #D1A168; }
span { border-color: rgb(209,161,104); }
td.TdClassName
{
border-color: #D1A168;
}
.TagClassName
{
border-color: #D1A168;
}
</style>