Shades of Green Smoke #A1A665
Tints of Green Smoke #A1A665
RGB
CMYK
RGB Variations
Color information
#A1A665 (or 0xA1A665) is known color: Green Smoke. HEX triplet: A1, A6 and 65. RGB value is (161,166,101). Sum of RGB (Red+Green+Blue) = 161+166+101=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A665 is #5E599A. Grayscale: #9D9D9D. Windows color (decimal): -6183323 or 6661793. OLE color: 6661793.
HSL color Cylindrical-coordinate representation of color #A1A665: hue angle of 64.62º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1A665 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 101 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.35 |
| HSL | 64.62º | 0.27% | 0.52% | - |
| HSV(B) | 64.62º | 0.39% | 0.65% | - |
| XYZ | 30.68 | 35.79 | 17.6 | - |
| YUV | 157.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 101 | 0.03 | 0 | 0.39 | 0.35 | 64.62 | 0.27 | 0.52 |
| Hex | A1 | A6 | 65 | 3 | 0 | 27 | 23 | 41 | 1B | 34 |
| Octal | 241 | 246 | 145 | 3 | 0 | 47 | 43 | 101 | 33 | 64 |
| Binary | 10100001 | 10100110 | 1100101 | 11 | 0 | 100111 | 100011 | 1000001 | 11011 | 110100 |
Color Harmonies of #A1A665
Complementary color
Monochromatic Colors of #A1A665
Black with #A1A665
Text Example
Text Example
White with #A1A665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A665; }
p { color: rgb(161,166,101); }
H1.HeaderClassName
{
color: #A1A665;
}
.AnyTagClassName
{
color: #A1A665;
}
</style>
background-color css
<style>
a { background-color: #A1A665; }
a { background-color: rgb(161,166,101); }
div.DivClassName
{
background-color: #A1A665;
}
.BgClassName
{
background-color: #A1A665;
}
</style>
border-color css
<style>
span { border-color: #A1A665; }
span { border-color: rgb(161,166,101); }
td.TdClassName
{
border-color: #A1A665;
}
.TagClassName
{
border-color: #A1A665;
}
</style>