Shades of Green Smoke #A5AF5E
Tints of Green Smoke #A5AF5E
RGB
CMYK
RGB Variations
Color information
#A5AF5E (or 0xA5AF5E) is known color: Green Smoke. HEX triplet: A5, AF and 5E. RGB value is (165,175,94). Sum of RGB (Red+Green+Blue) = 165+175+94=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AF5E is #5A50A1. Grayscale: #A3A3A3. Windows color (decimal): -5918882 or 6205349. OLE color: 6205349.
HSL color Cylindrical-coordinate representation of color #A5AF5E: hue angle of 67.41º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5AF5E is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 175 | 94 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.31 |
| HSL | 67.41º | 0.34% | 0.53% | - |
| HSV(B) | 67.41º | 0.46% | 0.69% | - |
| XYZ | 32.87 | 39.47 | 16.48 | - |
| YUV | 162.78 | 89.19 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 175 | 94 | 0.06 | 0 | 0.46 | 0.31 | 67.41 | 0.34 | 0.53 |
| Hex | A5 | AF | 5E | 6 | 0 | 2E | 1F | 43 | 22 | 35 |
| Octal | 245 | 257 | 136 | 6 | 0 | 56 | 37 | 103 | 42 | 65 |
| Binary | 10100101 | 10101111 | 1011110 | 110 | 0 | 101110 | 11111 | 1000011 | 100010 | 110101 |
Color Harmonies of #A5AF5E
Complementary color
Monochromatic Colors of #A5AF5E
Black with #A5AF5E
Text Example
Text Example
White with #A5AF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AF5E; }
p { color: rgb(165,175,94); }
H1.HeaderClassName
{
color: #A5AF5E;
}
.AnyTagClassName
{
color: #A5AF5E;
}
</style>
background-color css
<style>
a { background-color: #A5AF5E; }
a { background-color: rgb(165,175,94); }
div.DivClassName
{
background-color: #A5AF5E;
}
.BgClassName
{
background-color: #A5AF5E;
}
</style>
border-color css
<style>
span { border-color: #A5AF5E; }
span { border-color: rgb(165,175,94); }
td.TdClassName
{
border-color: #A5AF5E;
}
.TagClassName
{
border-color: #A5AF5E;
}
</style>