Shades of Apache #D5AC56
Tints of Apache #D5AC56
RGB
CMYK
RGB Variations
Color information
#D5AC56 (or 0xD5AC56) is known color: Apache. HEX triplet: D5, AC and 56. RGB value is (213,172,86). Sum of RGB (Red+Green+Blue) = 213+172+86=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 86 (33.98% from 255 or 18.26% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC56 is #2A53A9. Grayscale: #AEAEAE. Windows color (decimal): -2773930 or 5680341. OLE color: 5680341.
HSL color Cylindrical-coordinate representation of color #D5AC56: hue angle of 40.63º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5AC56 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 172 | 86 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.16 |
| HSL | 40.63º | 0.6% | 0.59% | - |
| HSV(B) | 40.63º | 0.6% | 0.84% | - |
| XYZ | 43.87 | 44.32 | 15.05 | - |
| YUV | 174.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 172 | 86 | 0 | 0.19 | 0.60 | 0.16 | 40.63 | 0.6 | 0.59 |
| Hex | D5 | AC | 56 | 0 | 13 | 3C | 10 | 29 | 3C | 3B |
| Octal | 325 | 254 | 126 | 0 | 23 | 74 | 20 | 51 | 74 | 73 |
| Binary | 11010101 | 10101100 | 1010110 | 0 | 10011 | 111100 | 10000 | 101001 | 111100 | 111011 |
Color Harmonies of #D5AC56
Complementary color
Monochromatic Colors of #D5AC56
Black with #D5AC56
Text Example
Text Example
White with #D5AC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AC56; }
p { color: rgb(213,172,86); }
H1.HeaderClassName
{
color: #D5AC56;
}
.AnyTagClassName
{
color: #D5AC56;
}
</style>
background-color css
<style>
a { background-color: #D5AC56; }
a { background-color: rgb(213,172,86); }
div.DivClassName
{
background-color: #D5AC56;
}
.BgClassName
{
background-color: #D5AC56;
}
</style>
border-color css
<style>
span { border-color: #D5AC56; }
span { border-color: rgb(213,172,86); }
td.TdClassName
{
border-color: #D5AC56;
}
.TagClassName
{
border-color: #D5AC56;
}
</style>