Shades of Caper #AABC82
Tints of Caper #AABC82
RGB
CMYK
RGB Variations
Color information
#AABC82 (or 0xAABC82) is known color: Caper. HEX triplet: AA, BC and 82. RGB value is (170,188,130). Sum of RGB (Red+Green+Blue) = 170+188+130=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC82 is #55437D. Grayscale: #B0B0B0. Windows color (decimal): -5587838 or 8567978. OLE color: 8567978.
HSL color Cylindrical-coordinate representation of color #AABC82: hue angle of 78.62º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AABC82 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 188 | 130 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.26 |
| HSL | 78.62º | 0.3% | 0.62% | - |
| HSV(B) | 78.62º | 0.31% | 0.74% | - |
| XYZ | 38.59 | 46.12 | 27.99 | - |
| YUV | 176.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 130 | 0.10 | 0 | 0.31 | 0.26 | 78.62 | 0.3 | 0.62 |
| Hex | AA | BC | 82 | A | 0 | 1F | 1A | 4F | 1E | 3E |
| Octal | 252 | 274 | 202 | 12 | 0 | 37 | 32 | 117 | 36 | 76 |
| Binary | 10101010 | 10111100 | 10000010 | 1010 | 0 | 11111 | 11010 | 1001111 | 11110 | 111110 |
Color Harmonies of #AABC82
Complementary color
Monochromatic Colors of #AABC82
Black with #AABC82
Text Example
Text Example
White with #AABC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABC82; }
p { color: rgb(170,188,130); }
H1.HeaderClassName
{
color: #AABC82;
}
.AnyTagClassName
{
color: #AABC82;
}
</style>
background-color css
<style>
a { background-color: #AABC82; }
a { background-color: rgb(170,188,130); }
div.DivClassName
{
background-color: #AABC82;
}
.BgClassName
{
background-color: #AABC82;
}
</style>
border-color css
<style>
span { border-color: #AABC82; }
span { border-color: rgb(170,188,130); }
td.TdClassName
{
border-color: #AABC82;
}
.TagClassName
{
border-color: #AABC82;
}
</style>