Shades of Green Smoke #A3AF5A
Tints of Green Smoke #A3AF5A
RGB
CMYK
RGB Variations
Color information
#A3AF5A (or 0xA3AF5A) is known color: Green Smoke. HEX triplet: A3, AF and 5A. RGB value is (163,175,90). Sum of RGB (Red+Green+Blue) = 163+175+90=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 90 (35.55% from 255 or 21.03% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AF5A is #5C50A5. Grayscale: #A2A2A2. Windows color (decimal): -6049958 or 5943203. OLE color: 5943203.
HSL color Cylindrical-coordinate representation of color #A3AF5A: hue angle of 68.47º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3AF5A is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 90 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.31 |
| HSL | 68.47º | 0.35% | 0.52% | - |
| HSV(B) | 68.47º | 0.49% | 0.69% | - |
| XYZ | 32.28 | 39.18 | 15.53 | - |
| YUV | 161.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 90 | 0.07 | 0 | 0.49 | 0.31 | 68.47 | 0.35 | 0.52 |
| Hex | A3 | AF | 5A | 7 | 0 | 31 | 1F | 44 | 23 | 34 |
| Octal | 243 | 257 | 132 | 7 | 0 | 61 | 37 | 104 | 43 | 64 |
| Binary | 10100011 | 10101111 | 1011010 | 111 | 0 | 110001 | 11111 | 1000100 | 100011 | 110100 |
Color Harmonies of #A3AF5A
Complementary color
Monochromatic Colors of #A3AF5A
Black with #A3AF5A
Text Example
Text Example
White with #A3AF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AF5A; }
p { color: rgb(163,175,90); }
H1.HeaderClassName
{
color: #A3AF5A;
}
.AnyTagClassName
{
color: #A3AF5A;
}
</style>
background-color css
<style>
a { background-color: #A3AF5A; }
a { background-color: rgb(163,175,90); }
div.DivClassName
{
background-color: #A3AF5A;
}
.BgClassName
{
background-color: #A3AF5A;
}
</style>
border-color css
<style>
span { border-color: #A3AF5A; }
span { border-color: rgb(163,175,90); }
td.TdClassName
{
border-color: #A3AF5A;
}
.TagClassName
{
border-color: #A3AF5A;
}
</style>