Shades of Green Smoke #A0A565
Tints of Green Smoke #A0A565
RGB
CMYK
RGB Variations
Color information
#A0A565 (or 0xA0A565) is known color: Green Smoke. HEX triplet: A0, A5 and 65. RGB value is (160,165,101). Sum of RGB (Red+Green+Blue) = 160+165+101=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A565 is #5F5A9A. Grayscale: #9C9C9C. Windows color (decimal): -6249115 or 6661536. OLE color: 6661536.
HSL color Cylindrical-coordinate representation of color #A0A565: hue angle of 64.69º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0A565 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 165 | 101 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.35 |
| HSL | 64.69º | 0.26% | 0.52% | - |
| HSV(B) | 64.69º | 0.39% | 0.65% | - |
| XYZ | 30.3 | 35.32 | 17.53 | - |
| YUV | 156.21 | 96.84 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 165 | 101 | 0.03 | 0 | 0.39 | 0.35 | 64.69 | 0.26 | 0.52 |
| Hex | A0 | A5 | 65 | 3 | 0 | 27 | 23 | 41 | 1A | 34 |
| Octal | 240 | 245 | 145 | 3 | 0 | 47 | 43 | 101 | 32 | 64 |
| Binary | 10100000 | 10100101 | 1100101 | 11 | 0 | 100111 | 100011 | 1000001 | 11010 | 110100 |
Color Harmonies of #A0A565
Complementary color
Monochromatic Colors of #A0A565
Black with #A0A565
Text Example
Text Example
White with #A0A565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A565; }
p { color: rgb(160,165,101); }
H1.HeaderClassName
{
color: #A0A565;
}
.AnyTagClassName
{
color: #A0A565;
}
</style>
background-color css
<style>
a { background-color: #A0A565; }
a { background-color: rgb(160,165,101); }
div.DivClassName
{
background-color: #A0A565;
}
.BgClassName
{
background-color: #A0A565;
}
</style>
border-color css
<style>
span { border-color: #A0A565; }
span { border-color: rgb(160,165,101); }
td.TdClassName
{
border-color: #A0A565;
}
.TagClassName
{
border-color: #A0A565;
}
</style>