Shades of Green Smoke #A4AA67
Tints of Green Smoke #A4AA67
RGB
CMYK
RGB Variations
Color information
#A4AA67 (or 0xA4AA67) is known color: Green Smoke. HEX triplet: A4, AA and 67. RGB value is (164,170,103). Sum of RGB (Red+Green+Blue) = 164+170+103=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA67 is #5B5598. Grayscale: #A0A0A0. Windows color (decimal): -5985689 or 6793892. OLE color: 6793892.
HSL color Cylindrical-coordinate representation of color #A4AA67: hue angle of 65.37º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4AA67 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 170 | 103 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.33 |
| HSL | 65.37º | 0.28% | 0.54% | - |
| HSV(B) | 65.37º | 0.39% | 0.67% | - |
| XYZ | 32.13 | 37.62 | 18.4 | - |
| YUV | 160.57 | 95.51 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 103 | 0.04 | 0 | 0.39 | 0.33 | 65.37 | 0.28 | 0.54 |
| Hex | A4 | AA | 67 | 4 | 0 | 27 | 21 | 41 | 1C | 36 |
| Octal | 244 | 252 | 147 | 4 | 0 | 47 | 41 | 101 | 34 | 66 |
| Binary | 10100100 | 10101010 | 1100111 | 100 | 0 | 100111 | 100001 | 1000001 | 11100 | 110110 |
Color Harmonies of #A4AA67
Complementary color
Monochromatic Colors of #A4AA67
Black with #A4AA67
Text Example
Text Example
White with #A4AA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AA67; }
p { color: rgb(164,170,103); }
H1.HeaderClassName
{
color: #A4AA67;
}
.AnyTagClassName
{
color: #A4AA67;
}
</style>
background-color css
<style>
a { background-color: #A4AA67; }
a { background-color: rgb(164,170,103); }
div.DivClassName
{
background-color: #A4AA67;
}
.BgClassName
{
background-color: #A4AA67;
}
</style>
border-color css
<style>
span { border-color: #A4AA67; }
span { border-color: rgb(164,170,103); }
td.TdClassName
{
border-color: #A4AA67;
}
.TagClassName
{
border-color: #A4AA67;
}
</style>