Shades of Green Smoke #A0A363
Tints of Green Smoke #A0A363
RGB
CMYK
RGB Variations
Color information
#A0A363 (or 0xA0A363) is known color: Green Smoke. HEX triplet: A0, A3 and 63. RGB value is (160,163,99). Sum of RGB (Red+Green+Blue) = 160+163+99=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A363 is #5F5C9C. Grayscale: #9B9B9B. Windows color (decimal): -6249629 or 6529952. OLE color: 6529952.
HSL color Cylindrical-coordinate representation of color #A0A363: hue angle of 62.81º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0A363 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 99 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.36 |
| HSL | 62.81º | 0.26% | 0.51% | - |
| HSV(B) | 62.81º | 0.39% | 0.64% | - |
| XYZ | 29.85 | 34.57 | 16.9 | - |
| YUV | 154.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 99 | 0.02 | 0 | 0.39 | 0.36 | 62.81 | 0.26 | 0.51 |
| Hex | A0 | A3 | 63 | 2 | 0 | 27 | 24 | 3F | 1A | 33 |
| Octal | 240 | 243 | 143 | 2 | 0 | 47 | 44 | 77 | 32 | 63 |
| Binary | 10100000 | 10100011 | 1100011 | 10 | 0 | 100111 | 100100 | 111111 | 11010 | 110011 |
Color Harmonies of #A0A363
Complementary color
Monochromatic Colors of #A0A363
Black with #A0A363
Text Example
Text Example
White with #A0A363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A363; }
p { color: rgb(160,163,99); }
H1.HeaderClassName
{
color: #A0A363;
}
.AnyTagClassName
{
color: #A0A363;
}
</style>
background-color css
<style>
a { background-color: #A0A363; }
a { background-color: rgb(160,163,99); }
div.DivClassName
{
background-color: #A0A363;
}
.BgClassName
{
background-color: #A0A363;
}
</style>
border-color css
<style>
span { border-color: #A0A363; }
span { border-color: rgb(160,163,99); }
td.TdClassName
{
border-color: #A0A363;
}
.TagClassName
{
border-color: #A0A363;
}
</style>