Shades of Green Smoke #AAB56C
Tints of Green Smoke #AAB56C
RGB
CMYK
RGB Variations
Color information
#AAB56C (or 0xAAB56C) is known color: Green Smoke. HEX triplet: AA, B5 and 6C. RGB value is (170,181,108). Sum of RGB (Red+Green+Blue) = 170+181+108=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB56C is #554A93. Grayscale: #A9A9A9. Windows color (decimal): -5589652 or 7124394. OLE color: 7124394.
HSL color Cylindrical-coordinate representation of color #AAB56C: hue angle of 69.04º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAB56C is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 108 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.29 |
| HSL | 69.04º | 0.33% | 0.57% | - |
| HSV(B) | 69.04º | 0.4% | 0.71% | - |
| XYZ | 35.81 | 42.68 | 20.54 | - |
| YUV | 169.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 108 | 0.06 | 0 | 0.40 | 0.29 | 69.04 | 0.33 | 0.57 |
| Hex | AA | B5 | 6C | 6 | 0 | 28 | 1D | 45 | 21 | 39 |
| Octal | 252 | 265 | 154 | 6 | 0 | 50 | 35 | 105 | 41 | 71 |
| Binary | 10101010 | 10110101 | 1101100 | 110 | 0 | 101000 | 11101 | 1000101 | 100001 | 111001 |
Color Harmonies of #AAB56C
Complementary color
Monochromatic Colors of #AAB56C
Black with #AAB56C
Text Example
Text Example
White with #AAB56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB56C; }
p { color: rgb(170,181,108); }
H1.HeaderClassName
{
color: #AAB56C;
}
.AnyTagClassName
{
color: #AAB56C;
}
</style>
background-color css
<style>
a { background-color: #AAB56C; }
a { background-color: rgb(170,181,108); }
div.DivClassName
{
background-color: #AAB56C;
}
.BgClassName
{
background-color: #AAB56C;
}
</style>
border-color css
<style>
span { border-color: #AAB56C; }
span { border-color: rgb(170,181,108); }
td.TdClassName
{
border-color: #AAB56C;
}
.TagClassName
{
border-color: #AAB56C;
}
</style>