Shades of Caper #AAB97E
Tints of Caper #AAB97E
RGB
CMYK
RGB Variations
Color information
#AAB97E (or 0xAAB97E) is known color: Caper. HEX triplet: AA, B9 and 7E. RGB value is (170,185,126). Sum of RGB (Red+Green+Blue) = 170+185+126=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB97E is #554681. Grayscale: #AEAEAE. Windows color (decimal): -5588610 or 8305066. OLE color: 8305066.
HSL color Cylindrical-coordinate representation of color #AAB97E: hue angle of 75.25º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAB97E is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 126 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.27 |
| HSL | 75.25º | 0.3% | 0.61% | - |
| HSV(B) | 75.25º | 0.32% | 0.73% | - |
| XYZ | 37.69 | 44.75 | 26.39 | - |
| YUV | 173.79 | 101.03 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 126 | 0.08 | 0 | 0.32 | 0.27 | 75.25 | 0.3 | 0.61 |
| Hex | AA | B9 | 7E | 8 | 0 | 20 | 1B | 4B | 1E | 3D |
| Octal | 252 | 271 | 176 | 10 | 0 | 40 | 33 | 113 | 36 | 75 |
| Binary | 10101010 | 10111001 | 1111110 | 1000 | 0 | 100000 | 11011 | 1001011 | 11110 | 111101 |
Color Harmonies of #AAB97E
Complementary color
Monochromatic Colors of #AAB97E
Black with #AAB97E
Text Example
Text Example
White with #AAB97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB97E; }
p { color: rgb(170,185,126); }
H1.HeaderClassName
{
color: #AAB97E;
}
.AnyTagClassName
{
color: #AAB97E;
}
</style>
background-color css
<style>
a { background-color: #AAB97E; }
a { background-color: rgb(170,185,126); }
div.DivClassName
{
background-color: #AAB97E;
}
.BgClassName
{
background-color: #AAB97E;
}
</style>
border-color css
<style>
span { border-color: #AAB97E; }
span { border-color: rgb(170,185,126); }
td.TdClassName
{
border-color: #AAB97E;
}
.TagClassName
{
border-color: #AAB97E;
}
</style>