Shades of Caper #AABB7E
Tints of Caper #AABB7E
RGB
CMYK
RGB Variations
Color information
#AABB7E (or 0xAABB7E) is known color: Caper. HEX triplet: AA, BB and 7E. RGB value is (170,187,126). Sum of RGB (Red+Green+Blue) = 170+187+126=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABB7E is #554481. Grayscale: #AFAFAF. Windows color (decimal): -5588098 or 8305578. OLE color: 8305578.
HSL color Cylindrical-coordinate representation of color #AABB7E: hue angle of 76.72º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AABB7E is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 126 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.27 |
| HSL | 76.72º | 0.31% | 0.61% | - |
| HSV(B) | 76.72º | 0.33% | 0.73% | - |
| XYZ | 38.11 | 45.59 | 26.53 | - |
| YUV | 174.96 | 100.37 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 126 | 0.09 | 0 | 0.33 | 0.27 | 76.72 | 0.31 | 0.61 |
| Hex | AA | BB | 7E | 9 | 0 | 21 | 1B | 4D | 1F | 3D |
| Octal | 252 | 273 | 176 | 11 | 0 | 41 | 33 | 115 | 37 | 75 |
| Binary | 10101010 | 10111011 | 1111110 | 1001 | 0 | 100001 | 11011 | 1001101 | 11111 | 111101 |
Color Harmonies of #AABB7E
Complementary color
Monochromatic Colors of #AABB7E
Black with #AABB7E
Text Example
Text Example
White with #AABB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB7E; }
p { color: rgb(170,187,126); }
H1.HeaderClassName
{
color: #AABB7E;
}
.AnyTagClassName
{
color: #AABB7E;
}
</style>
background-color css
<style>
a { background-color: #AABB7E; }
a { background-color: rgb(170,187,126); }
div.DivClassName
{
background-color: #AABB7E;
}
.BgClassName
{
background-color: #AABB7E;
}
</style>
border-color css
<style>
span { border-color: #AABB7E; }
span { border-color: rgb(170,187,126); }
td.TdClassName
{
border-color: #AABB7E;
}
.TagClassName
{
border-color: #AABB7E;
}
</style>