Shades of Caper #AAB886
Tints of Caper #AAB886
RGB
CMYK
RGB Variations
Color information
#AAB886 (or 0xAAB886) is known color: Caper. HEX triplet: AA, B8 and 86. RGB value is (170,184,134). Sum of RGB (Red+Green+Blue) = 170+184+134=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB886 is #554779. Grayscale: #AEAEAE. Windows color (decimal): -5588858 or 8829098. OLE color: 8829098.
HSL color Cylindrical-coordinate representation of color #AAB886: hue angle of 76.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAB886 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 134 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.28 |
| HSL | 76.8º | 0.26% | 0.62% | - |
| HSV(B) | 76.8º | 0.27% | 0.72% | - |
| XYZ | 38.02 | 44.55 | 29.15 | - |
| YUV | 174.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 134 | 0.08 | 0 | 0.27 | 0.28 | 76.8 | 0.26 | 0.62 |
| Hex | AA | B8 | 86 | 8 | 0 | 1B | 1C | 4D | 1A | 3E |
| Octal | 252 | 270 | 206 | 10 | 0 | 33 | 34 | 115 | 32 | 76 |
| Binary | 10101010 | 10111000 | 10000110 | 1000 | 0 | 11011 | 11100 | 1001101 | 11010 | 111110 |
Color Harmonies of #AAB886
Complementary color
Monochromatic Colors of #AAB886
Black with #AAB886
Text Example
Text Example
White with #AAB886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB886; }
p { color: rgb(170,184,134); }
H1.HeaderClassName
{
color: #AAB886;
}
.AnyTagClassName
{
color: #AAB886;
}
</style>
background-color css
<style>
a { background-color: #AAB886; }
a { background-color: rgb(170,184,134); }
div.DivClassName
{
background-color: #AAB886;
}
.BgClassName
{
background-color: #AAB886;
}
</style>
border-color css
<style>
span { border-color: #AAB886; }
span { border-color: rgb(170,184,134); }
td.TdClassName
{
border-color: #AAB886;
}
.TagClassName
{
border-color: #AAB886;
}
</style>