Shades of Green Smoke #A3A464
Tints of Green Smoke #A3A464
RGB
CMYK
RGB Variations
Color information
#A3A464 (or 0xA3A464) is known color: Green Smoke. HEX triplet: A3, A4 and 64. RGB value is (163,164,100). Sum of RGB (Red+Green+Blue) = 163+164+100=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A464 is #5C5B9B. Grayscale: #9C9C9C. Windows color (decimal): -6052764 or 6595747. OLE color: 6595747.
HSL color Cylindrical-coordinate representation of color #A3A464: hue angle of 60.94º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3A464 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 164 | 100 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.36 |
| HSL | 60.94º | 0.26% | 0.52% | - |
| HSV(B) | 60.94º | 0.39% | 0.64% | - |
| XYZ | 30.68 | 35.26 | 17.24 | - |
| YUV | 156.41 | 96.17 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 100 | 0.01 | 0 | 0.39 | 0.36 | 60.94 | 0.26 | 0.52 |
| Hex | A3 | A4 | 64 | 1 | 0 | 27 | 24 | 3D | 1A | 34 |
| Octal | 243 | 244 | 144 | 1 | 0 | 47 | 44 | 75 | 32 | 64 |
| Binary | 10100011 | 10100100 | 1100100 | 1 | 0 | 100111 | 100100 | 111101 | 11010 | 110100 |
Color Harmonies of #A3A464
Complementary color
Monochromatic Colors of #A3A464
Black with #A3A464
Text Example
Text Example
White with #A3A464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A464; }
p { color: rgb(163,164,100); }
H1.HeaderClassName
{
color: #A3A464;
}
.AnyTagClassName
{
color: #A3A464;
}
</style>
background-color css
<style>
a { background-color: #A3A464; }
a { background-color: rgb(163,164,100); }
div.DivClassName
{
background-color: #A3A464;
}
.BgClassName
{
background-color: #A3A464;
}
</style>
border-color css
<style>
span { border-color: #A3A464; }
span { border-color: rgb(163,164,100); }
td.TdClassName
{
border-color: #A3A464;
}
.TagClassName
{
border-color: #A3A464;
}
</style>