Shades of Green Smoke #A0A65C
Tints of Green Smoke #A0A65C
RGB
CMYK
RGB Variations
Color information
#A0A65C (or 0xA0A65C) is known color: Green Smoke. HEX triplet: A0, A6 and 5C. RGB value is (160,166,92). Sum of RGB (Red+Green+Blue) = 160+166+92=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A65C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A65C is #5F59A3. Grayscale: #9C9C9C. Windows color (decimal): -6248868 or 6071968. OLE color: 6071968.
HSL color Cylindrical-coordinate representation of color #A0A65C: hue angle of 64.86º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0A65C is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 166 | 92 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.35 |
| HSL | 64.86º | 0.29% | 0.51% | - |
| HSV(B) | 64.86º | 0.45% | 0.65% | - |
| XYZ | 30.07 | 35.52 | 15.4 | - |
| YUV | 155.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 166 | 92 | 0.04 | 0 | 0.45 | 0.35 | 64.86 | 0.29 | 0.51 |
| Hex | A0 | A6 | 5C | 4 | 0 | 2D | 23 | 41 | 1D | 33 |
| Octal | 240 | 246 | 134 | 4 | 0 | 55 | 43 | 101 | 35 | 63 |
| Binary | 10100000 | 10100110 | 1011100 | 100 | 0 | 101101 | 100011 | 1000001 | 11101 | 110011 |
Color Harmonies of #A0A65C
Complementary color
Monochromatic Colors of #A0A65C
Black with #A0A65C
Text Example
Text Example
White with #A0A65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A65C; }
p { color: rgb(160,166,92); }
H1.HeaderClassName
{
color: #A0A65C;
}
.AnyTagClassName
{
color: #A0A65C;
}
</style>
background-color css
<style>
a { background-color: #A0A65C; }
a { background-color: rgb(160,166,92); }
div.DivClassName
{
background-color: #A0A65C;
}
.BgClassName
{
background-color: #A0A65C;
}
</style>
border-color css
<style>
span { border-color: #A0A65C; }
span { border-color: rgb(160,166,92); }
td.TdClassName
{
border-color: #A0A65C;
}
.TagClassName
{
border-color: #A0A65C;
}
</style>