Shades of Green Smoke #A0A570
Tints of Green Smoke #A0A570
RGB
CMYK
RGB Variations
Color information
#A0A570 (or 0xA0A570) is known color: Green Smoke. HEX triplet: A0, A5 and 70. RGB value is (160,165,112). Sum of RGB (Red+Green+Blue) = 160+165+112=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A570 is #5F5A8F. Grayscale: #9D9D9D. Windows color (decimal): -6249104 or 7382432. OLE color: 7382432.
HSL color Cylindrical-coordinate representation of color #A0A570: hue angle of 65.66º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0A570 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 165 | 112 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.35 |
| HSL | 65.66º | 0.23% | 0.54% | - |
| HSV(B) | 65.66º | 0.32% | 0.65% | - |
| XYZ | 30.88 | 35.55 | 20.56 | - |
| YUV | 157.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 165 | 112 | 0.03 | 0 | 0.32 | 0.35 | 65.66 | 0.23 | 0.54 |
| Hex | A0 | A5 | 70 | 3 | 0 | 20 | 23 | 42 | 17 | 36 |
| Octal | 240 | 245 | 160 | 3 | 0 | 40 | 43 | 102 | 27 | 66 |
| Binary | 10100000 | 10100101 | 1110000 | 11 | 0 | 100000 | 100011 | 1000010 | 10111 | 110110 |
Color Harmonies of #A0A570
Complementary color
Monochromatic Colors of #A0A570
Black with #A0A570
Text Example
Text Example
White with #A0A570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A570; }
p { color: rgb(160,165,112); }
H1.HeaderClassName
{
color: #A0A570;
}
.AnyTagClassName
{
color: #A0A570;
}
</style>
background-color css
<style>
a { background-color: #A0A570; }
a { background-color: rgb(160,165,112); }
div.DivClassName
{
background-color: #A0A570;
}
.BgClassName
{
background-color: #A0A570;
}
</style>
border-color css
<style>
span { border-color: #A0A570; }
span { border-color: rgb(160,165,112); }
td.TdClassName
{
border-color: #A0A570;
}
.TagClassName
{
border-color: #A0A570;
}
</style>