Shades of Green Smoke #A8AE6A
Tints of Green Smoke #A8AE6A
RGB
CMYK
RGB Variations
Color information
#A8AE6A (or 0xA8AE6A) is known color: Green Smoke. HEX triplet: A8, AE and 6A. RGB value is (168,174,106). Sum of RGB (Red+Green+Blue) = 168+174+106=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE6A is #575195. Grayscale: #A4A4A4. Windows color (decimal): -5722518 or 6991528. OLE color: 6991528.
HSL color Cylindrical-coordinate representation of color #A8AE6A: hue angle of 65.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8AE6A is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 106 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.32 |
| HSL | 65.29º | 0.3% | 0.55% | - |
| HSV(B) | 65.29º | 0.39% | 0.68% | - |
| XYZ | 33.89 | 39.64 | 19.5 | - |
| YUV | 164.45 | 95.01 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 106 | 0.03 | 0 | 0.39 | 0.32 | 65.29 | 0.3 | 0.55 |
| Hex | A8 | AE | 6A | 3 | 0 | 27 | 20 | 41 | 1E | 37 |
| Octal | 250 | 256 | 152 | 3 | 0 | 47 | 40 | 101 | 36 | 67 |
| Binary | 10101000 | 10101110 | 1101010 | 11 | 0 | 100111 | 100000 | 1000001 | 11110 | 110111 |
Color Harmonies of #A8AE6A
Complementary color
Monochromatic Colors of #A8AE6A
Black with #A8AE6A
Text Example
Text Example
White with #A8AE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE6A; }
p { color: rgb(168,174,106); }
H1.HeaderClassName
{
color: #A8AE6A;
}
.AnyTagClassName
{
color: #A8AE6A;
}
</style>
background-color css
<style>
a { background-color: #A8AE6A; }
a { background-color: rgb(168,174,106); }
div.DivClassName
{
background-color: #A8AE6A;
}
.BgClassName
{
background-color: #A8AE6A;
}
</style>
border-color css
<style>
span { border-color: #A8AE6A; }
span { border-color: rgb(168,174,106); }
td.TdClassName
{
border-color: #A8AE6A;
}
.TagClassName
{
border-color: #A8AE6A;
}
</style>