Shades of Green Smoke #AAB76C
Tints of Green Smoke #AAB76C
RGB
CMYK
RGB Variations
Color information
#AAB76C (or 0xAAB76C) is known color: Green Smoke. HEX triplet: AA, B7 and 6C. RGB value is (170,183,108). Sum of RGB (Red+Green+Blue) = 170+183+108=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB76C is #554893. Grayscale: #AAAAAA. Windows color (decimal): -5589140 or 7124906. OLE color: 7124906.
HSL color Cylindrical-coordinate representation of color #AAB76C: hue angle of 70.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAB76C is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 108 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.28 |
| HSL | 70.4º | 0.34% | 0.57% | - |
| HSV(B) | 70.4º | 0.41% | 0.72% | - |
| XYZ | 36.22 | 43.5 | 20.67 | - |
| YUV | 170.56 | 92.69 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 108 | 0.07 | 0 | 0.41 | 0.28 | 70.4 | 0.34 | 0.57 |
| Hex | AA | B7 | 6C | 7 | 0 | 29 | 1C | 46 | 22 | 39 |
| Octal | 252 | 267 | 154 | 7 | 0 | 51 | 34 | 106 | 42 | 71 |
| Binary | 10101010 | 10110111 | 1101100 | 111 | 0 | 101001 | 11100 | 1000110 | 100010 | 111001 |
Color Harmonies of #AAB76C
Complementary color
Monochromatic Colors of #AAB76C
Black with #AAB76C
Text Example
Text Example
White with #AAB76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB76C; }
p { color: rgb(170,183,108); }
H1.HeaderClassName
{
color: #AAB76C;
}
.AnyTagClassName
{
color: #AAB76C;
}
</style>
background-color css
<style>
a { background-color: #AAB76C; }
a { background-color: rgb(170,183,108); }
div.DivClassName
{
background-color: #AAB76C;
}
.BgClassName
{
background-color: #AAB76C;
}
</style>
border-color css
<style>
span { border-color: #AAB76C; }
span { border-color: rgb(170,183,108); }
td.TdClassName
{
border-color: #AAB76C;
}
.TagClassName
{
border-color: #AAB76C;
}
</style>