Shades of Green Smoke #A1A44D
Tints of Green Smoke #A1A44D
RGB
CMYK
RGB Variations
Color information
#A1A44D (or 0xA1A44D) is known color: Green Smoke. HEX triplet: A1, A4 and 4D. RGB value is (161,164,77). Sum of RGB (Red+Green+Blue) = 161+164+77=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A44D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A44D is #5E5BB2. Grayscale: #999999. Windows color (decimal): -6183859 or 5088417. OLE color: 5088417.
HSL color Cylindrical-coordinate representation of color #A1A44D: hue angle of 62.07º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1A44D is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 77 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.36 |
| HSL | 62.07º | 0.36% | 0.47% | - |
| HSV(B) | 62.07º | 0.53% | 0.64% | - |
| XYZ | 29.31 | 34.66 | 12.17 | - |
| YUV | 153.19 | 85.01 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 77 | 0.02 | 0 | 0.53 | 0.36 | 62.07 | 0.36 | 0.47 |
| Hex | A1 | A4 | 4D | 2 | 0 | 35 | 24 | 3E | 24 | 2F |
| Octal | 241 | 244 | 115 | 2 | 0 | 65 | 44 | 76 | 44 | 57 |
| Binary | 10100001 | 10100100 | 1001101 | 10 | 0 | 110101 | 100100 | 111110 | 100100 | 101111 |
Color Harmonies of #A1A44D
Complementary color
Monochromatic Colors of #A1A44D
Black with #A1A44D
Text Example
Text Example
White with #A1A44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A44D; }
p { color: rgb(161,164,77); }
H1.HeaderClassName
{
color: #A1A44D;
}
.AnyTagClassName
{
color: #A1A44D;
}
</style>
background-color css
<style>
a { background-color: #A1A44D; }
a { background-color: rgb(161,164,77); }
div.DivClassName
{
background-color: #A1A44D;
}
.BgClassName
{
background-color: #A1A44D;
}
</style>
border-color css
<style>
span { border-color: #A1A44D; }
span { border-color: rgb(161,164,77); }
td.TdClassName
{
border-color: #A1A44D;
}
.TagClassName
{
border-color: #A1A44D;
}
</style>