Shades of Green Smoke #A5AD61
Tints of Green Smoke #A5AD61
RGB
CMYK
RGB Variations
Color information
#A5AD61 (or 0xA5AD61) is known color: Green Smoke. HEX triplet: A5, AD and 61. RGB value is (165,173,97). Sum of RGB (Red+Green+Blue) = 165+173+97=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AD61 is #5A529E. Grayscale: #A2A2A2. Windows color (decimal): -5919391 or 6401445. OLE color: 6401445.
HSL color Cylindrical-coordinate representation of color #A5AD61: hue angle of 66.32º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5AD61 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 173 | 97 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.32 |
| HSL | 66.32º | 0.32% | 0.53% | - |
| HSV(B) | 66.32º | 0.44% | 0.68% | - |
| XYZ | 32.62 | 38.75 | 17.07 | - |
| YUV | 161.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 97 | 0.05 | 0 | 0.44 | 0.32 | 66.32 | 0.32 | 0.53 |
| Hex | A5 | AD | 61 | 5 | 0 | 2C | 20 | 42 | 20 | 35 |
| Octal | 245 | 255 | 141 | 5 | 0 | 54 | 40 | 102 | 40 | 65 |
| Binary | 10100101 | 10101101 | 1100001 | 101 | 0 | 101100 | 100000 | 1000010 | 100000 | 110101 |
Color Harmonies of #A5AD61
Complementary color
Monochromatic Colors of #A5AD61
Black with #A5AD61
Text Example
Text Example
White with #A5AD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AD61; }
p { color: rgb(165,173,97); }
H1.HeaderClassName
{
color: #A5AD61;
}
.AnyTagClassName
{
color: #A5AD61;
}
</style>
background-color css
<style>
a { background-color: #A5AD61; }
a { background-color: rgb(165,173,97); }
div.DivClassName
{
background-color: #A5AD61;
}
.BgClassName
{
background-color: #A5AD61;
}
</style>
border-color css
<style>
span { border-color: #A5AD61; }
span { border-color: rgb(165,173,97); }
td.TdClassName
{
border-color: #A5AD61;
}
.TagClassName
{
border-color: #A5AD61;
}
</style>