Shades of Green Smoke #A1A767
Tints of Green Smoke #A1A767
RGB
CMYK
RGB Variations
Color information
#A1A767 (or 0xA1A767) is known color: Green Smoke. HEX triplet: A1, A7 and 67. RGB value is (161,167,103). Sum of RGB (Red+Green+Blue) = 161+167+103=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 103 (40.62% from 255 or 23.90% from 431); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A767 is #5E5898. Grayscale: #9E9E9E. Windows color (decimal): -6183065 or 6793121. OLE color: 6793121.
HSL color Cylindrical-coordinate representation of color #A1A767: hue angle of 65.62º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1A767 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 167 | 103 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.35 |
| HSL | 65.63º | 0.27% | 0.53% | - |
| HSV(B) | 65.63º | 0.38% | 0.65% | - |
| XYZ | 30.96 | 36.19 | 18.19 | - |
| YUV | 157.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 103 | 0.04 | 0 | 0.38 | 0.35 | 65.63 | 0.27 | 0.53 |
| Hex | A1 | A7 | 67 | 4 | 0 | 26 | 23 | 42 | 1B | 35 |
| Octal | 241 | 247 | 147 | 4 | 0 | 46 | 43 | 102 | 33 | 65 |
| Binary | 10100001 | 10100111 | 1100111 | 100 | 0 | 100110 | 100011 | 1000010 | 11011 | 110101 |
Color Harmonies of #A1A767
Complementary color
Monochromatic Colors of #A1A767
Black with #A1A767
Text Example
Text Example
White with #A1A767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A767; }
p { color: rgb(161,167,103); }
H1.HeaderClassName
{
color: #A1A767;
}
.AnyTagClassName
{
color: #A1A767;
}
</style>
background-color css
<style>
a { background-color: #A1A767; }
a { background-color: rgb(161,167,103); }
div.DivClassName
{
background-color: #A1A767;
}
.BgClassName
{
background-color: #A1A767;
}
</style>
border-color css
<style>
span { border-color: #A1A767; }
span { border-color: rgb(161,167,103); }
td.TdClassName
{
border-color: #A1A767;
}
.TagClassName
{
border-color: #A1A767;
}
</style>