Shades of Green Smoke #A8AA67
Tints of Green Smoke #A8AA67
RGB
CMYK
RGB Variations
Color information
#A8AA67 (or 0xA8AA67) is known color: Green Smoke. HEX triplet: A8, AA and 67. RGB value is (168,170,103). Sum of RGB (Red+Green+Blue) = 168+170+103=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA67 is #575598. Grayscale: #A2A2A2. Windows color (decimal): -5723545 or 6793896. OLE color: 6793896.
HSL color Cylindrical-coordinate representation of color #A8AA67: hue angle of 61.79º 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 #A8AA67 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 103 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.33 |
| HSL | 61.79º | 0.28% | 0.54% | - |
| HSV(B) | 61.79º | 0.39% | 0.67% | - |
| XYZ | 32.97 | 38.05 | 18.44 | - |
| YUV | 161.76 | 94.84 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 103 | 0.01 | 0 | 0.39 | 0.33 | 61.79 | 0.28 | 0.54 |
| Hex | A8 | AA | 67 | 1 | 0 | 27 | 21 | 3E | 1C | 36 |
| Octal | 250 | 252 | 147 | 1 | 0 | 47 | 41 | 76 | 34 | 66 |
| Binary | 10101000 | 10101010 | 1100111 | 1 | 0 | 100111 | 100001 | 111110 | 11100 | 110110 |
Color Harmonies of #A8AA67
Complementary color
Monochromatic Colors of #A8AA67
Black with #A8AA67
Text Example
Text Example
White with #A8AA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA67; }
p { color: rgb(168,170,103); }
H1.HeaderClassName
{
color: #A8AA67;
}
.AnyTagClassName
{
color: #A8AA67;
}
</style>
background-color css
<style>
a { background-color: #A8AA67; }
a { background-color: rgb(168,170,103); }
div.DivClassName
{
background-color: #A8AA67;
}
.BgClassName
{
background-color: #A8AA67;
}
</style>
border-color css
<style>
span { border-color: #A8AA67; }
span { border-color: rgb(168,170,103); }
td.TdClassName
{
border-color: #A8AA67;
}
.TagClassName
{
border-color: #A8AA67;
}
</style>