Shades of Apache #CAA056
Tints of Apache #CAA056
RGB
CMYK
RGB Variations
Color information
#CAA056 (or 0xCAA056) is known color: Apache. HEX triplet: CA, A0 and 56. RGB value is (202,160,86). Sum of RGB (Red+Green+Blue) = 202+160+86=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA056 is #355FA9. Grayscale: #A4A4A4. Windows color (decimal): -3497898 or 5677258. OLE color: 5677258.
HSL color Cylindrical-coordinate representation of color #CAA056: hue angle of 38.28º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAA056 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 86 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.21 |
| HSL | 38.28º | 0.52% | 0.56% | - |
| HSV(B) | 38.28º | 0.57% | 0.79% | - |
| XYZ | 38.61 | 38.37 | 14.18 | - |
| YUV | 164.12 | 83.91 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 86 | 0 | 0.21 | 0.57 | 0.21 | 38.28 | 0.52 | 0.56 |
| Hex | CA | A0 | 56 | 0 | 15 | 39 | 15 | 26 | 34 | 38 |
| Octal | 312 | 240 | 126 | 0 | 25 | 71 | 25 | 46 | 64 | 70 |
| Binary | 11001010 | 10100000 | 1010110 | 0 | 10101 | 111001 | 10101 | 100110 | 110100 | 111000 |
Color Harmonies of #CAA056
Complementary color
Monochromatic Colors of #CAA056
Black with #CAA056
Text Example
Text Example
White with #CAA056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA056; }
p { color: rgb(202,160,86); }
H1.HeaderClassName
{
color: #CAA056;
}
.AnyTagClassName
{
color: #CAA056;
}
</style>
background-color css
<style>
a { background-color: #CAA056; }
a { background-color: rgb(202,160,86); }
div.DivClassName
{
background-color: #CAA056;
}
.BgClassName
{
background-color: #CAA056;
}
</style>
border-color css
<style>
span { border-color: #CAA056; }
span { border-color: rgb(202,160,86); }
td.TdClassName
{
border-color: #CAA056;
}
.TagClassName
{
border-color: #CAA056;
}
</style>