Shades of Green Smoke #A4AE5F
Tints of Green Smoke #A4AE5F
RGB
CMYK
RGB Variations
Color information
#A4AE5F (or 0xA4AE5F) is known color: Green Smoke. HEX triplet: A4, AE and 5F. RGB value is (164,174,95). Sum of RGB (Red+Green+Blue) = 164+174+95=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AE5F is #5B51A0. Grayscale: #A2A2A2. Windows color (decimal): -5984673 or 6270628. OLE color: 6270628.
HSL color Cylindrical-coordinate representation of color #A4AE5F: hue angle of 67.59º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4AE5F is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 174 | 95 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.32 |
| HSL | 67.59º | 0.33% | 0.53% | - |
| HSV(B) | 67.59º | 0.45% | 0.68% | - |
| XYZ | 32.51 | 38.99 | 16.64 | - |
| YUV | 162 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 174 | 95 | 0.06 | 0 | 0.45 | 0.32 | 67.59 | 0.33 | 0.53 |
| Hex | A4 | AE | 5F | 6 | 0 | 2D | 20 | 44 | 21 | 35 |
| Octal | 244 | 256 | 137 | 6 | 0 | 55 | 40 | 104 | 41 | 65 |
| Binary | 10100100 | 10101110 | 1011111 | 110 | 0 | 101101 | 100000 | 1000100 | 100001 | 110101 |
Color Harmonies of #A4AE5F
Complementary color
Monochromatic Colors of #A4AE5F
Black with #A4AE5F
Text Example
Text Example
White with #A4AE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AE5F; }
p { color: rgb(164,174,95); }
H1.HeaderClassName
{
color: #A4AE5F;
}
.AnyTagClassName
{
color: #A4AE5F;
}
</style>
background-color css
<style>
a { background-color: #A4AE5F; }
a { background-color: rgb(164,174,95); }
div.DivClassName
{
background-color: #A4AE5F;
}
.BgClassName
{
background-color: #A4AE5F;
}
</style>
border-color css
<style>
span { border-color: #A4AE5F; }
span { border-color: rgb(164,174,95); }
td.TdClassName
{
border-color: #A4AE5F;
}
.TagClassName
{
border-color: #A4AE5F;
}
</style>