Shades of Green Smoke #A3AA5A
Tints of Green Smoke #A3AA5A
RGB
CMYK
RGB Variations
Color information
#A3AA5A (or 0xA3AA5A) is known color: Green Smoke. HEX triplet: A3, AA and 5A. RGB value is (163,170,90). Sum of RGB (Red+Green+Blue) = 163+170+90=423 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.53% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AA5A is #5C55A5. Grayscale: #9F9F9F. Windows color (decimal): -6051238 or 5941923. OLE color: 5941923.
HSL color Cylindrical-coordinate representation of color #A3AA5A: hue angle of 65.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3AA5A is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 90 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.33 |
| HSL | 65.25º | 0.32% | 0.51% | - |
| HSV(B) | 65.25º | 0.47% | 0.67% | - |
| XYZ | 31.32 | 37.27 | 15.22 | - |
| YUV | 158.79 | 89.18 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 90 | 0.04 | 0 | 0.47 | 0.33 | 65.25 | 0.32 | 0.51 |
| Hex | A3 | AA | 5A | 4 | 0 | 2F | 21 | 41 | 20 | 33 |
| Octal | 243 | 252 | 132 | 4 | 0 | 57 | 41 | 101 | 40 | 63 |
| Binary | 10100011 | 10101010 | 1011010 | 100 | 0 | 101111 | 100001 | 1000001 | 100000 | 110011 |
Color Harmonies of #A3AA5A
Complementary color
Monochromatic Colors of #A3AA5A
Black with #A3AA5A
Text Example
Text Example
White with #A3AA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA5A; }
p { color: rgb(163,170,90); }
H1.HeaderClassName
{
color: #A3AA5A;
}
.AnyTagClassName
{
color: #A3AA5A;
}
</style>
background-color css
<style>
a { background-color: #A3AA5A; }
a { background-color: rgb(163,170,90); }
div.DivClassName
{
background-color: #A3AA5A;
}
.BgClassName
{
background-color: #A3AA5A;
}
</style>
border-color css
<style>
span { border-color: #A3AA5A; }
span { border-color: rgb(163,170,90); }
td.TdClassName
{
border-color: #A3AA5A;
}
.TagClassName
{
border-color: #A3AA5A;
}
</style>