Shades of Green Smoke #A5A363
Tints of Green Smoke #A5A363
RGB
CMYK
RGB Variations
Color information
#A5A363 (or 0xA5A363) is known color: Green Smoke. HEX triplet: A5, A3 and 63. RGB value is (165,163,99). Sum of RGB (Red+Green+Blue) = 165+163+99=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A363 is #5A5C9C. Grayscale: #9C9C9C. Windows color (decimal): -5921949 or 6529957. OLE color: 6529957.
HSL color Cylindrical-coordinate representation of color #A5A363: hue angle of 58.18º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5A363 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 163 | 99 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.35 |
| HSL | 58.18º | 0.27% | 0.52% | - |
| HSV(B) | 58.18º | 0.4% | 0.65% | - |
| XYZ | 30.87 | 35.09 | 16.95 | - |
| YUV | 156.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 163 | 99 | 0 | 0.01 | 0.40 | 0.35 | 58.18 | 0.27 | 0.52 |
| Hex | A5 | A3 | 63 | 0 | 1 | 28 | 23 | 3A | 1B | 34 |
| Octal | 245 | 243 | 143 | 0 | 1 | 50 | 43 | 72 | 33 | 64 |
| Binary | 10100101 | 10100011 | 1100011 | 0 | 1 | 101000 | 100011 | 111010 | 11011 | 110100 |
Color Harmonies of #A5A363
Complementary color
Monochromatic Colors of #A5A363
Black with #A5A363
Text Example
Text Example
White with #A5A363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A363; }
p { color: rgb(165,163,99); }
H1.HeaderClassName
{
color: #A5A363;
}
.AnyTagClassName
{
color: #A5A363;
}
</style>
background-color css
<style>
a { background-color: #A5A363; }
a { background-color: rgb(165,163,99); }
div.DivClassName
{
background-color: #A5A363;
}
.BgClassName
{
background-color: #A5A363;
}
</style>
border-color css
<style>
span { border-color: #A5A363; }
span { border-color: rgb(165,163,99); }
td.TdClassName
{
border-color: #A5A363;
}
.TagClassName
{
border-color: #A5A363;
}
</style>