Shades of Apache #CFAF59
Tints of Apache #CFAF59
RGB
CMYK
RGB Variations
Color information
#CFAF59 (or 0xCFAF59) is known color: Apache. HEX triplet: CF, AF and 59. RGB value is (207,175,89). Sum of RGB (Red+Green+Blue) = 207+175+89=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAF59 is #3050A6. Grayscale: #AFAFAF. Windows color (decimal): -3166375 or 5877711. OLE color: 5877711.
HSL color Cylindrical-coordinate representation of color #CFAF59: hue angle of 43.73º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFAF59 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 175 | 89 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.19 |
| HSL | 43.73º | 0.55% | 0.58% | - |
| HSV(B) | 43.73º | 0.57% | 0.81% | - |
| XYZ | 42.87 | 44.65 | 15.81 | - |
| YUV | 174.76 | 79.6 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 89 | 0 | 0.15 | 0.57 | 0.19 | 43.73 | 0.55 | 0.58 |
| Hex | CF | AF | 59 | 0 | F | 39 | 13 | 2C | 37 | 3A |
| Octal | 317 | 257 | 131 | 0 | 17 | 71 | 23 | 54 | 67 | 72 |
| Binary | 11001111 | 10101111 | 1011001 | 0 | 1111 | 111001 | 10011 | 101100 | 110111 | 111010 |
Color Harmonies of #CFAF59
Complementary color
Monochromatic Colors of #CFAF59
Black with #CFAF59
Text Example
Text Example
White with #CFAF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAF59; }
p { color: rgb(207,175,89); }
H1.HeaderClassName
{
color: #CFAF59;
}
.AnyTagClassName
{
color: #CFAF59;
}
</style>
background-color css
<style>
a { background-color: #CFAF59; }
a { background-color: rgb(207,175,89); }
div.DivClassName
{
background-color: #CFAF59;
}
.BgClassName
{
background-color: #CFAF59;
}
</style>
border-color css
<style>
span { border-color: #CFAF59; }
span { border-color: rgb(207,175,89); }
td.TdClassName
{
border-color: #CFAF59;
}
.TagClassName
{
border-color: #CFAF59;
}
</style>