Shades of Caper #AABD71
Tints of Caper #AABD71
RGB
CMYK
RGB Variations
Color information
#AABD71 (or 0xAABD71) is known color: Caper. HEX triplet: AA, BD and 71. RGB value is (170,189,113). Sum of RGB (Red+Green+Blue) = 170+189+113=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD71 is #55428E. Grayscale: #AEAEAE. Windows color (decimal): -5587599 or 7454122. OLE color: 7454122.
HSL color Cylindrical-coordinate representation of color #AABD71: hue angle of 75º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AABD71 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 189 | 113 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.26 |
| HSL | 75º | 0.37% | 0.59% | - |
| HSV(B) | 75º | 0.4% | 0.74% | - |
| XYZ | 37.76 | 46.13 | 22.54 | - |
| YUV | 174.66 | 93.21 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 113 | 0.10 | 0 | 0.40 | 0.26 | 75 | 0.37 | 0.59 |
| Hex | AA | BD | 71 | A | 0 | 28 | 1A | 4B | 25 | 3B |
| Octal | 252 | 275 | 161 | 12 | 0 | 50 | 32 | 113 | 45 | 73 |
| Binary | 10101010 | 10111101 | 1110001 | 1010 | 0 | 101000 | 11010 | 1001011 | 100101 | 111011 |
Color Harmonies of #AABD71
Complementary color
Monochromatic Colors of #AABD71
Black with #AABD71
Text Example
Text Example
White with #AABD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABD71; }
p { color: rgb(170,189,113); }
H1.HeaderClassName
{
color: #AABD71;
}
.AnyTagClassName
{
color: #AABD71;
}
</style>
background-color css
<style>
a { background-color: #AABD71; }
a { background-color: rgb(170,189,113); }
div.DivClassName
{
background-color: #AABD71;
}
.BgClassName
{
background-color: #AABD71;
}
</style>
border-color css
<style>
span { border-color: #AABD71; }
span { border-color: rgb(170,189,113); }
td.TdClassName
{
border-color: #AABD71;
}
.TagClassName
{
border-color: #AABD71;
}
</style>