Shades of Apache #CAA059
Tints of Apache #CAA059
RGB
CMYK
RGB Variations
Color information
#CAA059 (or 0xCAA059) is known color: Apache. HEX triplet: CA, A0 and 59. RGB value is (202,160,89). Sum of RGB (Red+Green+Blue) = 202+160+89=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 89 (35.16% from 255 or 19.73% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA059 is #355FA6. Grayscale: #A4A4A4. Windows color (decimal): -3497895 or 5873866. OLE color: 5873866.
HSL color Cylindrical-coordinate representation of color #CAA059: hue angle of 37.7º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAA059 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 89 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.21 |
| HSL | 37.7º | 0.52% | 0.57% | - |
| HSV(B) | 37.7º | 0.56% | 0.79% | - |
| XYZ | 38.73 | 38.42 | 14.83 | - |
| YUV | 164.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 89 | 0 | 0.21 | 0.56 | 0.21 | 37.7 | 0.52 | 0.57 |
| Hex | CA | A0 | 59 | 0 | 15 | 38 | 15 | 26 | 34 | 39 |
| Octal | 312 | 240 | 131 | 0 | 25 | 70 | 25 | 46 | 64 | 71 |
| Binary | 11001010 | 10100000 | 1011001 | 0 | 10101 | 111000 | 10101 | 100110 | 110100 | 111001 |
Color Harmonies of #CAA059
Complementary color
Monochromatic Colors of #CAA059
Black with #CAA059
Text Example
Text Example
White with #CAA059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA059; }
p { color: rgb(202,160,89); }
H1.HeaderClassName
{
color: #CAA059;
}
.AnyTagClassName
{
color: #CAA059;
}
</style>
background-color css
<style>
a { background-color: #CAA059; }
a { background-color: rgb(202,160,89); }
div.DivClassName
{
background-color: #CAA059;
}
.BgClassName
{
background-color: #CAA059;
}
</style>
border-color css
<style>
span { border-color: #CAA059; }
span { border-color: rgb(202,160,89); }
td.TdClassName
{
border-color: #CAA059;
}
.TagClassName
{
border-color: #CAA059;
}
</style>