Shades of Caper #AABB80
Tints of Caper #AABB80
RGB
CMYK
RGB Variations
Color information
#AABB80 (or 0xAABB80) is known color: Caper. HEX triplet: AA, BB and 80. RGB value is (170,187,128). Sum of RGB (Red+Green+Blue) = 170+187+128=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB80 is #55447F. Grayscale: #AFAFAF. Windows color (decimal): -5588096 or 8436650. OLE color: 8436650.
HSL color Cylindrical-coordinate representation of color #AABB80: hue angle of 77.29º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AABB80 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 128 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.27 |
| HSL | 77.29º | 0.3% | 0.62% | - |
| HSV(B) | 77.29º | 0.32% | 0.73% | - |
| XYZ | 38.24 | 45.65 | 27.22 | - |
| YUV | 175.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 128 | 0.09 | 0 | 0.32 | 0.27 | 77.29 | 0.3 | 0.62 |
| Hex | AA | BB | 80 | 9 | 0 | 20 | 1B | 4D | 1E | 3E |
| Octal | 252 | 273 | 200 | 11 | 0 | 40 | 33 | 115 | 36 | 76 |
| Binary | 10101010 | 10111011 | 10000000 | 1001 | 0 | 100000 | 11011 | 1001101 | 11110 | 111110 |
Color Harmonies of #AABB80
Complementary color
Monochromatic Colors of #AABB80
Black with #AABB80
Text Example
Text Example
White with #AABB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB80; }
p { color: rgb(170,187,128); }
H1.HeaderClassName
{
color: #AABB80;
}
.AnyTagClassName
{
color: #AABB80;
}
</style>
background-color css
<style>
a { background-color: #AABB80; }
a { background-color: rgb(170,187,128); }
div.DivClassName
{
background-color: #AABB80;
}
.BgClassName
{
background-color: #AABB80;
}
</style>
border-color css
<style>
span { border-color: #AABB80; }
span { border-color: rgb(170,187,128); }
td.TdClassName
{
border-color: #AABB80;
}
.TagClassName
{
border-color: #AABB80;
}
</style>