Shades of Caper #AABA70
Tints of Caper #AABA70
RGB
CMYK
RGB Variations
Color information
#AABA70 (or 0xAABA70) is known color: Caper. HEX triplet: AA, BA and 70. RGB value is (170,186,112). Sum of RGB (Red+Green+Blue) = 170+186+112=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA70 is #55458F. Grayscale: #ADADAD. Windows color (decimal): -5588368 or 7387818. OLE color: 7387818.
HSL color Cylindrical-coordinate representation of color #AABA70: hue angle of 72.97º 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 #AABA70 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 112 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.27 |
| HSL | 72.97º | 0.35% | 0.58% | - |
| HSV(B) | 72.97º | 0.4% | 0.73% | - |
| XYZ | 37.06 | 44.83 | 22.03 | - |
| YUV | 172.78 | 93.7 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 112 | 0.09 | 0 | 0.40 | 0.27 | 72.97 | 0.35 | 0.58 |
| Hex | AA | BA | 70 | 9 | 0 | 28 | 1B | 49 | 23 | 3A |
| Octal | 252 | 272 | 160 | 11 | 0 | 50 | 33 | 111 | 43 | 72 |
| Binary | 10101010 | 10111010 | 1110000 | 1001 | 0 | 101000 | 11011 | 1001001 | 100011 | 111010 |
Color Harmonies of #AABA70
Complementary color
Monochromatic Colors of #AABA70
Black with #AABA70
Text Example
Text Example
White with #AABA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA70; }
p { color: rgb(170,186,112); }
H1.HeaderClassName
{
color: #AABA70;
}
.AnyTagClassName
{
color: #AABA70;
}
</style>
background-color css
<style>
a { background-color: #AABA70; }
a { background-color: rgb(170,186,112); }
div.DivClassName
{
background-color: #AABA70;
}
.BgClassName
{
background-color: #AABA70;
}
</style>
border-color css
<style>
span { border-color: #AABA70; }
span { border-color: rgb(170,186,112); }
td.TdClassName
{
border-color: #AABA70;
}
.TagClassName
{
border-color: #AABA70;
}
</style>