Shades of Caper #AAC970
Tints of Caper #AAC970
RGB
CMYK
RGB Variations
Color information
#AAC970 (or 0xAAC970) is known color: Caper. HEX triplet: AA, C9 and 70. RGB value is (170,201,112). Sum of RGB (Red+Green+Blue) = 170+201+112=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC970 is #55368F. Grayscale: #B5B5B5. Windows color (decimal): -5584528 or 7391658. OLE color: 7391658.
HSL color Cylindrical-coordinate representation of color #AAC970: hue angle of 80.9º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAC970 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 112 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.21 |
| HSL | 80.9º | 0.45% | 0.61% | - |
| HSV(B) | 80.9º | 0.44% | 0.79% | - |
| XYZ | 40.39 | 51.49 | 23.14 | - |
| YUV | 181.59 | 88.73 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 112 | 0.15 | 0 | 0.44 | 0.21 | 80.9 | 0.45 | 0.61 |
| Hex | AA | C9 | 70 | F | 0 | 2C | 15 | 51 | 2D | 3D |
| Octal | 252 | 311 | 160 | 17 | 0 | 54 | 25 | 121 | 55 | 75 |
| Binary | 10101010 | 11001001 | 1110000 | 1111 | 0 | 101100 | 10101 | 1010001 | 101101 | 111101 |
Color Harmonies of #AAC970
Complementary color
Monochromatic Colors of #AAC970
Black with #AAC970
Text Example
Text Example
White with #AAC970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC970; }
p { color: rgb(170,201,112); }
H1.HeaderClassName
{
color: #AAC970;
}
.AnyTagClassName
{
color: #AAC970;
}
</style>
background-color css
<style>
a { background-color: #AAC970; }
a { background-color: rgb(170,201,112); }
div.DivClassName
{
background-color: #AAC970;
}
.BgClassName
{
background-color: #AAC970;
}
</style>
border-color css
<style>
span { border-color: #AAC970; }
span { border-color: rgb(170,201,112); }
td.TdClassName
{
border-color: #AAC970;
}
.TagClassName
{
border-color: #AAC970;
}
</style>