Shades of Caper #AABA82
Tints of Caper #AABA82
RGB
CMYK
RGB Variations
Color information
#AABA82 (or 0xAABA82) is known color: Caper. HEX triplet: AA, BA and 82. RGB value is (170,186,130). Sum of RGB (Red+Green+Blue) = 170+186+130=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA82 is #55457D. Grayscale: #AFAFAF. Windows color (decimal): -5588350 or 8567466. OLE color: 8567466.
HSL color Cylindrical-coordinate representation of color #AABA82: hue angle of 77.14º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AABA82 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 130 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.27 |
| HSL | 77.14º | 0.29% | 0.62% | - |
| HSV(B) | 77.14º | 0.3% | 0.73% | - |
| XYZ | 38.17 | 45.28 | 27.85 | - |
| YUV | 174.83 | 102.7 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 130 | 0.09 | 0 | 0.30 | 0.27 | 77.14 | 0.29 | 0.62 |
| Hex | AA | BA | 82 | 9 | 0 | 1E | 1B | 4D | 1D | 3E |
| Octal | 252 | 272 | 202 | 11 | 0 | 36 | 33 | 115 | 35 | 76 |
| Binary | 10101010 | 10111010 | 10000010 | 1001 | 0 | 11110 | 11011 | 1001101 | 11101 | 111110 |
Color Harmonies of #AABA82
Complementary color
Monochromatic Colors of #AABA82
Black with #AABA82
Text Example
Text Example
White with #AABA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA82; }
p { color: rgb(170,186,130); }
H1.HeaderClassName
{
color: #AABA82;
}
.AnyTagClassName
{
color: #AABA82;
}
</style>
background-color css
<style>
a { background-color: #AABA82; }
a { background-color: rgb(170,186,130); }
div.DivClassName
{
background-color: #AABA82;
}
.BgClassName
{
background-color: #AABA82;
}
</style>
border-color css
<style>
span { border-color: #AABA82; }
span { border-color: rgb(170,186,130); }
td.TdClassName
{
border-color: #AABA82;
}
.TagClassName
{
border-color: #AABA82;
}
</style>