Shades of Green Smoke #A3AC5B
Tints of Green Smoke #A3AC5B
RGB
CMYK
RGB Variations
Color information
#A3AC5B (or 0xA3AC5B) is known color: Green Smoke. HEX triplet: A3, AC and 5B. RGB value is (163,172,91). Sum of RGB (Red+Green+Blue) = 163+172+91=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AC5B is #5C53A4. Grayscale: #A0A0A0. Windows color (decimal): -6050725 or 6007971. OLE color: 6007971.
HSL color Cylindrical-coordinate representation of color #A3AC5B: hue angle of 66.67º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3AC5B is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 172 | 91 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.33 |
| HSL | 66.67º | 0.33% | 0.52% | - |
| HSV(B) | 66.67º | 0.47% | 0.67% | - |
| XYZ | 31.75 | 38.05 | 15.57 | - |
| YUV | 160.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 91 | 0.05 | 0 | 0.47 | 0.33 | 66.67 | 0.33 | 0.52 |
| Hex | A3 | AC | 5B | 5 | 0 | 2F | 21 | 43 | 21 | 34 |
| Octal | 243 | 254 | 133 | 5 | 0 | 57 | 41 | 103 | 41 | 64 |
| Binary | 10100011 | 10101100 | 1011011 | 101 | 0 | 101111 | 100001 | 1000011 | 100001 | 110100 |
Color Harmonies of #A3AC5B
Complementary color
Monochromatic Colors of #A3AC5B
Black with #A3AC5B
Text Example
Text Example
White with #A3AC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AC5B; }
p { color: rgb(163,172,91); }
H1.HeaderClassName
{
color: #A3AC5B;
}
.AnyTagClassName
{
color: #A3AC5B;
}
</style>
background-color css
<style>
a { background-color: #A3AC5B; }
a { background-color: rgb(163,172,91); }
div.DivClassName
{
background-color: #A3AC5B;
}
.BgClassName
{
background-color: #A3AC5B;
}
</style>
border-color css
<style>
span { border-color: #A3AC5B; }
span { border-color: rgb(163,172,91); }
td.TdClassName
{
border-color: #A3AC5B;
}
.TagClassName
{
border-color: #A3AC5B;
}
</style>