Shades of Apache #CFAA5F
Tints of Apache #CFAA5F
RGB
CMYK
RGB Variations
Color information
#CFAA5F (or 0xCFAA5F) is known color: Apache. HEX triplet: CF, AA and 5F. RGB value is (207,170,95). Sum of RGB (Red+Green+Blue) = 207+170+95=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA5F is #3055A0. Grayscale: #ACACAC. Windows color (decimal): -3167649 or 6269647. OLE color: 6269647.
HSL color Cylindrical-coordinate representation of color #CFAA5F: hue angle of 40.18º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFAA5F is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 170 | 95 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.19 |
| HSL | 40.18º | 0.54% | 0.59% | - |
| HSV(B) | 40.18º | 0.54% | 0.81% | - |
| XYZ | 42.17 | 42.84 | 16.87 | - |
| YUV | 172.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 95 | 0 | 0.18 | 0.54 | 0.19 | 40.18 | 0.54 | 0.59 |
| Hex | CF | AA | 5F | 0 | 12 | 36 | 13 | 28 | 36 | 3B |
| Octal | 317 | 252 | 137 | 0 | 22 | 66 | 23 | 50 | 66 | 73 |
| Binary | 11001111 | 10101010 | 1011111 | 0 | 10010 | 110110 | 10011 | 101000 | 110110 | 111011 |
Color Harmonies of #CFAA5F
Complementary color
Monochromatic Colors of #CFAA5F
Black with #CFAA5F
Text Example
Text Example
White with #CFAA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAA5F; }
p { color: rgb(207,170,95); }
H1.HeaderClassName
{
color: #CFAA5F;
}
.AnyTagClassName
{
color: #CFAA5F;
}
</style>
background-color css
<style>
a { background-color: #CFAA5F; }
a { background-color: rgb(207,170,95); }
div.DivClassName
{
background-color: #CFAA5F;
}
.BgClassName
{
background-color: #CFAA5F;
}
</style>
border-color css
<style>
span { border-color: #CFAA5F; }
span { border-color: rgb(207,170,95); }
td.TdClassName
{
border-color: #CFAA5F;
}
.TagClassName
{
border-color: #CFAA5F;
}
</style>