Shades of Apache #D5A36A
Tints of Apache #D5A36A
RGB
CMYK
RGB Variations
Color information
#D5A36A (or 0xD5A36A) is known color: Apache. HEX triplet: D5, A3 and 6A. RGB value is (213,163,106). Sum of RGB (Red+Green+Blue) = 213+163+106=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A36A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A36A is #2A5C95. Grayscale: #ABABAB. Windows color (decimal): -2776214 or 6988757. OLE color: 6988757.
HSL color Cylindrical-coordinate representation of color #D5A36A: hue angle of 31.96º 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 #D5A36A is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 163 | 106 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.16 |
| HSL | 31.96º | 0.56% | 0.63% | - |
| HSV(B) | 31.96º | 0.5% | 0.84% | - |
| XYZ | 43.14 | 41.38 | 19.35 | - |
| YUV | 171.45 | 91.07 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 163 | 106 | 0 | 0.23 | 0.50 | 0.16 | 31.96 | 0.56 | 0.63 |
| Hex | D5 | A3 | 6A | 0 | 17 | 32 | 10 | 20 | 38 | 3F |
| Octal | 325 | 243 | 152 | 0 | 27 | 62 | 20 | 40 | 70 | 77 |
| Binary | 11010101 | 10100011 | 1101010 | 0 | 10111 | 110010 | 10000 | 100000 | 111000 | 111111 |
Color Harmonies of #D5A36A
Complementary color
Monochromatic Colors of #D5A36A
Black with #D5A36A
Text Example
Text Example
White with #D5A36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A36A; }
p { color: rgb(213,163,106); }
H1.HeaderClassName
{
color: #D5A36A;
}
.AnyTagClassName
{
color: #D5A36A;
}
</style>
background-color css
<style>
a { background-color: #D5A36A; }
a { background-color: rgb(213,163,106); }
div.DivClassName
{
background-color: #D5A36A;
}
.BgClassName
{
background-color: #D5A36A;
}
</style>
border-color css
<style>
span { border-color: #D5A36A; }
span { border-color: rgb(213,163,106); }
td.TdClassName
{
border-color: #D5A36A;
}
.TagClassName
{
border-color: #D5A36A;
}
</style>