Shades of Caper #AABB88
Tints of Caper #AABB88
RGB
CMYK
RGB Variations
Color information
#AABB88 (or 0xAABB88) is known color: Caper. HEX triplet: AA, BB and 88. RGB value is (170,187,136). Sum of RGB (Red+Green+Blue) = 170+187+136=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB88 is #554477. Grayscale: #B0B0B0. Windows color (decimal): -5588088 or 8960938. OLE color: 8960938.
HSL color Cylindrical-coordinate representation of color #AABB88: hue angle of 80º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AABB88 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 136 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.27 |
| HSL | 80º | 0.27% | 0.63% | - |
| HSV(B) | 80º | 0.27% | 0.73% | - |
| XYZ | 38.79 | 45.86 | 30.1 | - |
| YUV | 176.1 | 105.37 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 136 | 0.09 | 0 | 0.27 | 0.27 | 80 | 0.27 | 0.63 |
| Hex | AA | BB | 88 | 9 | 0 | 1B | 1B | 50 | 1B | 3F |
| Octal | 252 | 273 | 210 | 11 | 0 | 33 | 33 | 120 | 33 | 77 |
| Binary | 10101010 | 10111011 | 10001000 | 1001 | 0 | 11011 | 11011 | 1010000 | 11011 | 111111 |
Color Harmonies of #AABB88
Complementary color
Monochromatic Colors of #AABB88
Black with #AABB88
Text Example
Text Example
White with #AABB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB88; }
p { color: rgb(170,187,136); }
H1.HeaderClassName
{
color: #AABB88;
}
.AnyTagClassName
{
color: #AABB88;
}
</style>
background-color css
<style>
a { background-color: #AABB88; }
a { background-color: rgb(170,187,136); }
div.DivClassName
{
background-color: #AABB88;
}
.BgClassName
{
background-color: #AABB88;
}
</style>
border-color css
<style>
span { border-color: #AABB88; }
span { border-color: rgb(170,187,136); }
td.TdClassName
{
border-color: #AABB88;
}
.TagClassName
{
border-color: #AABB88;
}
</style>