Shades of Green Smoke #A3A960
Tints of Green Smoke #A3A960
RGB
CMYK
RGB Variations
Color information
#A3A960 (or 0xA3A960) is known color: Green Smoke. HEX triplet: A3, A9 and 60. RGB value is (163,169,96). Sum of RGB (Red+Green+Blue) = 163+169+96=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A960 is #5C569F. Grayscale: #9F9F9F. Windows color (decimal): -6051488 or 6334883. OLE color: 6334883.
HSL color Cylindrical-coordinate representation of color #A3A960: hue angle of 64.93º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3A960 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 169 | 96 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.34 |
| HSL | 64.93º | 0.3% | 0.52% | - |
| HSV(B) | 64.93º | 0.43% | 0.66% | - |
| XYZ | 31.4 | 37.01 | 16.55 | - |
| YUV | 158.88 | 92.51 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 169 | 96 | 0.04 | 0 | 0.43 | 0.34 | 64.93 | 0.3 | 0.52 |
| Hex | A3 | A9 | 60 | 4 | 0 | 2B | 22 | 41 | 1E | 34 |
| Octal | 243 | 251 | 140 | 4 | 0 | 53 | 42 | 101 | 36 | 64 |
| Binary | 10100011 | 10101001 | 1100000 | 100 | 0 | 101011 | 100010 | 1000001 | 11110 | 110100 |
Color Harmonies of #A3A960
Complementary color
Monochromatic Colors of #A3A960
Black with #A3A960
Text Example
Text Example
White with #A3A960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A960; }
p { color: rgb(163,169,96); }
H1.HeaderClassName
{
color: #A3A960;
}
.AnyTagClassName
{
color: #A3A960;
}
</style>
background-color css
<style>
a { background-color: #A3A960; }
a { background-color: rgb(163,169,96); }
div.DivClassName
{
background-color: #A3A960;
}
.BgClassName
{
background-color: #A3A960;
}
</style>
border-color css
<style>
span { border-color: #A3A960; }
span { border-color: rgb(163,169,96); }
td.TdClassName
{
border-color: #A3A960;
}
.TagClassName
{
border-color: #A3A960;
}
</style>