Shades of Caper #AAB971
Tints of Caper #AAB971
RGB
CMYK
RGB Variations
Color information
#AAB971 (or 0xAAB971) is known color: Caper. HEX triplet: AA, B9 and 71. RGB value is (170,185,113). Sum of RGB (Red+Green+Blue) = 170+185+113=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB971 is #55468E. Grayscale: #ACACAC. Windows color (decimal): -5588623 or 7453098. OLE color: 7453098.
HSL color Cylindrical-coordinate representation of color #AAB971: hue angle of 72.5º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAB971 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 113 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.27 |
| HSL | 72.5º | 0.34% | 0.58% | - |
| HSV(B) | 72.5º | 0.39% | 0.73% | - |
| XYZ | 36.91 | 44.44 | 22.25 | - |
| YUV | 172.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 113 | 0.08 | 0 | 0.39 | 0.27 | 72.5 | 0.34 | 0.58 |
| Hex | AA | B9 | 71 | 8 | 0 | 27 | 1B | 48 | 22 | 3A |
| Octal | 252 | 271 | 161 | 10 | 0 | 47 | 33 | 110 | 42 | 72 |
| Binary | 10101010 | 10111001 | 1110001 | 1000 | 0 | 100111 | 11011 | 1001000 | 100010 | 111010 |
Color Harmonies of #AAB971
Complementary color
Monochromatic Colors of #AAB971
Black with #AAB971
Text Example
Text Example
White with #AAB971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB971; }
p { color: rgb(170,185,113); }
H1.HeaderClassName
{
color: #AAB971;
}
.AnyTagClassName
{
color: #AAB971;
}
</style>
background-color css
<style>
a { background-color: #AAB971; }
a { background-color: rgb(170,185,113); }
div.DivClassName
{
background-color: #AAB971;
}
.BgClassName
{
background-color: #AAB971;
}
</style>
border-color css
<style>
span { border-color: #AAB971; }
span { border-color: rgb(170,185,113); }
td.TdClassName
{
border-color: #AAB971;
}
.TagClassName
{
border-color: #AAB971;
}
</style>