Shades of Green Smoke #A1A254
Tints of Green Smoke #A1A254
RGB
CMYK
RGB Variations
Color information
#A1A254 (or 0xA1A254) is known color: Green Smoke. HEX triplet: A1, A2 and 54. RGB value is (161,162,84). Sum of RGB (Red+Green+Blue) = 161+162+84=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A254 is #5E5DAB. Grayscale: #999999. Windows color (decimal): -6184364 or 5546657. OLE color: 5546657.
HSL color Cylindrical-coordinate representation of color #A1A254: hue angle of 60.77º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1A254 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 84 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.36 |
| HSL | 60.77º | 0.32% | 0.48% | - |
| HSV(B) | 60.77º | 0.48% | 0.64% | - |
| XYZ | 29.22 | 34.06 | 13.42 | - |
| YUV | 152.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 84 | 0.01 | 0 | 0.48 | 0.36 | 60.77 | 0.32 | 0.48 |
| Hex | A1 | A2 | 54 | 1 | 0 | 30 | 24 | 3D | 20 | 30 |
| Octal | 241 | 242 | 124 | 1 | 0 | 60 | 44 | 75 | 40 | 60 |
| Binary | 10100001 | 10100010 | 1010100 | 1 | 0 | 110000 | 100100 | 111101 | 100000 | 110000 |
Color Harmonies of #A1A254
Complementary color
Monochromatic Colors of #A1A254
Black with #A1A254
Text Example
Text Example
White with #A1A254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A254; }
p { color: rgb(161,162,84); }
H1.HeaderClassName
{
color: #A1A254;
}
.AnyTagClassName
{
color: #A1A254;
}
</style>
background-color css
<style>
a { background-color: #A1A254; }
a { background-color: rgb(161,162,84); }
div.DivClassName
{
background-color: #A1A254;
}
.BgClassName
{
background-color: #A1A254;
}
</style>
border-color css
<style>
span { border-color: #A1A254; }
span { border-color: rgb(161,162,84); }
td.TdClassName
{
border-color: #A1A254;
}
.TagClassName
{
border-color: #A1A254;
}
</style>