Shades of Caper #AAB96F
Tints of Caper #AAB96F
RGB
CMYK
RGB Variations
Color information
#AAB96F (or 0xAAB96F) is known color: Caper. HEX triplet: AA, B9 and 6F. RGB value is (170,185,111). Sum of RGB (Red+Green+Blue) = 170+185+111=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB96F is #554690. Grayscale: #ACACAC. Windows color (decimal): -5588625 or 7322026. OLE color: 7322026.
HSL color Cylindrical-coordinate representation of color #AAB96F: hue angle of 72.16º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAB96F is Cyan = 0.08, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 111 | - |
| CMYK | 0.08 | 0 | 0.4 | 0.27 |
| HSL | 72.16º | 0.35% | 0.58% | - |
| HSV(B) | 72.16º | 0.4% | 0.73% | - |
| XYZ | 36.8 | 44.39 | 21.67 | - |
| YUV | 172.08 | 93.53 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 111 | 0.08 | 0 | 0.4 | 0.27 | 72.16 | 0.35 | 0.58 |
| Hex | AA | B9 | 6F | 8 | 0 | 28 | 1B | 48 | 23 | 3A |
| Octal | 252 | 271 | 157 | 10 | 0 | 50 | 33 | 110 | 43 | 72 |
| Binary | 10101010 | 10111001 | 1101111 | 1000 | 0 | 101000 | 11011 | 1001000 | 100011 | 111010 |
Color Harmonies of #AAB96F
Complementary color
Monochromatic Colors of #AAB96F
Black with #AAB96F
Text Example
Text Example
White with #AAB96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB96F; }
p { color: rgb(170,185,111); }
H1.HeaderClassName
{
color: #AAB96F;
}
.AnyTagClassName
{
color: #AAB96F;
}
</style>
background-color css
<style>
a { background-color: #AAB96F; }
a { background-color: rgb(170,185,111); }
div.DivClassName
{
background-color: #AAB96F;
}
.BgClassName
{
background-color: #AAB96F;
}
</style>
border-color css
<style>
span { border-color: #AAB96F; }
span { border-color: rgb(170,185,111); }
td.TdClassName
{
border-color: #AAB96F;
}
.TagClassName
{
border-color: #AAB96F;
}
</style>