Shades of Green Smoke #A1A26C
Tints of Green Smoke #A1A26C
RGB
CMYK
RGB Variations
Color information
#A1A26C (or 0xA1A26C) is known color: Green Smoke. HEX triplet: A1, A2 and 6C. RGB value is (161,162,108). Sum of RGB (Red+Green+Blue) = 161+162+108=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 108 (42.58% from 255 or 25.06% from 431); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A26C is #5E5D93. Grayscale: #9B9B9B. Windows color (decimal): -6184340 or 7119521. OLE color: 7119521.
HSL color Cylindrical-coordinate representation of color #A1A26C: hue angle of 61.11º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1A26C is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 108 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.36 |
| HSL | 61.11º | 0.23% | 0.53% | - |
| HSV(B) | 61.11º | 0.33% | 0.64% | - |
| XYZ | 30.33 | 34.5 | 19.25 | - |
| YUV | 155.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 108 | 0.01 | 0 | 0.33 | 0.36 | 61.11 | 0.23 | 0.53 |
| Hex | A1 | A2 | 6C | 1 | 0 | 21 | 24 | 3D | 16 | 35 |
| Octal | 241 | 242 | 154 | 1 | 0 | 41 | 44 | 75 | 26 | 65 |
| Binary | 10100001 | 10100010 | 1101100 | 1 | 0 | 100001 | 100100 | 111101 | 10110 | 110101 |
Color Harmonies of #A1A26C
Complementary color
Monochromatic Colors of #A1A26C
Black with #A1A26C
Text Example
Text Example
White with #A1A26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A26C; }
p { color: rgb(161,162,108); }
H1.HeaderClassName
{
color: #A1A26C;
}
.AnyTagClassName
{
color: #A1A26C;
}
</style>
background-color css
<style>
a { background-color: #A1A26C; }
a { background-color: rgb(161,162,108); }
div.DivClassName
{
background-color: #A1A26C;
}
.BgClassName
{
background-color: #A1A26C;
}
</style>
border-color css
<style>
span { border-color: #A1A26C; }
span { border-color: rgb(161,162,108); }
td.TdClassName
{
border-color: #A1A26C;
}
.TagClassName
{
border-color: #A1A26C;
}
</style>