Shades of Green Smoke #A4AE6A
Tints of Green Smoke #A4AE6A
RGB
CMYK
RGB Variations
Color information
#A4AE6A (or 0xA4AE6A) is known color: Green Smoke. HEX triplet: A4, AE and 6A. RGB value is (164,174,106). Sum of RGB (Red+Green+Blue) = 164+174+106=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AE6A is #5B5195. Grayscale: #A3A3A3. Windows color (decimal): -5984662 or 6991524. OLE color: 6991524.
HSL color Cylindrical-coordinate representation of color #A4AE6A: hue angle of 68.82º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4AE6A is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 174 | 106 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.32 |
| HSL | 68.82º | 0.3% | 0.55% | - |
| HSV(B) | 68.82º | 0.39% | 0.68% | - |
| XYZ | 33.05 | 39.21 | 19.46 | - |
| YUV | 163.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 174 | 106 | 0.06 | 0 | 0.39 | 0.32 | 68.82 | 0.3 | 0.55 |
| Hex | A4 | AE | 6A | 6 | 0 | 27 | 20 | 45 | 1E | 37 |
| Octal | 244 | 256 | 152 | 6 | 0 | 47 | 40 | 105 | 36 | 67 |
| Binary | 10100100 | 10101110 | 1101010 | 110 | 0 | 100111 | 100000 | 1000101 | 11110 | 110111 |
Color Harmonies of #A4AE6A
Complementary color
Monochromatic Colors of #A4AE6A
Black with #A4AE6A
Text Example
Text Example
White with #A4AE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AE6A; }
p { color: rgb(164,174,106); }
H1.HeaderClassName
{
color: #A4AE6A;
}
.AnyTagClassName
{
color: #A4AE6A;
}
</style>
background-color css
<style>
a { background-color: #A4AE6A; }
a { background-color: rgb(164,174,106); }
div.DivClassName
{
background-color: #A4AE6A;
}
.BgClassName
{
background-color: #A4AE6A;
}
</style>
border-color css
<style>
span { border-color: #A4AE6A; }
span { border-color: rgb(164,174,106); }
td.TdClassName
{
border-color: #A4AE6A;
}
.TagClassName
{
border-color: #A4AE6A;
}
</style>