Shades of Apache #CAA155
Tints of Apache #CAA155
RGB
CMYK
RGB Variations
Color information
#CAA155 (or 0xCAA155) is known color: Apache. HEX triplet: CA, A1 and 55. RGB value is (202,161,85). Sum of RGB (Red+Green+Blue) = 202+161+85=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA155 is #355EAA. Grayscale: #A4A4A4. Windows color (decimal): -3497643 or 5611978. OLE color: 5611978.
HSL color Cylindrical-coordinate representation of color #CAA155: hue angle of 38.97º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAA155 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 85 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.21 |
| HSL | 38.97º | 0.52% | 0.56% | - |
| HSV(B) | 38.97º | 0.58% | 0.79% | - |
| XYZ | 38.74 | 38.7 | 14.02 | - |
| YUV | 164.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 85 | 0 | 0.20 | 0.58 | 0.21 | 38.97 | 0.52 | 0.56 |
| Hex | CA | A1 | 55 | 0 | 14 | 3A | 15 | 27 | 34 | 38 |
| Octal | 312 | 241 | 125 | 0 | 24 | 72 | 25 | 47 | 64 | 70 |
| Binary | 11001010 | 10100001 | 1010101 | 0 | 10100 | 111010 | 10101 | 100111 | 110100 | 111000 |
Color Harmonies of #CAA155
Complementary color
Monochromatic Colors of #CAA155
Black with #CAA155
Text Example
Text Example
White with #CAA155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA155; }
p { color: rgb(202,161,85); }
H1.HeaderClassName
{
color: #CAA155;
}
.AnyTagClassName
{
color: #CAA155;
}
</style>
background-color css
<style>
a { background-color: #CAA155; }
a { background-color: rgb(202,161,85); }
div.DivClassName
{
background-color: #CAA155;
}
.BgClassName
{
background-color: #CAA155;
}
</style>
border-color css
<style>
span { border-color: #CAA155; }
span { border-color: rgb(202,161,85); }
td.TdClassName
{
border-color: #CAA155;
}
.TagClassName
{
border-color: #CAA155;
}
</style>