Shades of Green Smoke #A3A565
Tints of Green Smoke #A3A565
RGB
CMYK
RGB Variations
Color information
#A3A565 (or 0xA3A565) is known color: Green Smoke. HEX triplet: A3, A5 and 65. RGB value is (163,165,101). Sum of RGB (Red+Green+Blue) = 163+165+101=429 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.00% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A565 is #5C5A9A. Grayscale: #9D9D9D. Windows color (decimal): -6052507 or 6661539. OLE color: 6661539.
HSL color Cylindrical-coordinate representation of color #A3A565: hue angle of 61.88º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3A565 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 165 | 101 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.35 |
| HSL | 61.88º | 0.26% | 0.52% | - |
| HSV(B) | 61.88º | 0.39% | 0.65% | - |
| XYZ | 30.91 | 35.64 | 17.56 | - |
| YUV | 157.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 165 | 101 | 0.01 | 0 | 0.39 | 0.35 | 61.88 | 0.26 | 0.52 |
| Hex | A3 | A5 | 65 | 1 | 0 | 27 | 23 | 3E | 1A | 34 |
| Octal | 243 | 245 | 145 | 1 | 0 | 47 | 43 | 76 | 32 | 64 |
| Binary | 10100011 | 10100101 | 1100101 | 1 | 0 | 100111 | 100011 | 111110 | 11010 | 110100 |
Color Harmonies of #A3A565
Complementary color
Monochromatic Colors of #A3A565
Black with #A3A565
Text Example
Text Example
White with #A3A565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A565; }
p { color: rgb(163,165,101); }
H1.HeaderClassName
{
color: #A3A565;
}
.AnyTagClassName
{
color: #A3A565;
}
</style>
background-color css
<style>
a { background-color: #A3A565; }
a { background-color: rgb(163,165,101); }
div.DivClassName
{
background-color: #A3A565;
}
.BgClassName
{
background-color: #A3A565;
}
</style>
border-color css
<style>
span { border-color: #A3A565; }
span { border-color: rgb(163,165,101); }
td.TdClassName
{
border-color: #A3A565;
}
.TagClassName
{
border-color: #A3A565;
}
</style>