Shades of Caper #AABA80
Tints of Caper #AABA80
RGB
CMYK
RGB Variations
Color information
#AABA80 (or 0xAABA80) is known color: Caper. HEX triplet: AA, BA and 80. RGB value is (170,186,128). Sum of RGB (Red+Green+Blue) = 170+186+128=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA80 is #55457F. Grayscale: #AEAEAE. Windows color (decimal): -5588352 or 8436394. OLE color: 8436394.
HSL color Cylindrical-coordinate representation of color #AABA80: hue angle of 76.55º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AABA80 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 128 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.27 |
| HSL | 76.55º | 0.3% | 0.62% | - |
| HSV(B) | 76.55º | 0.31% | 0.73% | - |
| XYZ | 38.03 | 45.22 | 27.15 | - |
| YUV | 174.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 128 | 0.09 | 0 | 0.31 | 0.27 | 76.55 | 0.3 | 0.62 |
| Hex | AA | BA | 80 | 9 | 0 | 1F | 1B | 4D | 1E | 3E |
| Octal | 252 | 272 | 200 | 11 | 0 | 37 | 33 | 115 | 36 | 76 |
| Binary | 10101010 | 10111010 | 10000000 | 1001 | 0 | 11111 | 11011 | 1001101 | 11110 | 111110 |
Color Harmonies of #AABA80
Complementary color
Monochromatic Colors of #AABA80
Black with #AABA80
Text Example
Text Example
White with #AABA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA80; }
p { color: rgb(170,186,128); }
H1.HeaderClassName
{
color: #AABA80;
}
.AnyTagClassName
{
color: #AABA80;
}
</style>
background-color css
<style>
a { background-color: #AABA80; }
a { background-color: rgb(170,186,128); }
div.DivClassName
{
background-color: #AABA80;
}
.BgClassName
{
background-color: #AABA80;
}
</style>
border-color css
<style>
span { border-color: #AABA80; }
span { border-color: rgb(170,186,128); }
td.TdClassName
{
border-color: #AABA80;
}
.TagClassName
{
border-color: #AABA80;
}
</style>