Shades of Caper #AAC575
Tints of Caper #AAC575
RGB
CMYK
RGB Variations
Color information
#AAC575 (or 0xAAC575) is known color: Caper. HEX triplet: AA, C5 and 75. RGB value is (170,197,117). Sum of RGB (Red+Green+Blue) = 170+197+117=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC575 is #553A8A. Grayscale: #B4B4B4. Windows color (decimal): -5585547 or 7718314. OLE color: 7718314.
HSL color Cylindrical-coordinate representation of color #AAC575: hue angle of 80.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAC575 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 117 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.23 |
| HSL | 80.25º | 0.41% | 0.62% | - |
| HSV(B) | 80.25º | 0.41% | 0.77% | - |
| XYZ | 39.75 | 49.76 | 24.34 | - |
| YUV | 179.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 117 | 0.14 | 0 | 0.41 | 0.23 | 80.25 | 0.41 | 0.62 |
| Hex | AA | C5 | 75 | E | 0 | 29 | 17 | 50 | 29 | 3E |
| Octal | 252 | 305 | 165 | 16 | 0 | 51 | 27 | 120 | 51 | 76 |
| Binary | 10101010 | 11000101 | 1110101 | 1110 | 0 | 101001 | 10111 | 1010000 | 101001 | 111110 |
Color Harmonies of #AAC575
Complementary color
Monochromatic Colors of #AAC575
Black with #AAC575
Text Example
Text Example
White with #AAC575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC575; }
p { color: rgb(170,197,117); }
H1.HeaderClassName
{
color: #AAC575;
}
.AnyTagClassName
{
color: #AAC575;
}
</style>
background-color css
<style>
a { background-color: #AAC575; }
a { background-color: rgb(170,197,117); }
div.DivClassName
{
background-color: #AAC575;
}
.BgClassName
{
background-color: #AAC575;
}
</style>
border-color css
<style>
span { border-color: #AAC575; }
span { border-color: rgb(170,197,117); }
td.TdClassName
{
border-color: #AAC575;
}
.TagClassName
{
border-color: #AAC575;
}
</style>