Shades of Green Smoke #A4AA6A
Tints of Green Smoke #A4AA6A
RGB
CMYK
RGB Variations
Color information
#A4AA6A (or 0xA4AA6A) is known color: Green Smoke. HEX triplet: A4, AA and 6A. RGB value is (164,170,106). Sum of RGB (Red+Green+Blue) = 164+170+106=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA6A is #5B5595. Grayscale: #A1A1A1. Windows color (decimal): -5985686 or 6990500. OLE color: 6990500.
HSL color Cylindrical-coordinate representation of color #A4AA6A: hue angle of 65.62º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4AA6A is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 170 | 106 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.33 |
| HSL | 65.63º | 0.27% | 0.54% | - |
| HSV(B) | 65.63º | 0.38% | 0.67% | - |
| XYZ | 32.29 | 37.68 | 19.21 | - |
| YUV | 160.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 106 | 0.04 | 0 | 0.38 | 0.33 | 65.63 | 0.27 | 0.54 |
| Hex | A4 | AA | 6A | 4 | 0 | 26 | 21 | 42 | 1B | 36 |
| Octal | 244 | 252 | 152 | 4 | 0 | 46 | 41 | 102 | 33 | 66 |
| Binary | 10100100 | 10101010 | 1101010 | 100 | 0 | 100110 | 100001 | 1000010 | 11011 | 110110 |
Color Harmonies of #A4AA6A
Complementary color
Monochromatic Colors of #A4AA6A
Black with #A4AA6A
Text Example
Text Example
White with #A4AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AA6A; }
p { color: rgb(164,170,106); }
H1.HeaderClassName
{
color: #A4AA6A;
}
.AnyTagClassName
{
color: #A4AA6A;
}
</style>
background-color css
<style>
a { background-color: #A4AA6A; }
a { background-color: rgb(164,170,106); }
div.DivClassName
{
background-color: #A4AA6A;
}
.BgClassName
{
background-color: #A4AA6A;
}
</style>
border-color css
<style>
span { border-color: #A4AA6A; }
span { border-color: rgb(164,170,106); }
td.TdClassName
{
border-color: #A4AA6A;
}
.TagClassName
{
border-color: #A4AA6A;
}
</style>