Shades of Green Smoke #A5AB65
Tints of Green Smoke #A5AB65
RGB
CMYK
RGB Variations
Color information
#A5AB65 (or 0xA5AB65) is known color: Green Smoke. HEX triplet: A5, AB and 65. RGB value is (165,171,101). Sum of RGB (Red+Green+Blue) = 165+171+101=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #A5AB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AB65 is #5A549A. Grayscale: #A1A1A1. Windows color (decimal): -5919899 or 6663077. OLE color: 6663077.
HSL color Cylindrical-coordinate representation of color #A5AB65: hue angle of 65.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5AB65 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 171 | 101 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.33 |
| HSL | 65.14º | 0.29% | 0.53% | - |
| HSV(B) | 65.14º | 0.41% | 0.67% | - |
| XYZ | 32.43 | 38.06 | 17.95 | - |
| YUV | 161.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 171 | 101 | 0.04 | 0 | 0.41 | 0.33 | 65.14 | 0.29 | 0.53 |
| Hex | A5 | AB | 65 | 4 | 0 | 29 | 21 | 41 | 1D | 35 |
| Octal | 245 | 253 | 145 | 4 | 0 | 51 | 41 | 101 | 35 | 65 |
| Binary | 10100101 | 10101011 | 1100101 | 100 | 0 | 101001 | 100001 | 1000001 | 11101 | 110101 |
Color Harmonies of #A5AB65
Complementary color
Monochromatic Colors of #A5AB65
Black with #A5AB65
Text Example
Text Example
White with #A5AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AB65; }
p { color: rgb(165,171,101); }
H1.HeaderClassName
{
color: #A5AB65;
}
.AnyTagClassName
{
color: #A5AB65;
}
</style>
background-color css
<style>
a { background-color: #A5AB65; }
a { background-color: rgb(165,171,101); }
div.DivClassName
{
background-color: #A5AB65;
}
.BgClassName
{
background-color: #A5AB65;
}
</style>
border-color css
<style>
span { border-color: #A5AB65; }
span { border-color: rgb(165,171,101); }
td.TdClassName
{
border-color: #A5AB65;
}
.TagClassName
{
border-color: #A5AB65;
}
</style>