Shades of Caper #AAB96C
Tints of Caper #AAB96C
RGB
CMYK
RGB Variations
Color information
#AAB96C (or 0xAAB96C) is known color: Caper. HEX triplet: AA, B9 and 6C. RGB value is (170,185,108). Sum of RGB (Red+Green+Blue) = 170+185+108=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB96C is #554693. Grayscale: #ACACAC. Windows color (decimal): -5588628 or 7125418. OLE color: 7125418.
HSL color Cylindrical-coordinate representation of color #AAB96C: hue angle of 71.69º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAB96C is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 108 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.27 |
| HSL | 71.69º | 0.35% | 0.57% | - |
| HSV(B) | 71.69º | 0.42% | 0.73% | - |
| XYZ | 36.63 | 44.33 | 20.81 | - |
| YUV | 171.74 | 92.03 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 108 | 0.08 | 0 | 0.42 | 0.27 | 71.69 | 0.35 | 0.57 |
| Hex | AA | B9 | 6C | 8 | 0 | 2A | 1B | 48 | 23 | 39 |
| Octal | 252 | 271 | 154 | 10 | 0 | 52 | 33 | 110 | 43 | 71 |
| Binary | 10101010 | 10111001 | 1101100 | 1000 | 0 | 101010 | 11011 | 1001000 | 100011 | 111001 |
Color Harmonies of #AAB96C
Complementary color
Monochromatic Colors of #AAB96C
Black with #AAB96C
Text Example
Text Example
White with #AAB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB96C; }
p { color: rgb(170,185,108); }
H1.HeaderClassName
{
color: #AAB96C;
}
.AnyTagClassName
{
color: #AAB96C;
}
</style>
background-color css
<style>
a { background-color: #AAB96C; }
a { background-color: rgb(170,185,108); }
div.DivClassName
{
background-color: #AAB96C;
}
.BgClassName
{
background-color: #AAB96C;
}
</style>
border-color css
<style>
span { border-color: #AAB96C; }
span { border-color: rgb(170,185,108); }
td.TdClassName
{
border-color: #AAB96C;
}
.TagClassName
{
border-color: #AAB96C;
}
</style>