Shades of Green Smoke #A0AF5B
Tints of Green Smoke #A0AF5B
RGB
CMYK
RGB Variations
Color information
#A0AF5B (or 0xA0AF5B) is known color: Green Smoke. HEX triplet: A0, AF and 5B. RGB value is (160,175,91). Sum of RGB (Red+Green+Blue) = 160+175+91=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF5B is #5F50A4. Grayscale: #A1A1A1. Windows color (decimal): -6246565 or 6008736. OLE color: 6008736.
HSL color Cylindrical-coordinate representation of color #A0AF5B: hue angle of 70.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0AF5B is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 91 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.31 |
| HSL | 70.71º | 0.34% | 0.52% | - |
| HSV(B) | 70.71º | 0.48% | 0.69% | - |
| XYZ | 31.72 | 38.89 | 15.73 | - |
| YUV | 160.94 | 88.53 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 91 | 0.09 | 0 | 0.48 | 0.31 | 70.71 | 0.34 | 0.52 |
| Hex | A0 | AF | 5B | 9 | 0 | 30 | 1F | 47 | 22 | 34 |
| Octal | 240 | 257 | 133 | 11 | 0 | 60 | 37 | 107 | 42 | 64 |
| Binary | 10100000 | 10101111 | 1011011 | 1001 | 0 | 110000 | 11111 | 1000111 | 100010 | 110100 |
Color Harmonies of #A0AF5B
Complementary color
Monochromatic Colors of #A0AF5B
Black with #A0AF5B
Text Example
Text Example
White with #A0AF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF5B; }
p { color: rgb(160,175,91); }
H1.HeaderClassName
{
color: #A0AF5B;
}
.AnyTagClassName
{
color: #A0AF5B;
}
</style>
background-color css
<style>
a { background-color: #A0AF5B; }
a { background-color: rgb(160,175,91); }
div.DivClassName
{
background-color: #A0AF5B;
}
.BgClassName
{
background-color: #A0AF5B;
}
</style>
border-color css
<style>
span { border-color: #A0AF5B; }
span { border-color: rgb(160,175,91); }
td.TdClassName
{
border-color: #A0AF5B;
}
.TagClassName
{
border-color: #A0AF5B;
}
</style>