Shades of Green Smoke #A0A46A
Tints of Green Smoke #A0A46A
RGB
CMYK
RGB Variations
Color information
#A0A46A (or 0xA0A46A) is known color: Green Smoke. HEX triplet: A0, A4 and 6A. RGB value is (160,164,106). Sum of RGB (Red+Green+Blue) = 160+164+106=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A46A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A46A is #5F5B95. Grayscale: #9C9C9C. Windows color (decimal): -6249366 or 6988960. OLE color: 6988960.
HSL color Cylindrical-coordinate representation of color #A0A46A: hue angle of 64.14º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0A46A is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 164 | 106 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.36 |
| HSL | 64.14º | 0.24% | 0.53% | - |
| HSV(B) | 64.14º | 0.35% | 0.64% | - |
| XYZ | 30.37 | 35.07 | 18.8 | - |
| YUV | 156.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 164 | 106 | 0.02 | 0 | 0.35 | 0.36 | 64.14 | 0.24 | 0.53 |
| Hex | A0 | A4 | 6A | 2 | 0 | 23 | 24 | 40 | 18 | 35 |
| Octal | 240 | 244 | 152 | 2 | 0 | 43 | 44 | 100 | 30 | 65 |
| Binary | 10100000 | 10100100 | 1101010 | 10 | 0 | 100011 | 100100 | 1000000 | 11000 | 110101 |
Color Harmonies of #A0A46A
Complementary color
Monochromatic Colors of #A0A46A
Black with #A0A46A
Text Example
Text Example
White with #A0A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A46A; }
p { color: rgb(160,164,106); }
H1.HeaderClassName
{
color: #A0A46A;
}
.AnyTagClassName
{
color: #A0A46A;
}
</style>
background-color css
<style>
a { background-color: #A0A46A; }
a { background-color: rgb(160,164,106); }
div.DivClassName
{
background-color: #A0A46A;
}
.BgClassName
{
background-color: #A0A46A;
}
</style>
border-color css
<style>
span { border-color: #A0A46A; }
span { border-color: rgb(160,164,106); }
td.TdClassName
{
border-color: #A0A46A;
}
.TagClassName
{
border-color: #A0A46A;
}
</style>