Shades of Apache #CAA157
Tints of Apache #CAA157
RGB
CMYK
RGB Variations
Color information
#CAA157 (or 0xCAA157) is known color: Apache. HEX triplet: CA, A1 and 57. RGB value is (202,161,87). Sum of RGB (Red+Green+Blue) = 202+161+87=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 87 (34.38% from 255 or 19.33% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA157 is #355EA8. Grayscale: #A5A5A5. Windows color (decimal): -3497641 or 5743050. OLE color: 5743050.
HSL color Cylindrical-coordinate representation of color #CAA157: hue angle of 38.61º 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 #CAA157 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 87 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.21 |
| HSL | 38.61º | 0.52% | 0.57% | - |
| HSV(B) | 38.61º | 0.57% | 0.79% | - |
| XYZ | 38.82 | 38.73 | 14.45 | - |
| YUV | 164.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 87 | 0 | 0.20 | 0.57 | 0.21 | 38.61 | 0.52 | 0.57 |
| Hex | CA | A1 | 57 | 0 | 14 | 39 | 15 | 27 | 34 | 39 |
| Octal | 312 | 241 | 127 | 0 | 24 | 71 | 25 | 47 | 64 | 71 |
| Binary | 11001010 | 10100001 | 1010111 | 0 | 10100 | 111001 | 10101 | 100111 | 110100 | 111001 |
Color Harmonies of #CAA157
Complementary color
Monochromatic Colors of #CAA157
Black with #CAA157
Text Example
Text Example
White with #CAA157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA157; }
p { color: rgb(202,161,87); }
H1.HeaderClassName
{
color: #CAA157;
}
.AnyTagClassName
{
color: #CAA157;
}
</style>
background-color css
<style>
a { background-color: #CAA157; }
a { background-color: rgb(202,161,87); }
div.DivClassName
{
background-color: #CAA157;
}
.BgClassName
{
background-color: #CAA157;
}
</style>
border-color css
<style>
span { border-color: #CAA157; }
span { border-color: rgb(202,161,87); }
td.TdClassName
{
border-color: #CAA157;
}
.TagClassName
{
border-color: #CAA157;
}
</style>