Shades of Green Smoke #A3AF5C
Tints of Green Smoke #A3AF5C
RGB
CMYK
RGB Variations
Color information
#A3AF5C (or 0xA3AF5C) is known color: Green Smoke. HEX triplet: A3, AF and 5C. RGB value is (163,175,92). Sum of RGB (Red+Green+Blue) = 163+175+92=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AF5C is #5C50A3. Grayscale: #A2A2A2. Windows color (decimal): -6049956 or 6074275. OLE color: 6074275.
HSL color Cylindrical-coordinate representation of color #A3AF5C: hue angle of 68.67º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3AF5C is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 92 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.31 |
| HSL | 68.67º | 0.34% | 0.52% | - |
| HSV(B) | 68.67º | 0.47% | 0.69% | - |
| XYZ | 32.37 | 39.22 | 15.99 | - |
| YUV | 161.95 | 88.52 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 92 | 0.07 | 0 | 0.47 | 0.31 | 68.67 | 0.34 | 0.52 |
| Hex | A3 | AF | 5C | 7 | 0 | 2F | 1F | 45 | 22 | 34 |
| Octal | 243 | 257 | 134 | 7 | 0 | 57 | 37 | 105 | 42 | 64 |
| Binary | 10100011 | 10101111 | 1011100 | 111 | 0 | 101111 | 11111 | 1000101 | 100010 | 110100 |
Color Harmonies of #A3AF5C
Complementary color
Monochromatic Colors of #A3AF5C
Black with #A3AF5C
Text Example
Text Example
White with #A3AF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF5C; }
p { color: rgb(163,175,92); }
H1.HeaderClassName
{
color: #A3AF5C;
}
.AnyTagClassName
{
color: #A3AF5C;
}
</style>
background-color css
<style>
a { background-color: #A3AF5C; }
a { background-color: rgb(163,175,92); }
div.DivClassName
{
background-color: #A3AF5C;
}
.BgClassName
{
background-color: #A3AF5C;
}
</style>
border-color css
<style>
span { border-color: #A3AF5C; }
span { border-color: rgb(163,175,92); }
td.TdClassName
{
border-color: #A3AF5C;
}
.TagClassName
{
border-color: #A3AF5C;
}
</style>