Shades of Caper #AAD171
Tints of Caper #AAD171
RGB
CMYK
RGB Variations
Color information
#AAD171 (or 0xAAD171) is known color: Caper. HEX triplet: AA, D1 and 71. RGB value is (170,209,113). Sum of RGB (Red+Green+Blue) = 170+209+113=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD171 is #552E8E. Grayscale: #BABABA. Windows color (decimal): -5582479 or 7459242. OLE color: 7459242.
HSL color Cylindrical-coordinate representation of color #AAD171: hue angle of 84.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AAD171 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 113 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.18 |
| HSL | 84.38º | 0.51% | 0.63% | - |
| HSV(B) | 84.38º | 0.46% | 0.82% | - |
| XYZ | 42.36 | 55.34 | 24.07 | - |
| YUV | 186.4 | 86.58 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 113 | 0.19 | 0 | 0.46 | 0.18 | 84.38 | 0.51 | 0.63 |
| Hex | AA | D1 | 71 | 13 | 0 | 2E | 12 | 54 | 33 | 3F |
| Octal | 252 | 321 | 161 | 23 | 0 | 56 | 22 | 124 | 63 | 77 |
| Binary | 10101010 | 11010001 | 1110001 | 10011 | 0 | 101110 | 10010 | 1010100 | 110011 | 111111 |
Color Harmonies of #AAD171
Complementary color
Monochromatic Colors of #AAD171
Black with #AAD171
Text Example
Text Example
White with #AAD171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD171; }
p { color: rgb(170,209,113); }
H1.HeaderClassName
{
color: #AAD171;
}
.AnyTagClassName
{
color: #AAD171;
}
</style>
background-color css
<style>
a { background-color: #AAD171; }
a { background-color: rgb(170,209,113); }
div.DivClassName
{
background-color: #AAD171;
}
.BgClassName
{
background-color: #AAD171;
}
</style>
border-color css
<style>
span { border-color: #AAD171; }
span { border-color: rgb(170,209,113); }
td.TdClassName
{
border-color: #AAD171;
}
.TagClassName
{
border-color: #AAD171;
}
</style>