Shades of Green Smoke #AAB46E
Tints of Green Smoke #AAB46E
RGB
CMYK
RGB Variations
Color information
#AAB46E (or 0xAAB46E) is known color: Green Smoke. HEX triplet: AA, B4 and 6E. RGB value is (170,180,110). Sum of RGB (Red+Green+Blue) = 170+180+110=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB46E is #554B91. Grayscale: #A9A9A9. Windows color (decimal): -5589906 or 7255210. OLE color: 7255210.
HSL color Cylindrical-coordinate representation of color #AAB46E: hue angle of 68.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAB46E is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 110 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.29 |
| HSL | 68.57º | 0.32% | 0.57% | - |
| HSV(B) | 68.57º | 0.39% | 0.71% | - |
| XYZ | 35.71 | 42.31 | 21.04 | - |
| YUV | 169.03 | 94.69 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 110 | 0.06 | 0 | 0.39 | 0.29 | 68.57 | 0.32 | 0.57 |
| Hex | AA | B4 | 6E | 6 | 0 | 27 | 1D | 45 | 20 | 39 |
| Octal | 252 | 264 | 156 | 6 | 0 | 47 | 35 | 105 | 40 | 71 |
| Binary | 10101010 | 10110100 | 1101110 | 110 | 0 | 100111 | 11101 | 1000101 | 100000 | 111001 |
Color Harmonies of #AAB46E
Complementary color
Monochromatic Colors of #AAB46E
Black with #AAB46E
Text Example
Text Example
White with #AAB46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB46E; }
p { color: rgb(170,180,110); }
H1.HeaderClassName
{
color: #AAB46E;
}
.AnyTagClassName
{
color: #AAB46E;
}
</style>
background-color css
<style>
a { background-color: #AAB46E; }
a { background-color: rgb(170,180,110); }
div.DivClassName
{
background-color: #AAB46E;
}
.BgClassName
{
background-color: #AAB46E;
}
</style>
border-color css
<style>
span { border-color: #AAB46E; }
span { border-color: rgb(170,180,110); }
td.TdClassName
{
border-color: #AAB46E;
}
.TagClassName
{
border-color: #AAB46E;
}
</style>