Shades of Green Smoke #AAB86B
Tints of Green Smoke #AAB86B
RGB
CMYK
RGB Variations
Color information
#AAB86B (or 0xAAB86B) is known color: Green Smoke. HEX triplet: AA, B8 and 6B. RGB value is (170,184,107). Sum of RGB (Red+Green+Blue) = 170+184+107=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB86B is #554794. Grayscale: #ABABAB. Windows color (decimal): -5588885 or 7059626. OLE color: 7059626.
HSL color Cylindrical-coordinate representation of color #AAB86B: hue angle of 70.91º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAB86B is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 107 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.28 |
| HSL | 70.91º | 0.35% | 0.57% | - |
| HSV(B) | 70.91º | 0.42% | 0.72% | - |
| XYZ | 36.37 | 43.89 | 20.46 | - |
| YUV | 171.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 107 | 0.08 | 0 | 0.42 | 0.28 | 70.91 | 0.35 | 0.57 |
| Hex | AA | B8 | 6B | 8 | 0 | 2A | 1C | 47 | 23 | 39 |
| Octal | 252 | 270 | 153 | 10 | 0 | 52 | 34 | 107 | 43 | 71 |
| Binary | 10101010 | 10111000 | 1101011 | 1000 | 0 | 101010 | 11100 | 1000111 | 100011 | 111001 |
Color Harmonies of #AAB86B
Complementary color
Monochromatic Colors of #AAB86B
Black with #AAB86B
Text Example
Text Example
White with #AAB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB86B; }
p { color: rgb(170,184,107); }
H1.HeaderClassName
{
color: #AAB86B;
}
.AnyTagClassName
{
color: #AAB86B;
}
</style>
background-color css
<style>
a { background-color: #AAB86B; }
a { background-color: rgb(170,184,107); }
div.DivClassName
{
background-color: #AAB86B;
}
.BgClassName
{
background-color: #AAB86B;
}
</style>
border-color css
<style>
span { border-color: #AAB86B; }
span { border-color: rgb(170,184,107); }
td.TdClassName
{
border-color: #AAB86B;
}
.TagClassName
{
border-color: #AAB86B;
}
</style>