Shades of Caper #AAC977
Tints of Caper #AAC977
RGB
CMYK
RGB Variations
Color information
#AAC977 (or 0xAAC977) is known color: Caper. HEX triplet: AA, C9 and 77. RGB value is (170,201,119). Sum of RGB (Red+Green+Blue) = 170+201+119=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC977 is #553688. Grayscale: #B6B6B6. Windows color (decimal): -5584521 or 7850410. OLE color: 7850410.
HSL color Cylindrical-coordinate representation of color #AAC977: hue angle of 82.68º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAC977 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 119 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.21 |
| HSL | 82.68º | 0.43% | 0.63% | - |
| HSV(B) | 82.68º | 0.41% | 0.79% | - |
| XYZ | 40.79 | 51.65 | 25.27 | - |
| YUV | 182.38 | 92.23 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 119 | 0.15 | 0 | 0.41 | 0.21 | 82.68 | 0.43 | 0.63 |
| Hex | AA | C9 | 77 | F | 0 | 29 | 15 | 53 | 2B | 3F |
| Octal | 252 | 311 | 167 | 17 | 0 | 51 | 25 | 123 | 53 | 77 |
| Binary | 10101010 | 11001001 | 1110111 | 1111 | 0 | 101001 | 10101 | 1010011 | 101011 | 111111 |
Color Harmonies of #AAC977
Complementary color
Monochromatic Colors of #AAC977
Black with #AAC977
Text Example
Text Example
White with #AAC977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC977; }
p { color: rgb(170,201,119); }
H1.HeaderClassName
{
color: #AAC977;
}
.AnyTagClassName
{
color: #AAC977;
}
</style>
background-color css
<style>
a { background-color: #AAC977; }
a { background-color: rgb(170,201,119); }
div.DivClassName
{
background-color: #AAC977;
}
.BgClassName
{
background-color: #AAC977;
}
</style>
border-color css
<style>
span { border-color: #AAC977; }
span { border-color: rgb(170,201,119); }
td.TdClassName
{
border-color: #AAC977;
}
.TagClassName
{
border-color: #AAC977;
}
</style>