Shades of Caper #AABA86
Tints of Caper #AABA86
RGB
CMYK
RGB Variations
Color information
#AABA86 (or 0xAABA86) is known color: Caper. HEX triplet: AA, BA and 86. RGB value is (170,186,134). Sum of RGB (Red+Green+Blue) = 170+186+134=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA86 is #554579. Grayscale: #AFAFAF. Windows color (decimal): -5588346 or 8829610. OLE color: 8829610.
HSL color Cylindrical-coordinate representation of color #AABA86: hue angle of 78.46º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AABA86 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 134 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.27 |
| HSL | 78.46º | 0.27% | 0.63% | - |
| HSV(B) | 78.46º | 0.28% | 0.73% | - |
| XYZ | 38.44 | 45.39 | 29.29 | - |
| YUV | 175.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 134 | 0.09 | 0 | 0.28 | 0.27 | 78.46 | 0.27 | 0.63 |
| Hex | AA | BA | 86 | 9 | 0 | 1C | 1B | 4E | 1B | 3F |
| Octal | 252 | 272 | 206 | 11 | 0 | 34 | 33 | 116 | 33 | 77 |
| Binary | 10101010 | 10111010 | 10000110 | 1001 | 0 | 11100 | 11011 | 1001110 | 11011 | 111111 |
Color Harmonies of #AABA86
Complementary color
Monochromatic Colors of #AABA86
Black with #AABA86
Text Example
Text Example
White with #AABA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA86; }
p { color: rgb(170,186,134); }
H1.HeaderClassName
{
color: #AABA86;
}
.AnyTagClassName
{
color: #AABA86;
}
</style>
background-color css
<style>
a { background-color: #AABA86; }
a { background-color: rgb(170,186,134); }
div.DivClassName
{
background-color: #AABA86;
}
.BgClassName
{
background-color: #AABA86;
}
</style>
border-color css
<style>
span { border-color: #AABA86; }
span { border-color: rgb(170,186,134); }
td.TdClassName
{
border-color: #AABA86;
}
.TagClassName
{
border-color: #AABA86;
}
</style>