Shades of Green Smoke #A5AD6A
Tints of Green Smoke #A5AD6A
RGB
CMYK
RGB Variations
Color information
#A5AD6A (or 0xA5AD6A) is known color: Green Smoke. HEX triplet: A5, AD and 6A. RGB value is (165,173,106). Sum of RGB (Red+Green+Blue) = 165+173+106=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AD6A is #5A5295. Grayscale: #A3A3A3. Windows color (decimal): -5919382 or 6991269. OLE color: 6991269.
HSL color Cylindrical-coordinate representation of color #A5AD6A: hue angle of 67.16º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5AD6A is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 173 | 106 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.32 |
| HSL | 67.16º | 0.29% | 0.55% | - |
| HSV(B) | 67.16º | 0.39% | 0.68% | - |
| XYZ | 33.06 | 38.93 | 19.41 | - |
| YUV | 162.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 106 | 0.05 | 0 | 0.39 | 0.32 | 67.16 | 0.29 | 0.55 |
| Hex | A5 | AD | 6A | 5 | 0 | 27 | 20 | 43 | 1D | 37 |
| Octal | 245 | 255 | 152 | 5 | 0 | 47 | 40 | 103 | 35 | 67 |
| Binary | 10100101 | 10101101 | 1101010 | 101 | 0 | 100111 | 100000 | 1000011 | 11101 | 110111 |
Color Harmonies of #A5AD6A
Complementary color
Monochromatic Colors of #A5AD6A
Black with #A5AD6A
Text Example
Text Example
White with #A5AD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AD6A; }
p { color: rgb(165,173,106); }
H1.HeaderClassName
{
color: #A5AD6A;
}
.AnyTagClassName
{
color: #A5AD6A;
}
</style>
background-color css
<style>
a { background-color: #A5AD6A; }
a { background-color: rgb(165,173,106); }
div.DivClassName
{
background-color: #A5AD6A;
}
.BgClassName
{
background-color: #A5AD6A;
}
</style>
border-color css
<style>
span { border-color: #A5AD6A; }
span { border-color: rgb(165,173,106); }
td.TdClassName
{
border-color: #A5AD6A;
}
.TagClassName
{
border-color: #A5AD6A;
}
</style>