Shades of Green Smoke #A5AD6D
Tints of Green Smoke #A5AD6D
RGB
CMYK
RGB Variations
Color information
#A5AD6D (or 0xA5AD6D) is known color: Green Smoke. HEX triplet: A5, AD and 6D. RGB value is (165,173,109). Sum of RGB (Red+Green+Blue) = 165+173+109=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AD6D is #5A5292. Grayscale: #A3A3A3. Windows color (decimal): -5919379 or 7187877. OLE color: 7187877.
HSL color Cylindrical-coordinate representation of color #A5AD6D: hue angle of 67.5º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5AD6D is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 173 | 109 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.32 |
| HSL | 67.5º | 0.28% | 0.55% | - |
| HSV(B) | 67.5º | 0.37% | 0.68% | - |
| XYZ | 33.22 | 38.99 | 20.24 | - |
| YUV | 163.31 | 97.35 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 109 | 0.05 | 0 | 0.37 | 0.32 | 67.5 | 0.28 | 0.55 |
| Hex | A5 | AD | 6D | 5 | 0 | 25 | 20 | 44 | 1C | 37 |
| Octal | 245 | 255 | 155 | 5 | 0 | 45 | 40 | 104 | 34 | 67 |
| Binary | 10100101 | 10101101 | 1101101 | 101 | 0 | 100101 | 100000 | 1000100 | 11100 | 110111 |
Color Harmonies of #A5AD6D
Complementary color
Monochromatic Colors of #A5AD6D
Black with #A5AD6D
Text Example
Text Example
White with #A5AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AD6D; }
p { color: rgb(165,173,109); }
H1.HeaderClassName
{
color: #A5AD6D;
}
.AnyTagClassName
{
color: #A5AD6D;
}
</style>
background-color css
<style>
a { background-color: #A5AD6D; }
a { background-color: rgb(165,173,109); }
div.DivClassName
{
background-color: #A5AD6D;
}
.BgClassName
{
background-color: #A5AD6D;
}
</style>
border-color css
<style>
span { border-color: #A5AD6D; }
span { border-color: rgb(165,173,109); }
td.TdClassName
{
border-color: #A5AD6D;
}
.TagClassName
{
border-color: #A5AD6D;
}
</style>