Shades of Apache #CFAE5A
Tints of Apache #CFAE5A
RGB
CMYK
RGB Variations
Color information
#CFAE5A (or 0xCFAE5A) is known color: Apache. HEX triplet: CF, AE and 5A. RGB value is (207,174,90). Sum of RGB (Red+Green+Blue) = 207+174+90=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAE5A is #3051A5. Grayscale: #AEAEAE. Windows color (decimal): -3166630 or 5942991. OLE color: 5942991.
HSL color Cylindrical-coordinate representation of color #CFAE5A: hue angle of 43.08º 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 #CFAE5A is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 90 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.19 |
| HSL | 43.08º | 0.55% | 0.58% | - |
| HSV(B) | 43.08º | 0.57% | 0.81% | - |
| XYZ | 42.71 | 44.28 | 15.97 | - |
| YUV | 174.29 | 80.43 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 90 | 0 | 0.16 | 0.57 | 0.19 | 43.08 | 0.55 | 0.58 |
| Hex | CF | AE | 5A | 0 | 10 | 39 | 13 | 2B | 37 | 3A |
| Octal | 317 | 256 | 132 | 0 | 20 | 71 | 23 | 53 | 67 | 72 |
| Binary | 11001111 | 10101110 | 1011010 | 0 | 10000 | 111001 | 10011 | 101011 | 110111 | 111010 |
Color Harmonies of #CFAE5A
Complementary color
Monochromatic Colors of #CFAE5A
Black with #CFAE5A
Text Example
Text Example
White with #CFAE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE5A; }
p { color: rgb(207,174,90); }
H1.HeaderClassName
{
color: #CFAE5A;
}
.AnyTagClassName
{
color: #CFAE5A;
}
</style>
background-color css
<style>
a { background-color: #CFAE5A; }
a { background-color: rgb(207,174,90); }
div.DivClassName
{
background-color: #CFAE5A;
}
.BgClassName
{
background-color: #CFAE5A;
}
</style>
border-color css
<style>
span { border-color: #CFAE5A; }
span { border-color: rgb(207,174,90); }
td.TdClassName
{
border-color: #CFAE5A;
}
.TagClassName
{
border-color: #CFAE5A;
}
</style>