Shades of Green Smoke #AAB76D
Tints of Green Smoke #AAB76D
RGB
CMYK
RGB Variations
Color information
#AAB76D (or 0xAAB76D) is known color: Green Smoke. HEX triplet: AA, B7 and 6D. RGB value is (170,183,109). Sum of RGB (Red+Green+Blue) = 170+183+109=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB76D is #554892. Grayscale: #AAAAAA. Windows color (decimal): -5589139 or 7190442. OLE color: 7190442.
HSL color Cylindrical-coordinate representation of color #AAB76D: hue angle of 70.54º 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 #AAB76D is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 109 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.28 |
| HSL | 70.54º | 0.34% | 0.57% | - |
| HSV(B) | 70.54º | 0.4% | 0.72% | - |
| XYZ | 36.27 | 43.52 | 20.96 | - |
| YUV | 170.68 | 93.19 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 109 | 0.07 | 0 | 0.40 | 0.28 | 70.54 | 0.34 | 0.57 |
| Hex | AA | B7 | 6D | 7 | 0 | 28 | 1C | 47 | 22 | 39 |
| Octal | 252 | 267 | 155 | 7 | 0 | 50 | 34 | 107 | 42 | 71 |
| Binary | 10101010 | 10110111 | 1101101 | 111 | 0 | 101000 | 11100 | 1000111 | 100010 | 111001 |
Color Harmonies of #AAB76D
Complementary color
Monochromatic Colors of #AAB76D
Black with #AAB76D
Text Example
Text Example
White with #AAB76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB76D; }
p { color: rgb(170,183,109); }
H1.HeaderClassName
{
color: #AAB76D;
}
.AnyTagClassName
{
color: #AAB76D;
}
</style>
background-color css
<style>
a { background-color: #AAB76D; }
a { background-color: rgb(170,183,109); }
div.DivClassName
{
background-color: #AAB76D;
}
.BgClassName
{
background-color: #AAB76D;
}
</style>
border-color css
<style>
span { border-color: #AAB76D; }
span { border-color: rgb(170,183,109); }
td.TdClassName
{
border-color: #AAB76D;
}
.TagClassName
{
border-color: #AAB76D;
}
</style>