Shades of Apache #CCA55A
Tints of Apache #CCA55A
RGB
CMYK
RGB Variations
Color information
#CCA55A (or 0xCCA55A) is known color: Apache. HEX triplet: CC, A5 and 5A. RGB value is (204,165,90). Sum of RGB (Red+Green+Blue) = 204+165+90=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA55A is #335AA5. Grayscale: #A8A8A8. Windows color (decimal): -3365542 or 5940684. OLE color: 5940684.
HSL color Cylindrical-coordinate representation of color #CCA55A: hue angle of 39.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCA55A is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 90 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.2 |
| HSL | 39.47º | 0.53% | 0.58% | - |
| HSV(B) | 39.47º | 0.56% | 0.8% | - |
| XYZ | 40.2 | 40.49 | 15.37 | - |
| YUV | 168.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 90 | 0 | 0.19 | 0.56 | 0.2 | 39.47 | 0.53 | 0.58 |
| Hex | CC | A5 | 5A | 0 | 13 | 38 | 14 | 27 | 35 | 3A |
| Octal | 314 | 245 | 132 | 0 | 23 | 70 | 24 | 47 | 65 | 72 |
| Binary | 11001100 | 10100101 | 1011010 | 0 | 10011 | 111000 | 10100 | 100111 | 110101 | 111010 |
Color Harmonies of #CCA55A
Complementary color
Monochromatic Colors of #CCA55A
Black with #CCA55A
Text Example
Text Example
White with #CCA55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA55A; }
p { color: rgb(204,165,90); }
H1.HeaderClassName
{
color: #CCA55A;
}
.AnyTagClassName
{
color: #CCA55A;
}
</style>
background-color css
<style>
a { background-color: #CCA55A; }
a { background-color: rgb(204,165,90); }
div.DivClassName
{
background-color: #CCA55A;
}
.BgClassName
{
background-color: #CCA55A;
}
</style>
border-color css
<style>
span { border-color: #CCA55A; }
span { border-color: rgb(204,165,90); }
td.TdClassName
{
border-color: #CCA55A;
}
.TagClassName
{
border-color: #CCA55A;
}
</style>