Shades of Apache #D2A169
Tints of Apache #D2A169
RGB
CMYK
RGB Variations
Color information
#D2A169 (or 0xD2A169) is known color: Apache. HEX triplet: D2, A1 and 69. RGB value is (210,161,105). Sum of RGB (Red+Green+Blue) = 210+161+105=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A169 is #2D5E96. Grayscale: #A9A9A9. Windows color (decimal): -2973335 or 6922706. OLE color: 6922706.
HSL color Cylindrical-coordinate representation of color #D2A169: hue angle of 32º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2A169 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 161 | 105 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.18 |
| HSL | 32º | 0.54% | 0.62% | - |
| HSV(B) | 32º | 0.5% | 0.82% | - |
| XYZ | 41.87 | 40.21 | 18.92 | - |
| YUV | 169.27 | 91.73 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 161 | 105 | 0 | 0.23 | 0.50 | 0.18 | 32 | 0.54 | 0.62 |
| Hex | D2 | A1 | 69 | 0 | 17 | 32 | 12 | 20 | 36 | 3E |
| Octal | 322 | 241 | 151 | 0 | 27 | 62 | 22 | 40 | 66 | 76 |
| Binary | 11010010 | 10100001 | 1101001 | 0 | 10111 | 110010 | 10010 | 100000 | 110110 | 111110 |
Color Harmonies of #D2A169
Complementary color
Monochromatic Colors of #D2A169
Black with #D2A169
Text Example
Text Example
White with #D2A169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A169; }
p { color: rgb(210,161,105); }
H1.HeaderClassName
{
color: #D2A169;
}
.AnyTagClassName
{
color: #D2A169;
}
</style>
background-color css
<style>
a { background-color: #D2A169; }
a { background-color: rgb(210,161,105); }
div.DivClassName
{
background-color: #D2A169;
}
.BgClassName
{
background-color: #D2A169;
}
</style>
border-color css
<style>
span { border-color: #D2A169; }
span { border-color: rgb(210,161,105); }
td.TdClassName
{
border-color: #D2A169;
}
.TagClassName
{
border-color: #D2A169;
}
</style>