Shades of Caper #AABA6F
Tints of Caper #AABA6F
RGB
CMYK
RGB Variations
Color information
#AABA6F (or 0xAABA6F) is known color: Caper. HEX triplet: AA, BA and 6F. RGB value is (170,186,111). Sum of RGB (Red+Green+Blue) = 170+186+111=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA6F is #554590. Grayscale: #ACACAC. Windows color (decimal): -5588369 or 7322282. OLE color: 7322282.
HSL color Cylindrical-coordinate representation of color #AABA6F: hue angle of 72.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AABA6F is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 111 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.27 |
| HSL | 72.8º | 0.35% | 0.58% | - |
| HSV(B) | 72.8º | 0.4% | 0.73% | - |
| XYZ | 37.01 | 44.81 | 21.74 | - |
| YUV | 172.67 | 93.2 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 111 | 0.09 | 0 | 0.40 | 0.27 | 72.8 | 0.35 | 0.58 |
| Hex | AA | BA | 6F | 9 | 0 | 28 | 1B | 49 | 23 | 3A |
| Octal | 252 | 272 | 157 | 11 | 0 | 50 | 33 | 111 | 43 | 72 |
| Binary | 10101010 | 10111010 | 1101111 | 1001 | 0 | 101000 | 11011 | 1001001 | 100011 | 111010 |
Color Harmonies of #AABA6F
Complementary color
Monochromatic Colors of #AABA6F
Black with #AABA6F
Text Example
Text Example
White with #AABA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA6F; }
p { color: rgb(170,186,111); }
H1.HeaderClassName
{
color: #AABA6F;
}
.AnyTagClassName
{
color: #AABA6F;
}
</style>
background-color css
<style>
a { background-color: #AABA6F; }
a { background-color: rgb(170,186,111); }
div.DivClassName
{
background-color: #AABA6F;
}
.BgClassName
{
background-color: #AABA6F;
}
</style>
border-color css
<style>
span { border-color: #AABA6F; }
span { border-color: rgb(170,186,111); }
td.TdClassName
{
border-color: #AABA6F;
}
.TagClassName
{
border-color: #AABA6F;
}
</style>