Shades of Green Smoke #AAB06A
Tints of Green Smoke #AAB06A
RGB
CMYK
RGB Variations
Color information
#AAB06A (or 0xAAB06A) is known color: Green Smoke. HEX triplet: AA, B0 and 6A. RGB value is (170,176,106). Sum of RGB (Red+Green+Blue) = 170+176+106=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB06A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB06A is #554F95. Grayscale: #A6A6A6. Windows color (decimal): -5590934 or 6992042. OLE color: 6992042.
HSL color Cylindrical-coordinate representation of color #AAB06A: hue angle of 65.14º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAB06A is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 106 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.31 |
| HSL | 65.14º | 0.31% | 0.55% | - |
| HSV(B) | 65.14º | 0.4% | 0.69% | - |
| XYZ | 34.7 | 40.64 | 19.65 | - |
| YUV | 166.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 106 | 0.03 | 0 | 0.40 | 0.31 | 65.14 | 0.31 | 0.55 |
| Hex | AA | B0 | 6A | 3 | 0 | 28 | 1F | 41 | 1F | 37 |
| Octal | 252 | 260 | 152 | 3 | 0 | 50 | 37 | 101 | 37 | 67 |
| Binary | 10101010 | 10110000 | 1101010 | 11 | 0 | 101000 | 11111 | 1000001 | 11111 | 110111 |
Color Harmonies of #AAB06A
Complementary color
Monochromatic Colors of #AAB06A
Black with #AAB06A
Text Example
Text Example
White with #AAB06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB06A; }
p { color: rgb(170,176,106); }
H1.HeaderClassName
{
color: #AAB06A;
}
.AnyTagClassName
{
color: #AAB06A;
}
</style>
background-color css
<style>
a { background-color: #AAB06A; }
a { background-color: rgb(170,176,106); }
div.DivClassName
{
background-color: #AAB06A;
}
.BgClassName
{
background-color: #AAB06A;
}
</style>
border-color css
<style>
span { border-color: #AAB06A; }
span { border-color: rgb(170,176,106); }
td.TdClassName
{
border-color: #AAB06A;
}
.TagClassName
{
border-color: #AAB06A;
}
</style>