Shades of Green Smoke #A1A561
Tints of Green Smoke #A1A561
RGB
CMYK
RGB Variations
Color information
#A1A561 (or 0xA1A561) is known color: Green Smoke. HEX triplet: A1, A5 and 61. RGB value is (161,165,97). Sum of RGB (Red+Green+Blue) = 161+165+97=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A561 is #5E5A9E. Grayscale: #9C9C9C. Windows color (decimal): -6183583 or 6399393. OLE color: 6399393.
HSL color Cylindrical-coordinate representation of color #A1A561: hue angle of 63.53º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1A561 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 165 | 97 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.35 |
| HSL | 63.53º | 0.27% | 0.51% | - |
| HSV(B) | 63.53º | 0.41% | 0.65% | - |
| XYZ | 30.31 | 35.35 | 16.54 | - |
| YUV | 156.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 97 | 0.02 | 0 | 0.41 | 0.35 | 63.53 | 0.27 | 0.51 |
| Hex | A1 | A5 | 61 | 2 | 0 | 29 | 23 | 40 | 1B | 33 |
| Octal | 241 | 245 | 141 | 2 | 0 | 51 | 43 | 100 | 33 | 63 |
| Binary | 10100001 | 10100101 | 1100001 | 10 | 0 | 101001 | 100011 | 1000000 | 11011 | 110011 |
Color Harmonies of #A1A561
Complementary color
Monochromatic Colors of #A1A561
Black with #A1A561
Text Example
Text Example
White with #A1A561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A561; }
p { color: rgb(161,165,97); }
H1.HeaderClassName
{
color: #A1A561;
}
.AnyTagClassName
{
color: #A1A561;
}
</style>
background-color css
<style>
a { background-color: #A1A561; }
a { background-color: rgb(161,165,97); }
div.DivClassName
{
background-color: #A1A561;
}
.BgClassName
{
background-color: #A1A561;
}
</style>
border-color css
<style>
span { border-color: #A1A561; }
span { border-color: rgb(161,165,97); }
td.TdClassName
{
border-color: #A1A561;
}
.TagClassName
{
border-color: #A1A561;
}
</style>