Shades of Green Smoke #A1A967
Tints of Green Smoke #A1A967
RGB
CMYK
RGB Variations
Color information
#A1A967 (or 0xA1A967) is known color: Green Smoke. HEX triplet: A1, A9 and 67. RGB value is (161,169,103). Sum of RGB (Red+Green+Blue) = 161+169+103=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A967 is #5E5698. Grayscale: #9F9F9F. Windows color (decimal): -6182553 or 6793633. OLE color: 6793633.
HSL color Cylindrical-coordinate representation of color #A1A967: hue angle of 67.27º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1A967 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 103 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.34 |
| HSL | 67.27º | 0.28% | 0.53% | - |
| HSV(B) | 67.27º | 0.39% | 0.66% | - |
| XYZ | 31.33 | 36.93 | 18.31 | - |
| YUV | 159.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 103 | 0.05 | 0 | 0.39 | 0.34 | 67.27 | 0.28 | 0.53 |
| Hex | A1 | A9 | 67 | 5 | 0 | 27 | 22 | 43 | 1C | 35 |
| Octal | 241 | 251 | 147 | 5 | 0 | 47 | 42 | 103 | 34 | 65 |
| Binary | 10100001 | 10101001 | 1100111 | 101 | 0 | 100111 | 100010 | 1000011 | 11100 | 110101 |
Color Harmonies of #A1A967
Complementary color
Monochromatic Colors of #A1A967
Black with #A1A967
Text Example
Text Example
White with #A1A967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A967; }
p { color: rgb(161,169,103); }
H1.HeaderClassName
{
color: #A1A967;
}
.AnyTagClassName
{
color: #A1A967;
}
</style>
background-color css
<style>
a { background-color: #A1A967; }
a { background-color: rgb(161,169,103); }
div.DivClassName
{
background-color: #A1A967;
}
.BgClassName
{
background-color: #A1A967;
}
</style>
border-color css
<style>
span { border-color: #A1A967; }
span { border-color: rgb(161,169,103); }
td.TdClassName
{
border-color: #A1A967;
}
.TagClassName
{
border-color: #A1A967;
}
</style>