Shades of Green Smoke #A7AA69
Tints of Green Smoke #A7AA69
RGB
CMYK
RGB Variations
Color information
#A7AA69 (or 0xA7AA69) is known color: Green Smoke. HEX triplet: A7, AA and 69. RGB value is (167,170,105). Sum of RGB (Red+Green+Blue) = 167+170+105=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA69 is #585596. Grayscale: #A1A1A1. Windows color (decimal): -5789079 or 6924967. OLE color: 6924967.
HSL color Cylindrical-coordinate representation of color #A7AA69: hue angle of 62.77º 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 #A7AA69 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 170 | 105 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.33 |
| HSL | 62.77º | 0.28% | 0.54% | - |
| HSV(B) | 62.77º | 0.38% | 0.67% | - |
| XYZ | 32.86 | 37.98 | 18.96 | - |
| YUV | 161.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 170 | 105 | 0.02 | 0 | 0.38 | 0.33 | 62.77 | 0.28 | 0.54 |
| Hex | A7 | AA | 69 | 2 | 0 | 26 | 21 | 3F | 1C | 36 |
| Octal | 247 | 252 | 151 | 2 | 0 | 46 | 41 | 77 | 34 | 66 |
| Binary | 10100111 | 10101010 | 1101001 | 10 | 0 | 100110 | 100001 | 111111 | 11100 | 110110 |
Color Harmonies of #A7AA69
Complementary color
Monochromatic Colors of #A7AA69
Black with #A7AA69
Text Example
Text Example
White with #A7AA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AA69; }
p { color: rgb(167,170,105); }
H1.HeaderClassName
{
color: #A7AA69;
}
.AnyTagClassName
{
color: #A7AA69;
}
</style>
background-color css
<style>
a { background-color: #A7AA69; }
a { background-color: rgb(167,170,105); }
div.DivClassName
{
background-color: #A7AA69;
}
.BgClassName
{
background-color: #A7AA69;
}
</style>
border-color css
<style>
span { border-color: #A7AA69; }
span { border-color: rgb(167,170,105); }
td.TdClassName
{
border-color: #A7AA69;
}
.TagClassName
{
border-color: #A7AA69;
}
</style>