Shades of Apache #CEAA53
Tints of Apache #CEAA53
RGB
CMYK
RGB Variations
Color information
#CEAA53 (or 0xCEAA53) is known color: Apache. HEX triplet: CE, AA and 53. RGB value is (206,170,83). Sum of RGB (Red+Green+Blue) = 206+170+83=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAA53 is #3155AC. Grayscale: #ABABAB. Windows color (decimal): -3233197 or 5483214. OLE color: 5483214.
HSL color Cylindrical-coordinate representation of color #CEAA53: hue angle of 42.44º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEAA53 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 170 | 83 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.19 |
| HSL | 42.44º | 0.56% | 0.57% | - |
| HSV(B) | 42.44º | 0.6% | 0.81% | - |
| XYZ | 41.39 | 42.5 | 14.2 | - |
| YUV | 170.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 170 | 83 | 0 | 0.17 | 0.60 | 0.19 | 42.44 | 0.56 | 0.57 |
| Hex | CE | AA | 53 | 0 | 11 | 3C | 13 | 2A | 38 | 39 |
| Octal | 316 | 252 | 123 | 0 | 21 | 74 | 23 | 52 | 70 | 71 |
| Binary | 11001110 | 10101010 | 1010011 | 0 | 10001 | 111100 | 10011 | 101010 | 111000 | 111001 |
Color Harmonies of #CEAA53
Complementary color
Monochromatic Colors of #CEAA53
Black with #CEAA53
Text Example
Text Example
White with #CEAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAA53; }
p { color: rgb(206,170,83); }
H1.HeaderClassName
{
color: #CEAA53;
}
.AnyTagClassName
{
color: #CEAA53;
}
</style>
background-color css
<style>
a { background-color: #CEAA53; }
a { background-color: rgb(206,170,83); }
div.DivClassName
{
background-color: #CEAA53;
}
.BgClassName
{
background-color: #CEAA53;
}
</style>
border-color css
<style>
span { border-color: #CEAA53; }
span { border-color: rgb(206,170,83); }
td.TdClassName
{
border-color: #CEAA53;
}
.TagClassName
{
border-color: #CEAA53;
}
</style>