Shades of Green Smoke #A0A46F
Tints of Green Smoke #A0A46F
RGB
CMYK
RGB Variations
Color information
#A0A46F (or 0xA0A46F) is known color: Green Smoke. HEX triplet: A0, A4 and 6F. RGB value is (160,164,111). Sum of RGB (Red+Green+Blue) = 160+164+111=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A46F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A46F is #5F5B90. Grayscale: #9C9C9C. Windows color (decimal): -6249361 or 7316640. OLE color: 7316640.
HSL color Cylindrical-coordinate representation of color #A0A46F: hue angle of 64.53º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0A46F is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 164 | 111 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.36 |
| HSL | 64.53º | 0.23% | 0.54% | - |
| HSV(B) | 64.53º | 0.32% | 0.64% | - |
| XYZ | 30.64 | 35.17 | 20.21 | - |
| YUV | 156.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 164 | 111 | 0.02 | 0 | 0.32 | 0.36 | 64.53 | 0.23 | 0.54 |
| Hex | A0 | A4 | 6F | 2 | 0 | 20 | 24 | 41 | 17 | 36 |
| Octal | 240 | 244 | 157 | 2 | 0 | 40 | 44 | 101 | 27 | 66 |
| Binary | 10100000 | 10100100 | 1101111 | 10 | 0 | 100000 | 100100 | 1000001 | 10111 | 110110 |
Color Harmonies of #A0A46F
Complementary color
Monochromatic Colors of #A0A46F
Black with #A0A46F
Text Example
Text Example
White with #A0A46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A46F; }
p { color: rgb(160,164,111); }
H1.HeaderClassName
{
color: #A0A46F;
}
.AnyTagClassName
{
color: #A0A46F;
}
</style>
background-color css
<style>
a { background-color: #A0A46F; }
a { background-color: rgb(160,164,111); }
div.DivClassName
{
background-color: #A0A46F;
}
.BgClassName
{
background-color: #A0A46F;
}
</style>
border-color css
<style>
span { border-color: #A0A46F; }
span { border-color: rgb(160,164,111); }
td.TdClassName
{
border-color: #A0A46F;
}
.TagClassName
{
border-color: #A0A46F;
}
</style>