Shades of Apache #D5A46A
Tints of Apache #D5A46A
RGB
CMYK
RGB Variations
Color information
#D5A46A (or 0xD5A46A) is known color: Apache. HEX triplet: D5, A4 and 6A. RGB value is (213,164,106). Sum of RGB (Red+Green+Blue) = 213+164+106=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A46A is #2A5B95. Grayscale: #ACACAC. Windows color (decimal): -2775958 or 6989013. OLE color: 6989013.
HSL color Cylindrical-coordinate representation of color #D5A46A: hue angle of 32.52º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5A46A is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 164 | 106 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.16 |
| HSL | 32.52º | 0.56% | 0.63% | - |
| HSV(B) | 32.52º | 0.5% | 0.84% | - |
| XYZ | 43.32 | 41.74 | 19.41 | - |
| YUV | 172.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 106 | 0 | 0.23 | 0.50 | 0.16 | 32.52 | 0.56 | 0.63 |
| Hex | D5 | A4 | 6A | 0 | 17 | 32 | 10 | 21 | 38 | 3F |
| Octal | 325 | 244 | 152 | 0 | 27 | 62 | 20 | 41 | 70 | 77 |
| Binary | 11010101 | 10100100 | 1101010 | 0 | 10111 | 110010 | 10000 | 100001 | 111000 | 111111 |
Color Harmonies of #D5A46A
Complementary color
Monochromatic Colors of #D5A46A
Black with #D5A46A
Text Example
Text Example
White with #D5A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A46A; }
p { color: rgb(213,164,106); }
H1.HeaderClassName
{
color: #D5A46A;
}
.AnyTagClassName
{
color: #D5A46A;
}
</style>
background-color css
<style>
a { background-color: #D5A46A; }
a { background-color: rgb(213,164,106); }
div.DivClassName
{
background-color: #D5A46A;
}
.BgClassName
{
background-color: #D5A46A;
}
</style>
border-color css
<style>
span { border-color: #D5A46A; }
span { border-color: rgb(213,164,106); }
td.TdClassName
{
border-color: #D5A46A;
}
.TagClassName
{
border-color: #D5A46A;
}
</style>