Shades of Green Smoke #AAB76E
Tints of Green Smoke #AAB76E
RGB
CMYK
RGB Variations
Color information
#AAB76E (or 0xAAB76E) is known color: Green Smoke. HEX triplet: AA, B7 and 6E. RGB value is (170,183,110). Sum of RGB (Red+Green+Blue) = 170+183+110=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB76E is #554891. Grayscale: #ABABAB. Windows color (decimal): -5589138 or 7255978. OLE color: 7255978.
HSL color Cylindrical-coordinate representation of color #AAB76E: hue angle of 70.68º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAB76E is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 110 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.28 |
| HSL | 70.68º | 0.34% | 0.57% | - |
| HSV(B) | 70.68º | 0.4% | 0.72% | - |
| XYZ | 36.33 | 43.54 | 21.24 | - |
| YUV | 170.79 | 93.69 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 110 | 0.07 | 0 | 0.40 | 0.28 | 70.68 | 0.34 | 0.57 |
| Hex | AA | B7 | 6E | 7 | 0 | 28 | 1C | 47 | 22 | 39 |
| Octal | 252 | 267 | 156 | 7 | 0 | 50 | 34 | 107 | 42 | 71 |
| Binary | 10101010 | 10110111 | 1101110 | 111 | 0 | 101000 | 11100 | 1000111 | 100010 | 111001 |
Color Harmonies of #AAB76E
Complementary color
Monochromatic Colors of #AAB76E
Black with #AAB76E
Text Example
Text Example
White with #AAB76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB76E; }
p { color: rgb(170,183,110); }
H1.HeaderClassName
{
color: #AAB76E;
}
.AnyTagClassName
{
color: #AAB76E;
}
</style>
background-color css
<style>
a { background-color: #AAB76E; }
a { background-color: rgb(170,183,110); }
div.DivClassName
{
background-color: #AAB76E;
}
.BgClassName
{
background-color: #AAB76E;
}
</style>
border-color css
<style>
span { border-color: #AAB76E; }
span { border-color: rgb(170,183,110); }
td.TdClassName
{
border-color: #AAB76E;
}
.TagClassName
{
border-color: #AAB76E;
}
</style>