Shades of Green Smoke #A5AC6D
Tints of Green Smoke #A5AC6D
RGB
CMYK
RGB Variations
Color information
#A5AC6D (or 0xA5AC6D) is known color: Green Smoke. HEX triplet: A5, AC and 6D. RGB value is (165,172,109). Sum of RGB (Red+Green+Blue) = 165+172+109=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 109 (42.97% from 255 or 24.44% from 446); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC6D is #5A5392. Grayscale: #A2A2A2. Windows color (decimal): -5919635 or 7187621. OLE color: 7187621.
HSL color Cylindrical-coordinate representation of color #A5AC6D: hue angle of 66.67º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5AC6D is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 172 | 109 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.33 |
| HSL | 66.67º | 0.28% | 0.55% | - |
| HSV(B) | 66.67º | 0.37% | 0.67% | - |
| XYZ | 33.03 | 38.61 | 20.18 | - |
| YUV | 162.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 109 | 0.04 | 0 | 0.37 | 0.33 | 66.67 | 0.28 | 0.55 |
| Hex | A5 | AC | 6D | 4 | 0 | 25 | 21 | 43 | 1C | 37 |
| Octal | 245 | 254 | 155 | 4 | 0 | 45 | 41 | 103 | 34 | 67 |
| Binary | 10100101 | 10101100 | 1101101 | 100 | 0 | 100101 | 100001 | 1000011 | 11100 | 110111 |
Color Harmonies of #A5AC6D
Complementary color
Monochromatic Colors of #A5AC6D
Black with #A5AC6D
Text Example
Text Example
White with #A5AC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AC6D; }
p { color: rgb(165,172,109); }
H1.HeaderClassName
{
color: #A5AC6D;
}
.AnyTagClassName
{
color: #A5AC6D;
}
</style>
background-color css
<style>
a { background-color: #A5AC6D; }
a { background-color: rgb(165,172,109); }
div.DivClassName
{
background-color: #A5AC6D;
}
.BgClassName
{
background-color: #A5AC6D;
}
</style>
border-color css
<style>
span { border-color: #A5AC6D; }
span { border-color: rgb(165,172,109); }
td.TdClassName
{
border-color: #A5AC6D;
}
.TagClassName
{
border-color: #A5AC6D;
}
</style>