Shades of Green Smoke #AAAB6C
Tints of Green Smoke #AAAB6C
RGB
CMYK
RGB Variations
Color information
#AAAB6C (or 0xAAAB6C) is known color: Green Smoke. HEX triplet: AA, AB and 6C. RGB value is (170,171,108). Sum of RGB (Red+Green+Blue) = 170+171+108=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB6C is #555493. Grayscale: #A3A3A3. Windows color (decimal): -5592212 or 7121834. OLE color: 7121834.
HSL color Cylindrical-coordinate representation of color #AAAB6C: hue angle of 60.95º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAAB6C is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 108 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.33 |
| HSL | 60.95º | 0.27% | 0.55% | - |
| HSV(B) | 60.95º | 0.37% | 0.67% | - |
| XYZ | 33.85 | 38.75 | 19.88 | - |
| YUV | 163.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 108 | 0.01 | 0 | 0.37 | 0.33 | 60.95 | 0.27 | 0.55 |
| Hex | AA | AB | 6C | 1 | 0 | 25 | 21 | 3D | 1B | 37 |
| Octal | 252 | 253 | 154 | 1 | 0 | 45 | 41 | 75 | 33 | 67 |
| Binary | 10101010 | 10101011 | 1101100 | 1 | 0 | 100101 | 100001 | 111101 | 11011 | 110111 |
Color Harmonies of #AAAB6C
Complementary color
Monochromatic Colors of #AAAB6C
Black with #AAAB6C
Text Example
Text Example
White with #AAAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB6C; }
p { color: rgb(170,171,108); }
H1.HeaderClassName
{
color: #AAAB6C;
}
.AnyTagClassName
{
color: #AAAB6C;
}
</style>
background-color css
<style>
a { background-color: #AAAB6C; }
a { background-color: rgb(170,171,108); }
div.DivClassName
{
background-color: #AAAB6C;
}
.BgClassName
{
background-color: #AAAB6C;
}
</style>
border-color css
<style>
span { border-color: #AAAB6C; }
span { border-color: rgb(170,171,108); }
td.TdClassName
{
border-color: #AAAB6C;
}
.TagClassName
{
border-color: #AAAB6C;
}
</style>