Shades of Caper #AABC71
Tints of Caper #AABC71
RGB
CMYK
RGB Variations
Color information
#AABC71 (or 0xAABC71) is known color: Caper. HEX triplet: AA, BC and 71. RGB value is (170,188,113). Sum of RGB (Red+Green+Blue) = 170+188+113=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC71 is #55438E. Grayscale: #AEAEAE. Windows color (decimal): -5587855 or 7453866. OLE color: 7453866.
HSL color Cylindrical-coordinate representation of color #AABC71: hue angle of 74.4º degrees, saturation: 0.36, 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 #AABC71 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 113 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.26 |
| HSL | 74.4º | 0.36% | 0.59% | - |
| HSV(B) | 74.4º | 0.4% | 0.74% | - |
| XYZ | 37.54 | 45.7 | 22.47 | - |
| YUV | 174.07 | 93.54 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 113 | 0.10 | 0 | 0.40 | 0.26 | 74.4 | 0.36 | 0.59 |
| Hex | AA | BC | 71 | A | 0 | 28 | 1A | 4A | 24 | 3B |
| Octal | 252 | 274 | 161 | 12 | 0 | 50 | 32 | 112 | 44 | 73 |
| Binary | 10101010 | 10111100 | 1110001 | 1010 | 0 | 101000 | 11010 | 1001010 | 100100 | 111011 |
Color Harmonies of #AABC71
Complementary color
Monochromatic Colors of #AABC71
Black with #AABC71
Text Example
Text Example
White with #AABC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC71; }
p { color: rgb(170,188,113); }
H1.HeaderClassName
{
color: #AABC71;
}
.AnyTagClassName
{
color: #AABC71;
}
</style>
background-color css
<style>
a { background-color: #AABC71; }
a { background-color: rgb(170,188,113); }
div.DivClassName
{
background-color: #AABC71;
}
.BgClassName
{
background-color: #AABC71;
}
</style>
border-color css
<style>
span { border-color: #AABC71; }
span { border-color: rgb(170,188,113); }
td.TdClassName
{
border-color: #AABC71;
}
.TagClassName
{
border-color: #AABC71;
}
</style>