Shades of Caper #AAC982
Tints of Caper #AAC982
RGB
CMYK
RGB Variations
Color information
#AAC982 (or 0xAAC982) is known color: Caper. HEX triplet: AA, C9 and 82. RGB value is (170,201,130). Sum of RGB (Red+Green+Blue) = 170+201+130=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC982 is #55367D. Grayscale: #B7B7B7. Windows color (decimal): -5584510 or 8571306. OLE color: 8571306.
HSL color Cylindrical-coordinate representation of color #AAC982: hue angle of 86.2º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAC982 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 130 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.21 |
| HSL | 86.2º | 0.4% | 0.65% | - |
| HSV(B) | 86.2º | 0.35% | 0.79% | - |
| XYZ | 41.49 | 51.93 | 28.96 | - |
| YUV | 183.64 | 97.73 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 130 | 0.15 | 0 | 0.35 | 0.21 | 86.2 | 0.4 | 0.65 |
| Hex | AA | C9 | 82 | F | 0 | 23 | 15 | 56 | 28 | 41 |
| Octal | 252 | 311 | 202 | 17 | 0 | 43 | 25 | 126 | 50 | 101 |
| Binary | 10101010 | 11001001 | 10000010 | 1111 | 0 | 100011 | 10101 | 1010110 | 101000 | 1000001 |
Color Harmonies of #AAC982
Complementary color
Monochromatic Colors of #AAC982
Black with #AAC982
Text Example
Text Example
White with #AAC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC982; }
p { color: rgb(170,201,130); }
H1.HeaderClassName
{
color: #AAC982;
}
.AnyTagClassName
{
color: #AAC982;
}
</style>
background-color css
<style>
a { background-color: #AAC982; }
a { background-color: rgb(170,201,130); }
div.DivClassName
{
background-color: #AAC982;
}
.BgClassName
{
background-color: #AAC982;
}
</style>
border-color css
<style>
span { border-color: #AAC982; }
span { border-color: rgb(170,201,130); }
td.TdClassName
{
border-color: #AAC982;
}
.TagClassName
{
border-color: #AAC982;
}
</style>