Shades of Green Smoke #A4AB61
Tints of Green Smoke #A4AB61
RGB
CMYK
RGB Variations
Color information
#A4AB61 (or 0xA4AB61) is known color: Green Smoke. HEX triplet: A4, AB and 61. RGB value is (164,171,97). Sum of RGB (Red+Green+Blue) = 164+171+97=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AB61 is #5B549E. Grayscale: #A0A0A0. Windows color (decimal): -5985439 or 6400932. OLE color: 6400932.
HSL color Cylindrical-coordinate representation of color #A4AB61: hue angle of 65.68º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4AB61 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 171 | 97 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.33 |
| HSL | 65.68º | 0.31% | 0.53% | - |
| HSV(B) | 65.68º | 0.43% | 0.67% | - |
| XYZ | 32.03 | 37.88 | 16.93 | - |
| YUV | 160.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 97 | 0.04 | 0 | 0.43 | 0.33 | 65.68 | 0.31 | 0.53 |
| Hex | A4 | AB | 61 | 4 | 0 | 2B | 21 | 42 | 1F | 35 |
| Octal | 244 | 253 | 141 | 4 | 0 | 53 | 41 | 102 | 37 | 65 |
| Binary | 10100100 | 10101011 | 1100001 | 100 | 0 | 101011 | 100001 | 1000010 | 11111 | 110101 |
Color Harmonies of #A4AB61
Complementary color
Monochromatic Colors of #A4AB61
Black with #A4AB61
Text Example
Text Example
White with #A4AB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB61; }
p { color: rgb(164,171,97); }
H1.HeaderClassName
{
color: #A4AB61;
}
.AnyTagClassName
{
color: #A4AB61;
}
</style>
background-color css
<style>
a { background-color: #A4AB61; }
a { background-color: rgb(164,171,97); }
div.DivClassName
{
background-color: #A4AB61;
}
.BgClassName
{
background-color: #A4AB61;
}
</style>
border-color css
<style>
span { border-color: #A4AB61; }
span { border-color: rgb(164,171,97); }
td.TdClassName
{
border-color: #A4AB61;
}
.TagClassName
{
border-color: #A4AB61;
}
</style>