Shades of Green Smoke #A3B45A
Tints of Green Smoke #A3B45A
RGB
CMYK
RGB Variations
Color information
#A3B45A (or 0xA3B45A) is known color: Green Smoke. HEX triplet: A3, B4 and 5A. RGB value is (163,180,90). Sum of RGB (Red+Green+Blue) = 163+180+90=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B45A is #5C4BA5. Grayscale: #A5A5A5. Windows color (decimal): -6048678 or 5944483. OLE color: 5944483.
HSL color Cylindrical-coordinate representation of color #A3B45A: hue angle of 71.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3B45A is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 180 | 90 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.29 |
| HSL | 71.33º | 0.38% | 0.53% | - |
| HSV(B) | 71.33º | 0.5% | 0.71% | - |
| XYZ | 33.27 | 41.17 | 15.87 | - |
| YUV | 164.66 | 85.87 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 90 | 0.09 | 0 | 0.50 | 0.29 | 71.33 | 0.38 | 0.53 |
| Hex | A3 | B4 | 5A | 9 | 0 | 32 | 1D | 47 | 26 | 35 |
| Octal | 243 | 264 | 132 | 11 | 0 | 62 | 35 | 107 | 46 | 65 |
| Binary | 10100011 | 10110100 | 1011010 | 1001 | 0 | 110010 | 11101 | 1000111 | 100110 | 110101 |
Color Harmonies of #A3B45A
Complementary color
Monochromatic Colors of #A3B45A
Black with #A3B45A
Text Example
Text Example
White with #A3B45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B45A; }
p { color: rgb(163,180,90); }
H1.HeaderClassName
{
color: #A3B45A;
}
.AnyTagClassName
{
color: #A3B45A;
}
</style>
background-color css
<style>
a { background-color: #A3B45A; }
a { background-color: rgb(163,180,90); }
div.DivClassName
{
background-color: #A3B45A;
}
.BgClassName
{
background-color: #A3B45A;
}
</style>
border-color css
<style>
span { border-color: #A3B45A; }
span { border-color: rgb(163,180,90); }
td.TdClassName
{
border-color: #A3B45A;
}
.TagClassName
{
border-color: #A3B45A;
}
</style>