Shades of Green Smoke #A5A15B
Tints of Green Smoke #A5A15B
RGB
CMYK
RGB Variations
Color information
#A5A15B (or 0xA5A15B) is known color: Green Smoke. HEX triplet: A5, A1 and 5B. RGB value is (165,161,91). Sum of RGB (Red+Green+Blue) = 165+161+91=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A15B is #5A5EA4. Grayscale: #9A9A9A. Windows color (decimal): -5922469 or 6005157. OLE color: 6005157.
HSL color Cylindrical-coordinate representation of color #A5A15B: hue angle of 56.76º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5A15B is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 161 | 91 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.35 |
| HSL | 56.76º | 0.29% | 0.5% | - |
| HSV(B) | 56.76º | 0.45% | 0.65% | - |
| XYZ | 30.15 | 34.24 | 14.92 | - |
| YUV | 154.22 | 92.33 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 161 | 91 | 0 | 0.02 | 0.45 | 0.35 | 56.76 | 0.29 | 0.5 |
| Hex | A5 | A1 | 5B | 0 | 2 | 2D | 23 | 39 | 1D | 32 |
| Octal | 245 | 241 | 133 | 0 | 2 | 55 | 43 | 71 | 35 | 62 |
| Binary | 10100101 | 10100001 | 1011011 | 0 | 10 | 101101 | 100011 | 111001 | 11101 | 110010 |
Color Harmonies of #A5A15B
Complementary color
Monochromatic Colors of #A5A15B
Black with #A5A15B
Text Example
Text Example
White with #A5A15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A15B; }
p { color: rgb(165,161,91); }
H1.HeaderClassName
{
color: #A5A15B;
}
.AnyTagClassName
{
color: #A5A15B;
}
</style>
background-color css
<style>
a { background-color: #A5A15B; }
a { background-color: rgb(165,161,91); }
div.DivClassName
{
background-color: #A5A15B;
}
.BgClassName
{
background-color: #A5A15B;
}
</style>
border-color css
<style>
span { border-color: #A5A15B; }
span { border-color: rgb(165,161,91); }
td.TdClassName
{
border-color: #A5A15B;
}
.TagClassName
{
border-color: #A5A15B;
}
</style>