Shades of Caper #AABA84
Tints of Caper #AABA84
RGB
CMYK
RGB Variations
Color information
#AABA84 (or 0xAABA84) is known color: Caper. HEX triplet: AA, BA and 84. RGB value is (170,186,132). Sum of RGB (Red+Green+Blue) = 170+186+132=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA84 is #55457B. Grayscale: #AFAFAF. Windows color (decimal): -5588348 or 8698538. OLE color: 8698538.
HSL color Cylindrical-coordinate representation of color #AABA84: hue angle of 77.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABA84 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 132 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.27 |
| HSL | 77.78º | 0.28% | 0.62% | - |
| HSV(B) | 77.78º | 0.29% | 0.73% | - |
| XYZ | 38.3 | 45.33 | 28.56 | - |
| YUV | 175.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 132 | 0.09 | 0 | 0.29 | 0.27 | 77.78 | 0.28 | 0.62 |
| Hex | AA | BA | 84 | 9 | 0 | 1D | 1B | 4E | 1C | 3E |
| Octal | 252 | 272 | 204 | 11 | 0 | 35 | 33 | 116 | 34 | 76 |
| Binary | 10101010 | 10111010 | 10000100 | 1001 | 0 | 11101 | 11011 | 1001110 | 11100 | 111110 |
Color Harmonies of #AABA84
Complementary color
Monochromatic Colors of #AABA84
Black with #AABA84
Text Example
Text Example
White with #AABA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA84; }
p { color: rgb(170,186,132); }
H1.HeaderClassName
{
color: #AABA84;
}
.AnyTagClassName
{
color: #AABA84;
}
</style>
background-color css
<style>
a { background-color: #AABA84; }
a { background-color: rgb(170,186,132); }
div.DivClassName
{
background-color: #AABA84;
}
.BgClassName
{
background-color: #AABA84;
}
</style>
border-color css
<style>
span { border-color: #AABA84; }
span { border-color: rgb(170,186,132); }
td.TdClassName
{
border-color: #AABA84;
}
.TagClassName
{
border-color: #AABA84;
}
</style>