Shades of Caper #AAB486
Tints of Caper #AAB486
RGB
CMYK
RGB Variations
Color information
#AAB486 (or 0xAAB486) is known color: Caper. HEX triplet: AA, B4 and 86. RGB value is (170,180,134). Sum of RGB (Red+Green+Blue) = 170+180+134=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB486 is #554B79. Grayscale: #ABABAB. Windows color (decimal): -5589882 or 8828074. OLE color: 8828074.
HSL color Cylindrical-coordinate representation of color #AAB486: hue angle of 73.04º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB486 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 134 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.29 |
| HSL | 73.04º | 0.23% | 0.62% | - |
| HSV(B) | 73.04º | 0.26% | 0.71% | - |
| XYZ | 37.2 | 42.91 | 28.88 | - |
| YUV | 171.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 134 | 0.06 | 0 | 0.26 | 0.29 | 73.04 | 0.23 | 0.62 |
| Hex | AA | B4 | 86 | 6 | 0 | 1A | 1D | 49 | 17 | 3E |
| Octal | 252 | 264 | 206 | 6 | 0 | 32 | 35 | 111 | 27 | 76 |
| Binary | 10101010 | 10110100 | 10000110 | 110 | 0 | 11010 | 11101 | 1001001 | 10111 | 111110 |
Color Harmonies of #AAB486
Complementary color
Monochromatic Colors of #AAB486
Black with #AAB486
Text Example
Text Example
White with #AAB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB486; }
p { color: rgb(170,180,134); }
H1.HeaderClassName
{
color: #AAB486;
}
.AnyTagClassName
{
color: #AAB486;
}
</style>
background-color css
<style>
a { background-color: #AAB486; }
a { background-color: rgb(170,180,134); }
div.DivClassName
{
background-color: #AAB486;
}
.BgClassName
{
background-color: #AAB486;
}
</style>
border-color css
<style>
span { border-color: #AAB486; }
span { border-color: rgb(170,180,134); }
td.TdClassName
{
border-color: #AAB486;
}
.TagClassName
{
border-color: #AAB486;
}
</style>