Shades of Green Smoke #AAB86C
Tints of Green Smoke #AAB86C
RGB
CMYK
RGB Variations
Color information
#AAB86C (or 0xAAB86C) is known color: Green Smoke. HEX triplet: AA, B8 and 6C. RGB value is (170,184,108). Sum of RGB (Red+Green+Blue) = 170+184+108=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB86C is #554793. Grayscale: #ABABAB. Windows color (decimal): -5588884 or 7125162. OLE color: 7125162.
HSL color Cylindrical-coordinate representation of color #AAB86C: hue angle of 71.05º degrees, saturation: 0.35, 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 #AAB86C is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 108 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.28 |
| HSL | 71.05º | 0.35% | 0.57% | - |
| HSV(B) | 71.05º | 0.41% | 0.72% | - |
| XYZ | 36.42 | 43.91 | 20.74 | - |
| YUV | 171.15 | 92.36 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 108 | 0.08 | 0 | 0.41 | 0.28 | 71.05 | 0.35 | 0.57 |
| Hex | AA | B8 | 6C | 8 | 0 | 29 | 1C | 47 | 23 | 39 |
| Octal | 252 | 270 | 154 | 10 | 0 | 51 | 34 | 107 | 43 | 71 |
| Binary | 10101010 | 10111000 | 1101100 | 1000 | 0 | 101001 | 11100 | 1000111 | 100011 | 111001 |
Color Harmonies of #AAB86C
Complementary color
Monochromatic Colors of #AAB86C
Black with #AAB86C
Text Example
Text Example
White with #AAB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB86C; }
p { color: rgb(170,184,108); }
H1.HeaderClassName
{
color: #AAB86C;
}
.AnyTagClassName
{
color: #AAB86C;
}
</style>
background-color css
<style>
a { background-color: #AAB86C; }
a { background-color: rgb(170,184,108); }
div.DivClassName
{
background-color: #AAB86C;
}
.BgClassName
{
background-color: #AAB86C;
}
</style>
border-color css
<style>
span { border-color: #AAB86C; }
span { border-color: rgb(170,184,108); }
td.TdClassName
{
border-color: #AAB86C;
}
.TagClassName
{
border-color: #AAB86C;
}
</style>