Shades of Caper #AABB77
Tints of Caper #AABB77
RGB
CMYK
RGB Variations
Color information
#AABB77 (or 0xAABB77) is known color: Caper. HEX triplet: AA, BB and 77. RGB value is (170,187,119). Sum of RGB (Red+Green+Blue) = 170+187+119=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABB77 is #554488. Grayscale: #AEAEAE. Windows color (decimal): -5588105 or 7846826. OLE color: 7846826.
HSL color Cylindrical-coordinate representation of color #AABB77: hue angle of 75º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AABB77 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 119 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.27 |
| HSL | 75º | 0.33% | 0.6% | - |
| HSV(B) | 75º | 0.36% | 0.73% | - |
| XYZ | 37.68 | 45.42 | 24.23 | - |
| YUV | 174.17 | 96.87 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 119 | 0.09 | 0 | 0.36 | 0.27 | 75 | 0.33 | 0.6 |
| Hex | AA | BB | 77 | 9 | 0 | 24 | 1B | 4B | 21 | 3C |
| Octal | 252 | 273 | 167 | 11 | 0 | 44 | 33 | 113 | 41 | 74 |
| Binary | 10101010 | 10111011 | 1110111 | 1001 | 0 | 100100 | 11011 | 1001011 | 100001 | 111100 |
Color Harmonies of #AABB77
Complementary color
Monochromatic Colors of #AABB77
Black with #AABB77
Text Example
Text Example
White with #AABB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB77; }
p { color: rgb(170,187,119); }
H1.HeaderClassName
{
color: #AABB77;
}
.AnyTagClassName
{
color: #AABB77;
}
</style>
background-color css
<style>
a { background-color: #AABB77; }
a { background-color: rgb(170,187,119); }
div.DivClassName
{
background-color: #AABB77;
}
.BgClassName
{
background-color: #AABB77;
}
</style>
border-color css
<style>
span { border-color: #AABB77; }
span { border-color: rgb(170,187,119); }
td.TdClassName
{
border-color: #AABB77;
}
.TagClassName
{
border-color: #AABB77;
}
</style>