Shades of Caper #AABA83
Tints of Caper #AABA83
RGB
CMYK
RGB Variations
Color information
#AABA83 (or 0xAABA83) is known color: Caper. HEX triplet: AA, BA and 83. RGB value is (170,186,131). Sum of RGB (Red+Green+Blue) = 170+186+131=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA83 is #55457C. Grayscale: #AFAFAF. Windows color (decimal): -5588349 or 8633002. OLE color: 8633002.
HSL color Cylindrical-coordinate representation of color #AABA83: hue angle of 77.45º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AABA83 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 131 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.27 |
| HSL | 77.45º | 0.28% | 0.62% | - |
| HSV(B) | 77.45º | 0.3% | 0.73% | - |
| XYZ | 38.23 | 45.3 | 28.2 | - |
| YUV | 174.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 131 | 0.09 | 0 | 0.30 | 0.27 | 77.45 | 0.28 | 0.62 |
| Hex | AA | BA | 83 | 9 | 0 | 1E | 1B | 4D | 1C | 3E |
| Octal | 252 | 272 | 203 | 11 | 0 | 36 | 33 | 115 | 34 | 76 |
| Binary | 10101010 | 10111010 | 10000011 | 1001 | 0 | 11110 | 11011 | 1001101 | 11100 | 111110 |
Color Harmonies of #AABA83
Complementary color
Monochromatic Colors of #AABA83
Black with #AABA83
Text Example
Text Example
White with #AABA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA83; }
p { color: rgb(170,186,131); }
H1.HeaderClassName
{
color: #AABA83;
}
.AnyTagClassName
{
color: #AABA83;
}
</style>
background-color css
<style>
a { background-color: #AABA83; }
a { background-color: rgb(170,186,131); }
div.DivClassName
{
background-color: #AABA83;
}
.BgClassName
{
background-color: #AABA83;
}
</style>
border-color css
<style>
span { border-color: #AABA83; }
span { border-color: rgb(170,186,131); }
td.TdClassName
{
border-color: #AABA83;
}
.TagClassName
{
border-color: #AABA83;
}
</style>