Shades of Green Smoke #A3B15F
Tints of Green Smoke #A3B15F
RGB
CMYK
RGB Variations
Color information
#A3B15F (or 0xA3B15F) is known color: Green Smoke. HEX triplet: A3, B1 and 5F. RGB value is (163,177,95). Sum of RGB (Red+Green+Blue) = 163+177+95=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B15F is #5C4EA0. Grayscale: #A3A3A3. Windows color (decimal): -6049441 or 6271395. OLE color: 6271395.
HSL color Cylindrical-coordinate representation of color #A3B15F: hue angle of 70.24º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3B15F is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 95 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.31 |
| HSL | 70.24º | 0.34% | 0.53% | - |
| HSV(B) | 70.24º | 0.46% | 0.69% | - |
| XYZ | 32.89 | 40.06 | 16.82 | - |
| YUV | 163.47 | 89.36 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 95 | 0.08 | 0 | 0.46 | 0.31 | 70.24 | 0.34 | 0.53 |
| Hex | A3 | B1 | 5F | 8 | 0 | 2E | 1F | 46 | 22 | 35 |
| Octal | 243 | 261 | 137 | 10 | 0 | 56 | 37 | 106 | 42 | 65 |
| Binary | 10100011 | 10110001 | 1011111 | 1000 | 0 | 101110 | 11111 | 1000110 | 100010 | 110101 |
Color Harmonies of #A3B15F
Complementary color
Monochromatic Colors of #A3B15F
Black with #A3B15F
Text Example
Text Example
White with #A3B15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B15F; }
p { color: rgb(163,177,95); }
H1.HeaderClassName
{
color: #A3B15F;
}
.AnyTagClassName
{
color: #A3B15F;
}
</style>
background-color css
<style>
a { background-color: #A3B15F; }
a { background-color: rgb(163,177,95); }
div.DivClassName
{
background-color: #A3B15F;
}
.BgClassName
{
background-color: #A3B15F;
}
</style>
border-color css
<style>
span { border-color: #A3B15F; }
span { border-color: rgb(163,177,95); }
td.TdClassName
{
border-color: #A3B15F;
}
.TagClassName
{
border-color: #A3B15F;
}
</style>