Shades of Green Smoke #A0A26C
Tints of Green Smoke #A0A26C
RGB
CMYK
RGB Variations
Color information
#A0A26C (or 0xA0A26C) is known color: Green Smoke. HEX triplet: A0, A2 and 6C. RGB value is (160,162,108). Sum of RGB (Red+Green+Blue) = 160+162+108=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A26C is #5F5D93. Grayscale: #9B9B9B. Windows color (decimal): -6249876 or 7119520. OLE color: 7119520.
HSL color Cylindrical-coordinate representation of color #A0A26C: hue angle of 62.22º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0A26C is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 108 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.36 |
| HSL | 62.22º | 0.23% | 0.53% | - |
| HSV(B) | 62.22º | 0.33% | 0.64% | - |
| XYZ | 30.12 | 34.4 | 19.24 | - |
| YUV | 155.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 108 | 0.01 | 0 | 0.33 | 0.36 | 62.22 | 0.23 | 0.53 |
| Hex | A0 | A2 | 6C | 1 | 0 | 21 | 24 | 3E | 16 | 35 |
| Octal | 240 | 242 | 154 | 1 | 0 | 41 | 44 | 76 | 26 | 65 |
| Binary | 10100000 | 10100010 | 1101100 | 1 | 0 | 100001 | 100100 | 111110 | 10110 | 110101 |
Color Harmonies of #A0A26C
Complementary color
Monochromatic Colors of #A0A26C
Black with #A0A26C
Text Example
Text Example
White with #A0A26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A26C; }
p { color: rgb(160,162,108); }
H1.HeaderClassName
{
color: #A0A26C;
}
.AnyTagClassName
{
color: #A0A26C;
}
</style>
background-color css
<style>
a { background-color: #A0A26C; }
a { background-color: rgb(160,162,108); }
div.DivClassName
{
background-color: #A0A26C;
}
.BgClassName
{
background-color: #A0A26C;
}
</style>
border-color css
<style>
span { border-color: #A0A26C; }
span { border-color: rgb(160,162,108); }
td.TdClassName
{
border-color: #A0A26C;
}
.TagClassName
{
border-color: #A0A26C;
}
</style>