Shades of Apache #CFAE55
Tints of Apache #CFAE55
RGB
CMYK
RGB Variations
Color information
#CFAE55 (or 0xCFAE55) is known color: Apache. HEX triplet: CF, AE and 55. RGB value is (207,174,85). Sum of RGB (Red+Green+Blue) = 207+174+85=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE55 is #3051AA. Grayscale: #AEAEAE. Windows color (decimal): -3166635 or 5615311. OLE color: 5615311.
HSL color Cylindrical-coordinate representation of color #CFAE55: hue angle of 43.77º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFAE55 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 85 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.19 |
| HSL | 43.77º | 0.56% | 0.57% | - |
| HSV(B) | 43.77º | 0.59% | 0.81% | - |
| XYZ | 42.51 | 44.19 | 14.88 | - |
| YUV | 173.72 | 77.93 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 85 | 0 | 0.16 | 0.59 | 0.19 | 43.77 | 0.56 | 0.57 |
| Hex | CF | AE | 55 | 0 | 10 | 3B | 13 | 2C | 38 | 39 |
| Octal | 317 | 256 | 125 | 0 | 20 | 73 | 23 | 54 | 70 | 71 |
| Binary | 11001111 | 10101110 | 1010101 | 0 | 10000 | 111011 | 10011 | 101100 | 111000 | 111001 |
Color Harmonies of #CFAE55
Complementary color
Monochromatic Colors of #CFAE55
Black with #CFAE55
Text Example
Text Example
White with #CFAE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE55; }
p { color: rgb(207,174,85); }
H1.HeaderClassName
{
color: #CFAE55;
}
.AnyTagClassName
{
color: #CFAE55;
}
</style>
background-color css
<style>
a { background-color: #CFAE55; }
a { background-color: rgb(207,174,85); }
div.DivClassName
{
background-color: #CFAE55;
}
.BgClassName
{
background-color: #CFAE55;
}
</style>
border-color css
<style>
span { border-color: #CFAE55; }
span { border-color: rgb(207,174,85); }
td.TdClassName
{
border-color: #CFAE55;
}
.TagClassName
{
border-color: #CFAE55;
}
</style>