Shades of Apache #CEAA64
Tints of Apache #CEAA64
RGB
CMYK
RGB Variations
Color information
#CEAA64 (or 0xCEAA64) is known color: Apache. HEX triplet: CE, AA and 64. RGB value is (206,170,100). Sum of RGB (Red+Green+Blue) = 206+170+100=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA64 is #31559B. Grayscale: #ADADAD. Windows color (decimal): -3233180 or 6597326. OLE color: 6597326.
HSL color Cylindrical-coordinate representation of color #CEAA64: hue angle of 39.62º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CEAA64 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 100 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.19 |
| HSL | 39.62º | 0.52% | 0.6% | - |
| HSV(B) | 39.62º | 0.51% | 0.81% | - |
| XYZ | 42.13 | 42.79 | 18.1 | - |
| YUV | 172.78 | 86.93 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 100 | 0 | 0.17 | 0.51 | 0.19 | 39.62 | 0.52 | 0.6 |
| Hex | CE | AA | 64 | 0 | 11 | 33 | 13 | 28 | 34 | 3C |
| Octal | 316 | 252 | 144 | 0 | 21 | 63 | 23 | 50 | 64 | 74 |
| Binary | 11001110 | 10101010 | 1100100 | 0 | 10001 | 110011 | 10011 | 101000 | 110100 | 111100 |
Color Harmonies of #CEAA64
Complementary color
Monochromatic Colors of #CEAA64
Black with #CEAA64
Text Example
Text Example
White with #CEAA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA64; }
p { color: rgb(206,170,100); }
H1.HeaderClassName
{
color: #CEAA64;
}
.AnyTagClassName
{
color: #CEAA64;
}
</style>
background-color css
<style>
a { background-color: #CEAA64; }
a { background-color: rgb(206,170,100); }
div.DivClassName
{
background-color: #CEAA64;
}
.BgClassName
{
background-color: #CEAA64;
}
</style>
border-color css
<style>
span { border-color: #CEAA64; }
span { border-color: rgb(206,170,100); }
td.TdClassName
{
border-color: #CEAA64;
}
.TagClassName
{
border-color: #CEAA64;
}
</style>