Shades of Apache #CAA156
Tints of Apache #CAA156
RGB
CMYK
RGB Variations
Color information
#CAA156 (or 0xCAA156) is known color: Apache. HEX triplet: CA, A1 and 56. RGB value is (202,161,86). Sum of RGB (Red+Green+Blue) = 202+161+86=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA156 is #355EA9. Grayscale: #A5A5A5. Windows color (decimal): -3497642 or 5677514. OLE color: 5677514.
HSL color Cylindrical-coordinate representation of color #CAA156: hue angle of 38.79º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAA156 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 86 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.21 |
| HSL | 38.79º | 0.52% | 0.56% | - |
| HSV(B) | 38.79º | 0.57% | 0.79% | - |
| XYZ | 38.78 | 38.72 | 14.23 | - |
| YUV | 164.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 86 | 0 | 0.20 | 0.57 | 0.21 | 38.79 | 0.52 | 0.56 |
| Hex | CA | A1 | 56 | 0 | 14 | 39 | 15 | 27 | 34 | 38 |
| Octal | 312 | 241 | 126 | 0 | 24 | 71 | 25 | 47 | 64 | 70 |
| Binary | 11001010 | 10100001 | 1010110 | 0 | 10100 | 111001 | 10101 | 100111 | 110100 | 111000 |
Color Harmonies of #CAA156
Complementary color
Monochromatic Colors of #CAA156
Black with #CAA156
Text Example
Text Example
White with #CAA156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA156; }
p { color: rgb(202,161,86); }
H1.HeaderClassName
{
color: #CAA156;
}
.AnyTagClassName
{
color: #CAA156;
}
</style>
background-color css
<style>
a { background-color: #CAA156; }
a { background-color: rgb(202,161,86); }
div.DivClassName
{
background-color: #CAA156;
}
.BgClassName
{
background-color: #CAA156;
}
</style>
border-color css
<style>
span { border-color: #CAA156; }
span { border-color: rgb(202,161,86); }
td.TdClassName
{
border-color: #CAA156;
}
.TagClassName
{
border-color: #CAA156;
}
</style>