Shades of Green Smoke #A4AB5E
Tints of Green Smoke #A4AB5E
RGB
CMYK
RGB Variations
Color information
#A4AB5E (or 0xA4AB5E) is known color: Green Smoke. HEX triplet: A4, AB and 5E. RGB value is (164,171,94). Sum of RGB (Red+Green+Blue) = 164+171+94=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AB5E is #5B54A1. Grayscale: #A0A0A0. Windows color (decimal): -5985442 or 6204324. OLE color: 6204324.
HSL color Cylindrical-coordinate representation of color #A4AB5E: hue angle of 65.45º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4AB5E is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
RGB | 164 | 171 | 94 | - |
CMYK | 0.04 | 0 | 0.45 | 0.33 |
HSL | 65.45º | 0.31% | 0.52% | - |
HSV(B) | 65.45º | 0.45% | 0.67% | - |
XYZ | 31.89 | 37.83 | 16.21 | - |
YUV | 160.13 | 90.68 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 171 | 94 | 0.04 | 0 | 0.45 | 0.33 | 65.45 | 0.31 | 0.52 |
Hex | A4 | AB | 5E | 4 | 0 | 2D | 21 | 41 | 1F | 34 |
Octal | 244 | 253 | 136 | 4 | 0 | 55 | 41 | 101 | 37 | 64 |
Binary | 10100100 | 10101011 | 1011110 | 100 | 0 | 101101 | 100001 | 1000001 | 11111 | 110100 |
Color Harmonies of #A4AB5E
Complementary color
Monochromatic Colors of #A4AB5E
Black with #A4AB5E
Text Example
Text Example
White with #A4AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB5E; }
p { color: rgb(164,171,94); }
H1.HeaderClassName
{
color: #A4AB5E;
}
.AnyTagClassName
{
color: #A4AB5E;
}
</style>
background-color css
<style>
a { background-color: #A4AB5E; }
a { background-color: rgb(164,171,94); }
div.DivClassName
{
background-color: #A4AB5E;
}
.BgClassName
{
background-color: #A4AB5E;
}
</style>
border-color css
<style>
span { border-color: #A4AB5E; }
span { border-color: rgb(164,171,94); }
td.TdClassName
{
border-color: #A4AB5E;
}
.TagClassName
{
border-color: #A4AB5E;
}
</style>