Shades of Apache #CAA057
Tints of Apache #CAA057
RGB
CMYK
RGB Variations
Color information
#CAA057 (or 0xCAA057) is known color: Apache. HEX triplet: CA, A0 and 57. RGB value is (202,160,87). Sum of RGB (Red+Green+Blue) = 202+160+87=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 87 (34.38% from 255 or 19.38% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA057 is #355FA8. Grayscale: #A4A4A4. Windows color (decimal): -3497897 or 5742794. OLE color: 5742794.
HSL color Cylindrical-coordinate representation of color #CAA057: hue angle of 38.09º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAA057 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 87 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.21 |
| HSL | 38.09º | 0.52% | 0.57% | - |
| HSV(B) | 38.09º | 0.57% | 0.79% | - |
| XYZ | 38.65 | 38.39 | 14.39 | - |
| YUV | 164.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 87 | 0 | 0.21 | 0.57 | 0.21 | 38.09 | 0.52 | 0.57 |
| Hex | CA | A0 | 57 | 0 | 15 | 39 | 15 | 26 | 34 | 39 |
| Octal | 312 | 240 | 127 | 0 | 25 | 71 | 25 | 46 | 64 | 71 |
| Binary | 11001010 | 10100000 | 1010111 | 0 | 10101 | 111001 | 10101 | 100110 | 110100 | 111001 |
Color Harmonies of #CAA057
Complementary color
Monochromatic Colors of #CAA057
Black with #CAA057
Text Example
Text Example
White with #CAA057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA057; }
p { color: rgb(202,160,87); }
H1.HeaderClassName
{
color: #CAA057;
}
.AnyTagClassName
{
color: #CAA057;
}
</style>
background-color css
<style>
a { background-color: #CAA057; }
a { background-color: rgb(202,160,87); }
div.DivClassName
{
background-color: #CAA057;
}
.BgClassName
{
background-color: #CAA057;
}
</style>
border-color css
<style>
span { border-color: #CAA057; }
span { border-color: rgb(202,160,87); }
td.TdClassName
{
border-color: #CAA057;
}
.TagClassName
{
border-color: #CAA057;
}
</style>