Shades of Apache #CAA154
Tints of Apache #CAA154
RGB
CMYK
RGB Variations
Color information
#CAA154 (or 0xCAA154) is known color: Apache. HEX triplet: CA, A1 and 54. RGB value is (202,161,84). Sum of RGB (Red+Green+Blue) = 202+161+84=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA154 is #355EAB. Grayscale: #A4A4A4. Windows color (decimal): -3497644 or 5546442. OLE color: 5546442.
HSL color Cylindrical-coordinate representation of color #CAA154: hue angle of 39.15º degrees, saturation: 0.53, 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 #CAA154 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 84 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.21 |
| HSL | 39.15º | 0.53% | 0.56% | - |
| HSV(B) | 39.15º | 0.58% | 0.79% | - |
| XYZ | 38.7 | 38.69 | 13.81 | - |
| YUV | 164.48 | 82.58 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 84 | 0 | 0.20 | 0.58 | 0.21 | 39.15 | 0.53 | 0.56 |
| Hex | CA | A1 | 54 | 0 | 14 | 3A | 15 | 27 | 35 | 38 |
| Octal | 312 | 241 | 124 | 0 | 24 | 72 | 25 | 47 | 65 | 70 |
| Binary | 11001010 | 10100001 | 1010100 | 0 | 10100 | 111010 | 10101 | 100111 | 110101 | 111000 |
Color Harmonies of #CAA154
Complementary color
Monochromatic Colors of #CAA154
Black with #CAA154
Text Example
Text Example
White with #CAA154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA154; }
p { color: rgb(202,161,84); }
H1.HeaderClassName
{
color: #CAA154;
}
.AnyTagClassName
{
color: #CAA154;
}
</style>
background-color css
<style>
a { background-color: #CAA154; }
a { background-color: rgb(202,161,84); }
div.DivClassName
{
background-color: #CAA154;
}
.BgClassName
{
background-color: #CAA154;
}
</style>
border-color css
<style>
span { border-color: #CAA154; }
span { border-color: rgb(202,161,84); }
td.TdClassName
{
border-color: #CAA154;
}
.TagClassName
{
border-color: #CAA154;
}
</style>