Shades of Apache #CA9F59
Tints of Apache #CA9F59
RGB
CMYK
RGB Variations
Color information
#CA9F59 (or 0xCA9F59) is known color: Apache. HEX triplet: CA, 9F and 59. RGB value is (202,159,89). Sum of RGB (Red+Green+Blue) = 202+159+89=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 89 (35.16% from 255 or 19.78% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F59 is #3560A6. Grayscale: #A4A4A4. Windows color (decimal): -3498151 or 5873610. OLE color: 5873610.
HSL color Cylindrical-coordinate representation of color #CA9F59: hue angle of 37.17º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA9F59 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 89 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.21 |
| HSL | 37.17º | 0.52% | 0.57% | - |
| HSV(B) | 37.17º | 0.56% | 0.79% | - |
| XYZ | 38.56 | 38.07 | 14.77 | - |
| YUV | 163.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 89 | 0 | 0.21 | 0.56 | 0.21 | 37.17 | 0.52 | 0.57 |
| Hex | CA | 9F | 59 | 0 | 15 | 38 | 15 | 25 | 34 | 39 |
| Octal | 312 | 237 | 131 | 0 | 25 | 70 | 25 | 45 | 64 | 71 |
| Binary | 11001010 | 10011111 | 1011001 | 0 | 10101 | 111000 | 10101 | 100101 | 110100 | 111001 |
Color Harmonies of #CA9F59
Complementary color
Monochromatic Colors of #CA9F59
Black with #CA9F59
Text Example
Text Example
White with #CA9F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F59; }
p { color: rgb(202,159,89); }
H1.HeaderClassName
{
color: #CA9F59;
}
.AnyTagClassName
{
color: #CA9F59;
}
</style>
background-color css
<style>
a { background-color: #CA9F59; }
a { background-color: rgb(202,159,89); }
div.DivClassName
{
background-color: #CA9F59;
}
.BgClassName
{
background-color: #CA9F59;
}
</style>
border-color css
<style>
span { border-color: #CA9F59; }
span { border-color: rgb(202,159,89); }
td.TdClassName
{
border-color: #CA9F59;
}
.TagClassName
{
border-color: #CA9F59;
}
</style>