Shades of Apache #CCA55E
Tints of Apache #CCA55E
RGB
CMYK
RGB Variations
Color information
#CCA55E (or 0xCCA55E) is known color: Apache. HEX triplet: CC, A5 and 5E. RGB value is (204,165,94). Sum of RGB (Red+Green+Blue) = 204+165+94=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA55E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA55E is #335AA1. Grayscale: #A8A8A8. Windows color (decimal): -3365538 or 6202828. OLE color: 6202828.
HSL color Cylindrical-coordinate representation of color #CCA55E: hue angle of 38.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCA55E is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 94 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.2 |
| HSL | 38.73º | 0.52% | 0.58% | - |
| HSV(B) | 38.73º | 0.54% | 0.8% | - |
| XYZ | 40.38 | 40.56 | 16.29 | - |
| YUV | 168.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 94 | 0 | 0.19 | 0.54 | 0.2 | 38.73 | 0.52 | 0.58 |
| Hex | CC | A5 | 5E | 0 | 13 | 36 | 14 | 27 | 34 | 3A |
| Octal | 314 | 245 | 136 | 0 | 23 | 66 | 24 | 47 | 64 | 72 |
| Binary | 11001100 | 10100101 | 1011110 | 0 | 10011 | 110110 | 10100 | 100111 | 110100 | 111010 |
Color Harmonies of #CCA55E
Complementary color
Monochromatic Colors of #CCA55E
Black with #CCA55E
Text Example
Text Example
White with #CCA55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA55E; }
p { color: rgb(204,165,94); }
H1.HeaderClassName
{
color: #CCA55E;
}
.AnyTagClassName
{
color: #CCA55E;
}
</style>
background-color css
<style>
a { background-color: #CCA55E; }
a { background-color: rgb(204,165,94); }
div.DivClassName
{
background-color: #CCA55E;
}
.BgClassName
{
background-color: #CCA55E;
}
</style>
border-color css
<style>
span { border-color: #CCA55E; }
span { border-color: rgb(204,165,94); }
td.TdClassName
{
border-color: #CCA55E;
}
.TagClassName
{
border-color: #CCA55E;
}
</style>