Shades of Green Smoke #A5AD63
Tints of Green Smoke #A5AD63
RGB
CMYK
RGB Variations
Color information
#A5AD63 (or 0xA5AD63) is known color: Green Smoke. HEX triplet: A5, AD and 63. RGB value is (165,173,99). Sum of RGB (Red+Green+Blue) = 165+173+99=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AD63 is #5A529C. Grayscale: #A2A2A2. Windows color (decimal): -5919389 or 6532517. OLE color: 6532517.
HSL color Cylindrical-coordinate representation of color #A5AD63: hue angle of 66.49º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5AD63 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 173 | 99 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.32 |
| HSL | 66.49º | 0.31% | 0.53% | - |
| HSV(B) | 66.49º | 0.43% | 0.68% | - |
| XYZ | 32.71 | 38.79 | 17.57 | - |
| YUV | 162.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 99 | 0.05 | 0 | 0.43 | 0.32 | 66.49 | 0.31 | 0.53 |
| Hex | A5 | AD | 63 | 5 | 0 | 2B | 20 | 42 | 1F | 35 |
| Octal | 245 | 255 | 143 | 5 | 0 | 53 | 40 | 102 | 37 | 65 |
| Binary | 10100101 | 10101101 | 1100011 | 101 | 0 | 101011 | 100000 | 1000010 | 11111 | 110101 |
Color Harmonies of #A5AD63
Complementary color
Monochromatic Colors of #A5AD63
Black with #A5AD63
Text Example
Text Example
White with #A5AD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AD63; }
p { color: rgb(165,173,99); }
H1.HeaderClassName
{
color: #A5AD63;
}
.AnyTagClassName
{
color: #A5AD63;
}
</style>
background-color css
<style>
a { background-color: #A5AD63; }
a { background-color: rgb(165,173,99); }
div.DivClassName
{
background-color: #A5AD63;
}
.BgClassName
{
background-color: #A5AD63;
}
</style>
border-color css
<style>
span { border-color: #A5AD63; }
span { border-color: rgb(165,173,99); }
td.TdClassName
{
border-color: #A5AD63;
}
.TagClassName
{
border-color: #A5AD63;
}
</style>