Shades of Caper #AABB81
Tints of Caper #AABB81
RGB
CMYK
RGB Variations
Color information
#AABB81 (or 0xAABB81) is known color: Caper. HEX triplet: AA, BB and 81. RGB value is (170,187,129). Sum of RGB (Red+Green+Blue) = 170+187+129=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB81 is #55447E. Grayscale: #AFAFAF. Windows color (decimal): -5588095 or 8502186. OLE color: 8502186.
HSL color Cylindrical-coordinate representation of color #AABB81: hue angle of 77.59º 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 #AABB81 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 129 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.27 |
| HSL | 77.59º | 0.3% | 0.62% | - |
| HSV(B) | 77.59º | 0.31% | 0.73% | - |
| XYZ | 38.31 | 45.67 | 27.57 | - |
| YUV | 175.31 | 101.87 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 129 | 0.09 | 0 | 0.31 | 0.27 | 77.59 | 0.3 | 0.62 |
| Hex | AA | BB | 81 | 9 | 0 | 1F | 1B | 4E | 1E | 3E |
| Octal | 252 | 273 | 201 | 11 | 0 | 37 | 33 | 116 | 36 | 76 |
| Binary | 10101010 | 10111011 | 10000001 | 1001 | 0 | 11111 | 11011 | 1001110 | 11110 | 111110 |
Color Harmonies of #AABB81
Complementary color
Monochromatic Colors of #AABB81
Black with #AABB81
Text Example
Text Example
White with #AABB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB81; }
p { color: rgb(170,187,129); }
H1.HeaderClassName
{
color: #AABB81;
}
.AnyTagClassName
{
color: #AABB81;
}
</style>
background-color css
<style>
a { background-color: #AABB81; }
a { background-color: rgb(170,187,129); }
div.DivClassName
{
background-color: #AABB81;
}
.BgClassName
{
background-color: #AABB81;
}
</style>
border-color css
<style>
span { border-color: #AABB81; }
span { border-color: rgb(170,187,129); }
td.TdClassName
{
border-color: #AABB81;
}
.TagClassName
{
border-color: #AABB81;
}
</style>