Shades of Green Smoke #A3AA6E
Tints of Green Smoke #A3AA6E
RGB
CMYK
RGB Variations
Color information
#A3AA6E (or 0xA3AA6E) is known color: Green Smoke. HEX triplet: A3, AA and 6E. RGB value is (163,170,110). Sum of RGB (Red+Green+Blue) = 163+170+110=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AA6E is #5C5591. Grayscale: #A1A1A1. Windows color (decimal): -6051218 or 7252643. OLE color: 7252643.
HSL color Cylindrical-coordinate representation of color #A3AA6E: hue angle of 67º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3AA6E is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 110 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.33 |
| HSL | 67º | 0.26% | 0.55% | - |
| HSV(B) | 67º | 0.35% | 0.67% | - |
| XYZ | 32.29 | 37.66 | 20.32 | - |
| YUV | 161.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 110 | 0.04 | 0 | 0.35 | 0.33 | 67 | 0.26 | 0.55 |
| Hex | A3 | AA | 6E | 4 | 0 | 23 | 21 | 43 | 1A | 37 |
| Octal | 243 | 252 | 156 | 4 | 0 | 43 | 41 | 103 | 32 | 67 |
| Binary | 10100011 | 10101010 | 1101110 | 100 | 0 | 100011 | 100001 | 1000011 | 11010 | 110111 |
Color Harmonies of #A3AA6E
Complementary color
Monochromatic Colors of #A3AA6E
Black with #A3AA6E
Text Example
Text Example
White with #A3AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA6E; }
p { color: rgb(163,170,110); }
H1.HeaderClassName
{
color: #A3AA6E;
}
.AnyTagClassName
{
color: #A3AA6E;
}
</style>
background-color css
<style>
a { background-color: #A3AA6E; }
a { background-color: rgb(163,170,110); }
div.DivClassName
{
background-color: #A3AA6E;
}
.BgClassName
{
background-color: #A3AA6E;
}
</style>
border-color css
<style>
span { border-color: #A3AA6E; }
span { border-color: rgb(163,170,110); }
td.TdClassName
{
border-color: #A3AA6E;
}
.TagClassName
{
border-color: #A3AA6E;
}
</style>