Shades of Green Smoke #A3A555
Tints of Green Smoke #A3A555
RGB
CMYK
RGB Variations
Color information
#A3A555 (or 0xA3A555) is known color: Green Smoke. HEX triplet: A3, A5 and 55. RGB value is (163,165,85). Sum of RGB (Red+Green+Blue) = 163+165+85=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A555 is #5C5AAA. Grayscale: #9B9B9B. Windows color (decimal): -6052523 or 5612963. OLE color: 5612963.
HSL color Cylindrical-coordinate representation of color #A3A555: hue angle of 61.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3A555 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 165 | 85 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.35 |
| HSL | 61.5º | 0.32% | 0.49% | - |
| HSV(B) | 61.5º | 0.48% | 0.65% | - |
| XYZ | 30.2 | 35.35 | 13.83 | - |
| YUV | 155.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 165 | 85 | 0.01 | 0 | 0.48 | 0.35 | 61.5 | 0.32 | 0.49 |
| Hex | A3 | A5 | 55 | 1 | 0 | 30 | 23 | 3E | 20 | 31 |
| Octal | 243 | 245 | 125 | 1 | 0 | 60 | 43 | 76 | 40 | 61 |
| Binary | 10100011 | 10100101 | 1010101 | 1 | 0 | 110000 | 100011 | 111110 | 100000 | 110001 |
Color Harmonies of #A3A555
Complementary color
Monochromatic Colors of #A3A555
Black with #A3A555
Text Example
Text Example
White with #A3A555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A555; }
p { color: rgb(163,165,85); }
H1.HeaderClassName
{
color: #A3A555;
}
.AnyTagClassName
{
color: #A3A555;
}
</style>
background-color css
<style>
a { background-color: #A3A555; }
a { background-color: rgb(163,165,85); }
div.DivClassName
{
background-color: #A3A555;
}
.BgClassName
{
background-color: #A3A555;
}
</style>
border-color css
<style>
span { border-color: #A3A555; }
span { border-color: rgb(163,165,85); }
td.TdClassName
{
border-color: #A3A555;
}
.TagClassName
{
border-color: #A3A555;
}
</style>