Shades of Green Smoke #A3AD5B
Tints of Green Smoke #A3AD5B
RGB
CMYK
RGB Variations
Color information
#A3AD5B (or 0xA3AD5B) is known color: Green Smoke. HEX triplet: A3, AD and 5B. RGB value is (163,173,91). Sum of RGB (Red+Green+Blue) = 163+173+91=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AD5B is #5C52A4. Grayscale: #A0A0A0. Windows color (decimal): -6050469 or 6008227. OLE color: 6008227.
HSL color Cylindrical-coordinate representation of color #A3AD5B: hue angle of 67.32º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3AD5B is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 173 | 91 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.32 |
| HSL | 67.32º | 0.33% | 0.52% | - |
| HSV(B) | 67.32º | 0.47% | 0.68% | - |
| XYZ | 31.94 | 38.43 | 15.63 | - |
| YUV | 160.66 | 88.69 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 173 | 91 | 0.06 | 0 | 0.47 | 0.32 | 67.32 | 0.33 | 0.52 |
| Hex | A3 | AD | 5B | 6 | 0 | 2F | 20 | 43 | 21 | 34 |
| Octal | 243 | 255 | 133 | 6 | 0 | 57 | 40 | 103 | 41 | 64 |
| Binary | 10100011 | 10101101 | 1011011 | 110 | 0 | 101111 | 100000 | 1000011 | 100001 | 110100 |
Color Harmonies of #A3AD5B
Complementary color
Monochromatic Colors of #A3AD5B
Black with #A3AD5B
Text Example
Text Example
White with #A3AD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AD5B; }
p { color: rgb(163,173,91); }
H1.HeaderClassName
{
color: #A3AD5B;
}
.AnyTagClassName
{
color: #A3AD5B;
}
</style>
background-color css
<style>
a { background-color: #A3AD5B; }
a { background-color: rgb(163,173,91); }
div.DivClassName
{
background-color: #A3AD5B;
}
.BgClassName
{
background-color: #A3AD5B;
}
</style>
border-color css
<style>
span { border-color: #A3AD5B; }
span { border-color: rgb(163,173,91); }
td.TdClassName
{
border-color: #A3AD5B;
}
.TagClassName
{
border-color: #A3AD5B;
}
</style>