Shades of Caper #AAC075
Tints of Caper #AAC075
RGB
CMYK
RGB Variations
Color information
#AAC075 (or 0xAAC075) is known color: Caper. HEX triplet: AA, C0 and 75. RGB value is (170,192,117). Sum of RGB (Red+Green+Blue) = 170+192+117=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC075 is #553F8A. Grayscale: #B1B1B1. Windows color (decimal): -5586827 or 7717034. OLE color: 7717034.
HSL color Cylindrical-coordinate representation of color #AAC075: hue angle of 77.6º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAC075 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 117 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.25 |
| HSL | 77.6º | 0.37% | 0.61% | - |
| HSV(B) | 77.6º | 0.39% | 0.75% | - |
| XYZ | 38.64 | 47.53 | 23.97 | - |
| YUV | 176.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 117 | 0.11 | 0 | 0.39 | 0.25 | 77.6 | 0.37 | 0.61 |
| Hex | AA | C0 | 75 | B | 0 | 27 | 19 | 4E | 25 | 3D |
| Octal | 252 | 300 | 165 | 13 | 0 | 47 | 31 | 116 | 45 | 75 |
| Binary | 10101010 | 11000000 | 1110101 | 1011 | 0 | 100111 | 11001 | 1001110 | 100101 | 111101 |
Color Harmonies of #AAC075
Complementary color
Monochromatic Colors of #AAC075
Black with #AAC075
Text Example
Text Example
White with #AAC075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC075; }
p { color: rgb(170,192,117); }
H1.HeaderClassName
{
color: #AAC075;
}
.AnyTagClassName
{
color: #AAC075;
}
</style>
background-color css
<style>
a { background-color: #AAC075; }
a { background-color: rgb(170,192,117); }
div.DivClassName
{
background-color: #AAC075;
}
.BgClassName
{
background-color: #AAC075;
}
</style>
border-color css
<style>
span { border-color: #AAC075; }
span { border-color: rgb(170,192,117); }
td.TdClassName
{
border-color: #AAC075;
}
.TagClassName
{
border-color: #AAC075;
}
</style>