Shades of Green Smoke #AAB06E
Tints of Green Smoke #AAB06E
RGB
CMYK
RGB Variations
Color information
#AAB06E (or 0xAAB06E) is known color: Green Smoke. HEX triplet: AA, B0 and 6E. RGB value is (170,176,110). Sum of RGB (Red+Green+Blue) = 170+176+110=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB06E is #554F91. Grayscale: #A6A6A6. Windows color (decimal): -5590930 or 7254186. OLE color: 7254186.
HSL color Cylindrical-coordinate representation of color #AAB06E: hue angle of 65.45º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAB06E is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 110 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.31 |
| HSL | 65.45º | 0.29% | 0.56% | - |
| HSV(B) | 65.45º | 0.38% | 0.69% | - |
| XYZ | 34.92 | 40.72 | 20.77 | - |
| YUV | 166.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 110 | 0.03 | 0 | 0.37 | 0.31 | 65.45 | 0.29 | 0.56 |
| Hex | AA | B0 | 6E | 3 | 0 | 25 | 1F | 41 | 1D | 38 |
| Octal | 252 | 260 | 156 | 3 | 0 | 45 | 37 | 101 | 35 | 70 |
| Binary | 10101010 | 10110000 | 1101110 | 11 | 0 | 100101 | 11111 | 1000001 | 11101 | 111000 |
Color Harmonies of #AAB06E
Complementary color
Monochromatic Colors of #AAB06E
Black with #AAB06E
Text Example
Text Example
White with #AAB06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB06E; }
p { color: rgb(170,176,110); }
H1.HeaderClassName
{
color: #AAB06E;
}
.AnyTagClassName
{
color: #AAB06E;
}
</style>
background-color css
<style>
a { background-color: #AAB06E; }
a { background-color: rgb(170,176,110); }
div.DivClassName
{
background-color: #AAB06E;
}
.BgClassName
{
background-color: #AAB06E;
}
</style>
border-color css
<style>
span { border-color: #AAB06E; }
span { border-color: rgb(170,176,110); }
td.TdClassName
{
border-color: #AAB06E;
}
.TagClassName
{
border-color: #AAB06E;
}
</style>