Shades of Caper #AABB82
Tints of Caper #AABB82
RGB
CMYK
RGB Variations
Color information
#AABB82 (or 0xAABB82) is known color: Caper. HEX triplet: AA, BB and 82. RGB value is (170,187,130). Sum of RGB (Red+Green+Blue) = 170+187+130=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB82 is #55447D. Grayscale: #AFAFAF. Windows color (decimal): -5588094 or 8567722. OLE color: 8567722.
HSL color Cylindrical-coordinate representation of color #AABB82: hue angle of 77.89º degrees, saturation: 0.3, 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 #AABB82 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 130 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.27 |
| HSL | 77.89º | 0.3% | 0.62% | - |
| HSV(B) | 77.89º | 0.3% | 0.73% | - |
| XYZ | 38.38 | 45.7 | 27.92 | - |
| YUV | 175.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 130 | 0.09 | 0 | 0.30 | 0.27 | 77.89 | 0.3 | 0.62 |
| Hex | AA | BB | 82 | 9 | 0 | 1E | 1B | 4E | 1E | 3E |
| Octal | 252 | 273 | 202 | 11 | 0 | 36 | 33 | 116 | 36 | 76 |
| Binary | 10101010 | 10111011 | 10000010 | 1001 | 0 | 11110 | 11011 | 1001110 | 11110 | 111110 |
Color Harmonies of #AABB82
Complementary color
Monochromatic Colors of #AABB82
Black with #AABB82
Text Example
Text Example
White with #AABB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB82; }
p { color: rgb(170,187,130); }
H1.HeaderClassName
{
color: #AABB82;
}
.AnyTagClassName
{
color: #AABB82;
}
</style>
background-color css
<style>
a { background-color: #AABB82; }
a { background-color: rgb(170,187,130); }
div.DivClassName
{
background-color: #AABB82;
}
.BgClassName
{
background-color: #AABB82;
}
</style>
border-color css
<style>
span { border-color: #AABB82; }
span { border-color: rgb(170,187,130); }
td.TdClassName
{
border-color: #AABB82;
}
.TagClassName
{
border-color: #AABB82;
}
</style>