Shades of Caper #AAB980
Tints of Caper #AAB980
RGB
CMYK
RGB Variations
Color information
#AAB980 (or 0xAAB980) is known color: Caper. HEX triplet: AA, B9 and 80. RGB value is (170,185,128). Sum of RGB (Red+Green+Blue) = 170+185+128=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB980 is #55467F. Grayscale: #AEAEAE. Windows color (decimal): -5588608 or 8436138. OLE color: 8436138.
HSL color Cylindrical-coordinate representation of color #AAB980: hue angle of 75.79º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAB980 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 128 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.27 |
| HSL | 75.79º | 0.29% | 0.61% | - |
| HSV(B) | 75.79º | 0.31% | 0.73% | - |
| XYZ | 37.82 | 44.8 | 27.08 | - |
| YUV | 174.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 128 | 0.08 | 0 | 0.31 | 0.27 | 75.79 | 0.29 | 0.61 |
| Hex | AA | B9 | 80 | 8 | 0 | 1F | 1B | 4C | 1D | 3D |
| Octal | 252 | 271 | 200 | 10 | 0 | 37 | 33 | 114 | 35 | 75 |
| Binary | 10101010 | 10111001 | 10000000 | 1000 | 0 | 11111 | 11011 | 1001100 | 11101 | 111101 |
Color Harmonies of #AAB980
Complementary color
Monochromatic Colors of #AAB980
Black with #AAB980
Text Example
Text Example
White with #AAB980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB980; }
p { color: rgb(170,185,128); }
H1.HeaderClassName
{
color: #AAB980;
}
.AnyTagClassName
{
color: #AAB980;
}
</style>
background-color css
<style>
a { background-color: #AAB980; }
a { background-color: rgb(170,185,128); }
div.DivClassName
{
background-color: #AAB980;
}
.BgClassName
{
background-color: #AAB980;
}
</style>
border-color css
<style>
span { border-color: #AAB980; }
span { border-color: rgb(170,185,128); }
td.TdClassName
{
border-color: #AAB980;
}
.TagClassName
{
border-color: #AAB980;
}
</style>