Shades of Caper #AABB89
Tints of Caper #AABB89
RGB
CMYK
RGB Variations
Color information
#AABB89 (or 0xAABB89) is known color: Caper. HEX triplet: AA, BB and 89. RGB value is (170,187,137). Sum of RGB (Red+Green+Blue) = 170+187+137=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB89 is #554476. Grayscale: #B0B0B0. Windows color (decimal): -5588087 or 9026474. OLE color: 9026474.
HSL color Cylindrical-coordinate representation of color #AABB89: hue angle of 80.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AABB89 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 137 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.27 |
| HSL | 80.4º | 0.27% | 0.64% | - |
| HSV(B) | 80.4º | 0.27% | 0.73% | - |
| XYZ | 38.86 | 45.89 | 30.48 | - |
| YUV | 176.22 | 105.87 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 137 | 0.09 | 0 | 0.27 | 0.27 | 80.4 | 0.27 | 0.64 |
| Hex | AA | BB | 89 | 9 | 0 | 1B | 1B | 50 | 1B | 40 |
| Octal | 252 | 273 | 211 | 11 | 0 | 33 | 33 | 120 | 33 | 100 |
| Binary | 10101010 | 10111011 | 10001001 | 1001 | 0 | 11011 | 11011 | 1010000 | 11011 | 1000000 |
Color Harmonies of #AABB89
Complementary color
Monochromatic Colors of #AABB89
Black with #AABB89
Text Example
Text Example
White with #AABB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB89; }
p { color: rgb(170,187,137); }
H1.HeaderClassName
{
color: #AABB89;
}
.AnyTagClassName
{
color: #AABB89;
}
</style>
background-color css
<style>
a { background-color: #AABB89; }
a { background-color: rgb(170,187,137); }
div.DivClassName
{
background-color: #AABB89;
}
.BgClassName
{
background-color: #AABB89;
}
</style>
border-color css
<style>
span { border-color: #AABB89; }
span { border-color: rgb(170,187,137); }
td.TdClassName
{
border-color: #AABB89;
}
.TagClassName
{
border-color: #AABB89;
}
</style>