Shades of Green Smoke #A5AD5D
Tints of Green Smoke #A5AD5D
RGB
CMYK
RGB Variations
Color information
#A5AD5D (or 0xA5AD5D) is known color: Green Smoke. HEX triplet: A5, AD and 5D. RGB value is (165,173,93). Sum of RGB (Red+Green+Blue) = 165+173+93=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AD5D is #5A52A2. Grayscale: #A1A1A1. Windows color (decimal): -5919395 or 6139301. OLE color: 6139301.
HSL color Cylindrical-coordinate representation of color #A5AD5D: hue angle of 66º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5AD5D is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 173 | 93 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.32 |
| HSL | 66º | 0.33% | 0.52% | - |
| HSV(B) | 66º | 0.46% | 0.68% | - |
| XYZ | 32.44 | 38.68 | 16.11 | - |
| YUV | 161.49 | 89.35 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 93 | 0.05 | 0 | 0.46 | 0.32 | 66 | 0.33 | 0.52 |
| Hex | A5 | AD | 5D | 5 | 0 | 2E | 20 | 42 | 21 | 34 |
| Octal | 245 | 255 | 135 | 5 | 0 | 56 | 40 | 102 | 41 | 64 |
| Binary | 10100101 | 10101101 | 1011101 | 101 | 0 | 101110 | 100000 | 1000010 | 100001 | 110100 |
Color Harmonies of #A5AD5D
Complementary color
Monochromatic Colors of #A5AD5D
Black with #A5AD5D
Text Example
Text Example
White with #A5AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AD5D; }
p { color: rgb(165,173,93); }
H1.HeaderClassName
{
color: #A5AD5D;
}
.AnyTagClassName
{
color: #A5AD5D;
}
</style>
background-color css
<style>
a { background-color: #A5AD5D; }
a { background-color: rgb(165,173,93); }
div.DivClassName
{
background-color: #A5AD5D;
}
.BgClassName
{
background-color: #A5AD5D;
}
</style>
border-color css
<style>
span { border-color: #A5AD5D; }
span { border-color: rgb(165,173,93); }
td.TdClassName
{
border-color: #A5AD5D;
}
.TagClassName
{
border-color: #A5AD5D;
}
</style>