Shades of Green Smoke #A0AF4E
Tints of Green Smoke #A0AF4E
RGB
CMYK
RGB Variations
Color information
#A0AF4E (or 0xA0AF4E) is known color: Green Smoke. HEX triplet: A0, AF and 4E. RGB value is (160,175,78). Sum of RGB (Red+Green+Blue) = 160+175+78=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF4E is #5F50B1. Grayscale: #9F9F9F. Windows color (decimal): -6246578 or 5156768. OLE color: 5156768.
HSL color Cylindrical-coordinate representation of color #A0AF4E: hue angle of 69.28º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0AF4E is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 78 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.31 |
| HSL | 69.28º | 0.38% | 0.5% | - |
| HSV(B) | 69.28º | 0.55% | 0.69% | - |
| XYZ | 31.2 | 38.68 | 13.03 | - |
| YUV | 159.46 | 82.03 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 78 | 0.09 | 0 | 0.55 | 0.31 | 69.28 | 0.38 | 0.5 |
| Hex | A0 | AF | 4E | 9 | 0 | 37 | 1F | 45 | 26 | 32 |
| Octal | 240 | 257 | 116 | 11 | 0 | 67 | 37 | 105 | 46 | 62 |
| Binary | 10100000 | 10101111 | 1001110 | 1001 | 0 | 110111 | 11111 | 1000101 | 100110 | 110010 |
Color Harmonies of #A0AF4E
Complementary color
Monochromatic Colors of #A0AF4E
Black with #A0AF4E
Text Example
Text Example
White with #A0AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF4E; }
p { color: rgb(160,175,78); }
H1.HeaderClassName
{
color: #A0AF4E;
}
.AnyTagClassName
{
color: #A0AF4E;
}
</style>
background-color css
<style>
a { background-color: #A0AF4E; }
a { background-color: rgb(160,175,78); }
div.DivClassName
{
background-color: #A0AF4E;
}
.BgClassName
{
background-color: #A0AF4E;
}
</style>
border-color css
<style>
span { border-color: #A0AF4E; }
span { border-color: rgb(160,175,78); }
td.TdClassName
{
border-color: #A0AF4E;
}
.TagClassName
{
border-color: #A0AF4E;
}
</style>