Shades of Green Smoke #A0A55B
Tints of Green Smoke #A0A55B
RGB
CMYK
RGB Variations
Color information
#A0A55B (or 0xA0A55B) is known color: Green Smoke. HEX triplet: A0, A5 and 5B. RGB value is (160,165,91). Sum of RGB (Red+Green+Blue) = 160+165+91=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A55B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A55B is #5F5AA4. Grayscale: #9B9B9B. Windows color (decimal): -6249125 or 6006176. OLE color: 6006176.
HSL color Cylindrical-coordinate representation of color #A0A55B: hue angle of 64.05º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0A55B is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 165 | 91 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.35 |
| HSL | 64.05º | 0.29% | 0.5% | - |
| HSV(B) | 64.05º | 0.45% | 0.65% | - |
| XYZ | 29.84 | 35.14 | 15.11 | - |
| YUV | 155.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 165 | 91 | 0.03 | 0 | 0.45 | 0.35 | 64.05 | 0.29 | 0.5 |
| Hex | A0 | A5 | 5B | 3 | 0 | 2D | 23 | 40 | 1D | 32 |
| Octal | 240 | 245 | 133 | 3 | 0 | 55 | 43 | 100 | 35 | 62 |
| Binary | 10100000 | 10100101 | 1011011 | 11 | 0 | 101101 | 100011 | 1000000 | 11101 | 110010 |
Color Harmonies of #A0A55B
Complementary color
Monochromatic Colors of #A0A55B
Black with #A0A55B
Text Example
Text Example
White with #A0A55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A55B; }
p { color: rgb(160,165,91); }
H1.HeaderClassName
{
color: #A0A55B;
}
.AnyTagClassName
{
color: #A0A55B;
}
</style>
background-color css
<style>
a { background-color: #A0A55B; }
a { background-color: rgb(160,165,91); }
div.DivClassName
{
background-color: #A0A55B;
}
.BgClassName
{
background-color: #A0A55B;
}
</style>
border-color css
<style>
span { border-color: #A0A55B; }
span { border-color: rgb(160,165,91); }
td.TdClassName
{
border-color: #A0A55B;
}
.TagClassName
{
border-color: #A0A55B;
}
</style>