Shades of Green Smoke #A3A559
Tints of Green Smoke #A3A559
RGB
CMYK
RGB Variations
Color information
#A3A559 (or 0xA3A559) is known color: Green Smoke. HEX triplet: A3, A5 and 59. RGB value is (163,165,89). Sum of RGB (Red+Green+Blue) = 163+165+89=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A559 is #5C5AA6. Grayscale: #9C9C9C. Windows color (decimal): -6052519 or 5875107. OLE color: 5875107.
HSL color Cylindrical-coordinate representation of color #A3A559: hue angle of 61.58º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3A559 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 165 | 89 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.35 |
| HSL | 61.58º | 0.3% | 0.5% | - |
| HSV(B) | 61.58º | 0.46% | 0.65% | - |
| XYZ | 30.36 | 35.42 | 14.69 | - |
| YUV | 155.74 | 90.34 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 165 | 89 | 0.01 | 0 | 0.46 | 0.35 | 61.58 | 0.3 | 0.5 |
| Hex | A3 | A5 | 59 | 1 | 0 | 2E | 23 | 3E | 1E | 32 |
| Octal | 243 | 245 | 131 | 1 | 0 | 56 | 43 | 76 | 36 | 62 |
| Binary | 10100011 | 10100101 | 1011001 | 1 | 0 | 101110 | 100011 | 111110 | 11110 | 110010 |
Color Harmonies of #A3A559
Complementary color
Monochromatic Colors of #A3A559
Black with #A3A559
Text Example
Text Example
White with #A3A559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A559; }
p { color: rgb(163,165,89); }
H1.HeaderClassName
{
color: #A3A559;
}
.AnyTagClassName
{
color: #A3A559;
}
</style>
background-color css
<style>
a { background-color: #A3A559; }
a { background-color: rgb(163,165,89); }
div.DivClassName
{
background-color: #A3A559;
}
.BgClassName
{
background-color: #A3A559;
}
</style>
border-color css
<style>
span { border-color: #A3A559; }
span { border-color: rgb(163,165,89); }
td.TdClassName
{
border-color: #A3A559;
}
.TagClassName
{
border-color: #A3A559;
}
</style>