Shades of Green Smoke #AAAB6B
Tints of Green Smoke #AAAB6B
RGB
CMYK
RGB Variations
Color information
#AAAB6B (or 0xAAAB6B) is known color: Green Smoke. HEX triplet: AA, AB and 6B. RGB value is (170,171,107). Sum of RGB (Red+Green+Blue) = 170+171+107=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB6B is #555494. Grayscale: #A3A3A3. Windows color (decimal): -5592213 or 7056298. OLE color: 7056298.
HSL color Cylindrical-coordinate representation of color #AAAB6B: hue angle of 60.94º degrees, saturation: 0.28, 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 #AAAB6B is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 171 | 107 | - |
CMYK | 0.01 | 0 | 0.37 | 0.33 |
HSL | 60.94º | 0.28% | 0.55% | - |
HSV(B) | 60.94º | 0.37% | 0.67% | - |
XYZ | 33.79 | 38.73 | 19.61 | - |
YUV | 163.41 | 96.17 | 132.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 171 | 107 | 0.01 | 0 | 0.37 | 0.33 | 60.94 | 0.28 | 0.55 |
Hex | AA | AB | 6B | 1 | 0 | 25 | 21 | 3D | 1C | 37 |
Octal | 252 | 253 | 153 | 1 | 0 | 45 | 41 | 75 | 34 | 67 |
Binary | 10101010 | 10101011 | 1101011 | 1 | 0 | 100101 | 100001 | 111101 | 11100 | 110111 |
Color Harmonies of #AAAB6B
Complementary color
Monochromatic Colors of #AAAB6B
Black with #AAAB6B
Text Example
Text Example
White with #AAAB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB6B; }
p { color: rgb(170,171,107); }
H1.HeaderClassName
{
color: #AAAB6B;
}
.AnyTagClassName
{
color: #AAAB6B;
}
</style>
background-color css
<style>
a { background-color: #AAAB6B; }
a { background-color: rgb(170,171,107); }
div.DivClassName
{
background-color: #AAAB6B;
}
.BgClassName
{
background-color: #AAAB6B;
}
</style>
border-color css
<style>
span { border-color: #AAAB6B; }
span { border-color: rgb(170,171,107); }
td.TdClassName
{
border-color: #AAAB6B;
}
.TagClassName
{
border-color: #AAAB6B;
}
</style>