Shades of Caper #AABA74
Tints of Caper #AABA74
RGB
CMYK
RGB Variations
Color information
#AABA74 (or 0xAABA74) is known color: Caper. HEX triplet: AA, BA and 74. RGB value is (170,186,116). Sum of RGB (Red+Green+Blue) = 170+186+116=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA74 is #55458B. Grayscale: #ADADAD. Windows color (decimal): -5588364 or 7649962. OLE color: 7649962.
HSL color Cylindrical-coordinate representation of color #AABA74: hue angle of 73.71º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AABA74 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 116 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.27 |
| HSL | 73.71º | 0.34% | 0.59% | - |
| HSV(B) | 73.71º | 0.38% | 0.73% | - |
| XYZ | 37.29 | 44.92 | 23.23 | - |
| YUV | 173.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 116 | 0.09 | 0 | 0.38 | 0.27 | 73.71 | 0.34 | 0.59 |
| Hex | AA | BA | 74 | 9 | 0 | 26 | 1B | 4A | 22 | 3B |
| Octal | 252 | 272 | 164 | 11 | 0 | 46 | 33 | 112 | 42 | 73 |
| Binary | 10101010 | 10111010 | 1110100 | 1001 | 0 | 100110 | 11011 | 1001010 | 100010 | 111011 |
Color Harmonies of #AABA74
Complementary color
Monochromatic Colors of #AABA74
Black with #AABA74
Text Example
Text Example
White with #AABA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA74; }
p { color: rgb(170,186,116); }
H1.HeaderClassName
{
color: #AABA74;
}
.AnyTagClassName
{
color: #AABA74;
}
</style>
background-color css
<style>
a { background-color: #AABA74; }
a { background-color: rgb(170,186,116); }
div.DivClassName
{
background-color: #AABA74;
}
.BgClassName
{
background-color: #AABA74;
}
</style>
border-color css
<style>
span { border-color: #AABA74; }
span { border-color: rgb(170,186,116); }
td.TdClassName
{
border-color: #AABA74;
}
.TagClassName
{
border-color: #AABA74;
}
</style>