Shades of Green Smoke #A3AF58
Tints of Green Smoke #A3AF58
RGB
CMYK
RGB Variations
Color information
#A3AF58 (or 0xA3AF58) is known color: Green Smoke. HEX triplet: A3, AF and 58. RGB value is (163,175,88). Sum of RGB (Red+Green+Blue) = 163+175+88=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AF58 is #5C50A7. Grayscale: #A1A1A1. Windows color (decimal): -6049960 or 5812131. OLE color: 5812131.
HSL color Cylindrical-coordinate representation of color #A3AF58: hue angle of 68.28º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A3AF58 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 88 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.31 |
| HSL | 68.28º | 0.35% | 0.52% | - |
| HSV(B) | 68.28º | 0.5% | 0.69% | - |
| XYZ | 32.2 | 39.15 | 15.09 | - |
| YUV | 161.49 | 86.52 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 88 | 0.07 | 0 | 0.50 | 0.31 | 68.28 | 0.35 | 0.52 |
| Hex | A3 | AF | 58 | 7 | 0 | 32 | 1F | 44 | 23 | 34 |
| Octal | 243 | 257 | 130 | 7 | 0 | 62 | 37 | 104 | 43 | 64 |
| Binary | 10100011 | 10101111 | 1011000 | 111 | 0 | 110010 | 11111 | 1000100 | 100011 | 110100 |
Color Harmonies of #A3AF58
Complementary color
Monochromatic Colors of #A3AF58
Black with #A3AF58
Text Example
Text Example
White with #A3AF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF58; }
p { color: rgb(163,175,88); }
H1.HeaderClassName
{
color: #A3AF58;
}
.AnyTagClassName
{
color: #A3AF58;
}
</style>
background-color css
<style>
a { background-color: #A3AF58; }
a { background-color: rgb(163,175,88); }
div.DivClassName
{
background-color: #A3AF58;
}
.BgClassName
{
background-color: #A3AF58;
}
</style>
border-color css
<style>
span { border-color: #A3AF58; }
span { border-color: rgb(163,175,88); }
td.TdClassName
{
border-color: #A3AF58;
}
.TagClassName
{
border-color: #A3AF58;
}
</style>