Shades of Green Smoke #A4AA69
Tints of Green Smoke #A4AA69
RGB
CMYK
RGB Variations
Color information
#A4AA69 (or 0xA4AA69) is known color: Green Smoke. HEX triplet: A4, AA and 69. RGB value is (164,170,105). Sum of RGB (Red+Green+Blue) = 164+170+105=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA69 is #5B5596. Grayscale: #A1A1A1. Windows color (decimal): -5985687 or 6924964. OLE color: 6924964.
HSL color Cylindrical-coordinate representation of color #A4AA69: hue angle of 65.54º degrees, saturation: 0.28, 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 #A4AA69 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 170 | 105 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.33 |
| HSL | 65.54º | 0.28% | 0.54% | - |
| HSV(B) | 65.54º | 0.38% | 0.67% | - |
| XYZ | 32.23 | 37.66 | 18.94 | - |
| YUV | 160.8 | 96.51 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 105 | 0.04 | 0 | 0.38 | 0.33 | 65.54 | 0.28 | 0.54 |
| Hex | A4 | AA | 69 | 4 | 0 | 26 | 21 | 42 | 1C | 36 |
| Octal | 244 | 252 | 151 | 4 | 0 | 46 | 41 | 102 | 34 | 66 |
| Binary | 10100100 | 10101010 | 1101001 | 100 | 0 | 100110 | 100001 | 1000010 | 11100 | 110110 |
Color Harmonies of #A4AA69
Complementary color
Monochromatic Colors of #A4AA69
Black with #A4AA69
Text Example
Text Example
White with #A4AA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AA69; }
p { color: rgb(164,170,105); }
H1.HeaderClassName
{
color: #A4AA69;
}
.AnyTagClassName
{
color: #A4AA69;
}
</style>
background-color css
<style>
a { background-color: #A4AA69; }
a { background-color: rgb(164,170,105); }
div.DivClassName
{
background-color: #A4AA69;
}
.BgClassName
{
background-color: #A4AA69;
}
</style>
border-color css
<style>
span { border-color: #A4AA69; }
span { border-color: rgb(164,170,105); }
td.TdClassName
{
border-color: #A4AA69;
}
.TagClassName
{
border-color: #A4AA69;
}
</style>