Shades of Caper #AAB86E
Tints of Caper #AAB86E
RGB
CMYK
RGB Variations
Color information
#AAB86E (or 0xAAB86E) is known color: Caper. HEX triplet: AA, B8 and 6E. RGB value is (170,184,110). Sum of RGB (Red+Green+Blue) = 170+184+110=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB86E is #554791. Grayscale: #ABABAB. Windows color (decimal): -5588882 or 7256234. OLE color: 7256234.
HSL color Cylindrical-coordinate representation of color #AAB86E: hue angle of 71.35º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAB86E is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 110 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.28 |
| HSL | 71.35º | 0.34% | 0.58% | - |
| HSV(B) | 71.35º | 0.4% | 0.72% | - |
| XYZ | 36.53 | 43.95 | 21.31 | - |
| YUV | 171.38 | 93.36 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 110 | 0.08 | 0 | 0.40 | 0.28 | 71.35 | 0.34 | 0.58 |
| Hex | AA | B8 | 6E | 8 | 0 | 28 | 1C | 47 | 22 | 3A |
| Octal | 252 | 270 | 156 | 10 | 0 | 50 | 34 | 107 | 42 | 72 |
| Binary | 10101010 | 10111000 | 1101110 | 1000 | 0 | 101000 | 11100 | 1000111 | 100010 | 111010 |
Color Harmonies of #AAB86E
Complementary color
Monochromatic Colors of #AAB86E
Black with #AAB86E
Text Example
Text Example
White with #AAB86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB86E; }
p { color: rgb(170,184,110); }
H1.HeaderClassName
{
color: #AAB86E;
}
.AnyTagClassName
{
color: #AAB86E;
}
</style>
background-color css
<style>
a { background-color: #AAB86E; }
a { background-color: rgb(170,184,110); }
div.DivClassName
{
background-color: #AAB86E;
}
.BgClassName
{
background-color: #AAB86E;
}
</style>
border-color css
<style>
span { border-color: #AAB86E; }
span { border-color: rgb(170,184,110); }
td.TdClassName
{
border-color: #AAB86E;
}
.TagClassName
{
border-color: #AAB86E;
}
</style>