Shades of Caper #AAB97C
Tints of Caper #AAB97C
RGB
CMYK
RGB Variations
Color information
#AAB97C (or 0xAAB97C) is known color: Caper. HEX triplet: AA, B9 and 7C. RGB value is (170,185,124). Sum of RGB (Red+Green+Blue) = 170+185+124=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB97C is #554683. Grayscale: #ADADAD. Windows color (decimal): -5588612 or 8173994. OLE color: 8173994.
HSL color Cylindrical-coordinate representation of color #AAB97C: hue angle of 74.75º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAB97C is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 124 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.27 |
| HSL | 74.75º | 0.3% | 0.61% | - |
| HSV(B) | 74.75º | 0.33% | 0.73% | - |
| XYZ | 37.56 | 44.7 | 25.72 | - |
| YUV | 173.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 124 | 0.08 | 0 | 0.33 | 0.27 | 74.75 | 0.3 | 0.61 |
| Hex | AA | B9 | 7C | 8 | 0 | 21 | 1B | 4B | 1E | 3D |
| Octal | 252 | 271 | 174 | 10 | 0 | 41 | 33 | 113 | 36 | 75 |
| Binary | 10101010 | 10111001 | 1111100 | 1000 | 0 | 100001 | 11011 | 1001011 | 11110 | 111101 |
Color Harmonies of #AAB97C
Complementary color
Monochromatic Colors of #AAB97C
Black with #AAB97C
Text Example
Text Example
White with #AAB97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB97C; }
p { color: rgb(170,185,124); }
H1.HeaderClassName
{
color: #AAB97C;
}
.AnyTagClassName
{
color: #AAB97C;
}
</style>
background-color css
<style>
a { background-color: #AAB97C; }
a { background-color: rgb(170,185,124); }
div.DivClassName
{
background-color: #AAB97C;
}
.BgClassName
{
background-color: #AAB97C;
}
</style>
border-color css
<style>
span { border-color: #AAB97C; }
span { border-color: rgb(170,185,124); }
td.TdClassName
{
border-color: #AAB97C;
}
.TagClassName
{
border-color: #AAB97C;
}
</style>