Shades of Apache #CAA152
Tints of Apache #CAA152
RGB
CMYK
RGB Variations
Color information
#CAA152 (or 0xCAA152) is known color: Apache. HEX triplet: CA, A1 and 52. RGB value is (202,161,82). Sum of RGB (Red+Green+Blue) = 202+161+82=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA152 is #355EAD. Grayscale: #A4A4A4. Windows color (decimal): -3497646 or 5415370. OLE color: 5415370.
HSL color Cylindrical-coordinate representation of color #CAA152: hue angle of 39.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAA152 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 82 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.21 |
| HSL | 39.5º | 0.53% | 0.56% | - |
| HSV(B) | 39.5º | 0.59% | 0.79% | - |
| XYZ | 38.62 | 38.66 | 13.41 | - |
| YUV | 164.25 | 81.58 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 82 | 0 | 0.20 | 0.59 | 0.21 | 39.5 | 0.53 | 0.56 |
| Hex | CA | A1 | 52 | 0 | 14 | 3B | 15 | 28 | 35 | 38 |
| Octal | 312 | 241 | 122 | 0 | 24 | 73 | 25 | 50 | 65 | 70 |
| Binary | 11001010 | 10100001 | 1010010 | 0 | 10100 | 111011 | 10101 | 101000 | 110101 | 111000 |
Color Harmonies of #CAA152
Complementary color
Monochromatic Colors of #CAA152
Black with #CAA152
Text Example
Text Example
White with #CAA152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA152; }
p { color: rgb(202,161,82); }
H1.HeaderClassName
{
color: #CAA152;
}
.AnyTagClassName
{
color: #CAA152;
}
</style>
background-color css
<style>
a { background-color: #CAA152; }
a { background-color: rgb(202,161,82); }
div.DivClassName
{
background-color: #CAA152;
}
.BgClassName
{
background-color: #CAA152;
}
</style>
border-color css
<style>
span { border-color: #CAA152; }
span { border-color: rgb(202,161,82); }
td.TdClassName
{
border-color: #CAA152;
}
.TagClassName
{
border-color: #CAA152;
}
</style>