Shades of Caper #AABB76
Tints of Caper #AABB76
RGB
CMYK
RGB Variations
Color information
#AABB76 (or 0xAABB76) is known color: Caper. HEX triplet: AA, BB and 76. RGB value is (170,187,118). Sum of RGB (Red+Green+Blue) = 170+187+118=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABB76 is #554489. Grayscale: #AEAEAE. Windows color (decimal): -5588106 or 7781290. OLE color: 7781290.
HSL color Cylindrical-coordinate representation of color #AABB76: hue angle of 74.78º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AABB76 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 118 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.27 |
| HSL | 74.78º | 0.34% | 0.6% | - |
| HSV(B) | 74.78º | 0.37% | 0.73% | - |
| XYZ | 37.62 | 45.39 | 23.92 | - |
| YUV | 174.05 | 96.37 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 118 | 0.09 | 0 | 0.37 | 0.27 | 74.78 | 0.34 | 0.6 |
| Hex | AA | BB | 76 | 9 | 0 | 25 | 1B | 4B | 22 | 3C |
| Octal | 252 | 273 | 166 | 11 | 0 | 45 | 33 | 113 | 42 | 74 |
| Binary | 10101010 | 10111011 | 1110110 | 1001 | 0 | 100101 | 11011 | 1001011 | 100010 | 111100 |
Color Harmonies of #AABB76
Complementary color
Monochromatic Colors of #AABB76
Black with #AABB76
Text Example
Text Example
White with #AABB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB76; }
p { color: rgb(170,187,118); }
H1.HeaderClassName
{
color: #AABB76;
}
.AnyTagClassName
{
color: #AABB76;
}
</style>
background-color css
<style>
a { background-color: #AABB76; }
a { background-color: rgb(170,187,118); }
div.DivClassName
{
background-color: #AABB76;
}
.BgClassName
{
background-color: #AABB76;
}
</style>
border-color css
<style>
span { border-color: #AABB76; }
span { border-color: rgb(170,187,118); }
td.TdClassName
{
border-color: #AABB76;
}
.TagClassName
{
border-color: #AABB76;
}
</style>