Shades of Green Smoke #A3AA57
Tints of Green Smoke #A3AA57
RGB
CMYK
RGB Variations
Color information
#A3AA57 (or 0xA3AA57) is known color: Green Smoke. HEX triplet: A3, AA and 57. RGB value is (163,170,87). Sum of RGB (Red+Green+Blue) = 163+170+87=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 87 (34.38% from 255 or 20.71% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AA57 is #5C55A8. Grayscale: #9E9E9E. Windows color (decimal): -6051241 or 5745315. OLE color: 5745315.
HSL color Cylindrical-coordinate representation of color #A3AA57: hue angle of 65.06º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3AA57 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 87 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.33 |
| HSL | 65.06º | 0.33% | 0.5% | - |
| HSV(B) | 65.06º | 0.49% | 0.67% | - |
| XYZ | 31.2 | 37.22 | 14.56 | - |
| YUV | 158.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 87 | 0.04 | 0 | 0.49 | 0.33 | 65.06 | 0.33 | 0.5 |
| Hex | A3 | AA | 57 | 4 | 0 | 31 | 21 | 41 | 21 | 32 |
| Octal | 243 | 252 | 127 | 4 | 0 | 61 | 41 | 101 | 41 | 62 |
| Binary | 10100011 | 10101010 | 1010111 | 100 | 0 | 110001 | 100001 | 1000001 | 100001 | 110010 |
Color Harmonies of #A3AA57
Complementary color
Monochromatic Colors of #A3AA57
Black with #A3AA57
Text Example
Text Example
White with #A3AA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA57; }
p { color: rgb(163,170,87); }
H1.HeaderClassName
{
color: #A3AA57;
}
.AnyTagClassName
{
color: #A3AA57;
}
</style>
background-color css
<style>
a { background-color: #A3AA57; }
a { background-color: rgb(163,170,87); }
div.DivClassName
{
background-color: #A3AA57;
}
.BgClassName
{
background-color: #A3AA57;
}
</style>
border-color css
<style>
span { border-color: #A3AA57; }
span { border-color: rgb(163,170,87); }
td.TdClassName
{
border-color: #A3AA57;
}
.TagClassName
{
border-color: #A3AA57;
}
</style>