Shades of Caper #AAB981
Tints of Caper #AAB981
RGB
CMYK
RGB Variations
Color information
#AAB981 (or 0xAAB981) is known color: Caper. HEX triplet: AA, B9 and 81. RGB value is (170,185,129). Sum of RGB (Red+Green+Blue) = 170+185+129=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB981 is #55467E. Grayscale: #AEAEAE. Windows color (decimal): -5588607 or 8501674. OLE color: 8501674.
HSL color Cylindrical-coordinate representation of color #AAB981: hue angle of 76.07º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB981 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 129 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.27 |
| HSL | 76.07º | 0.29% | 0.62% | - |
| HSV(B) | 76.07º | 0.3% | 0.73% | - |
| XYZ | 37.89 | 44.83 | 27.42 | - |
| YUV | 174.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 129 | 0.08 | 0 | 0.30 | 0.27 | 76.07 | 0.29 | 0.62 |
| Hex | AA | B9 | 81 | 8 | 0 | 1E | 1B | 4C | 1D | 3E |
| Octal | 252 | 271 | 201 | 10 | 0 | 36 | 33 | 114 | 35 | 76 |
| Binary | 10101010 | 10111001 | 10000001 | 1000 | 0 | 11110 | 11011 | 1001100 | 11101 | 111110 |
Color Harmonies of #AAB981
Complementary color
Monochromatic Colors of #AAB981
Black with #AAB981
Text Example
Text Example
White with #AAB981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB981; }
p { color: rgb(170,185,129); }
H1.HeaderClassName
{
color: #AAB981;
}
.AnyTagClassName
{
color: #AAB981;
}
</style>
background-color css
<style>
a { background-color: #AAB981; }
a { background-color: rgb(170,185,129); }
div.DivClassName
{
background-color: #AAB981;
}
.BgClassName
{
background-color: #AAB981;
}
</style>
border-color css
<style>
span { border-color: #AAB981; }
span { border-color: rgb(170,185,129); }
td.TdClassName
{
border-color: #AAB981;
}
.TagClassName
{
border-color: #AAB981;
}
</style>