Shades of Green Smoke #A8AA6B
Tints of Green Smoke #A8AA6B
RGB
CMYK
RGB Variations
Color information
#A8AA6B (or 0xA8AA6B) is known color: Green Smoke. HEX triplet: A8, AA and 6B. RGB value is (168,170,107). Sum of RGB (Red+Green+Blue) = 168+170+107=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA6B is #575594. Grayscale: #A2A2A2. Windows color (decimal): -5723541 or 7056040. OLE color: 7056040.
HSL color Cylindrical-coordinate representation of color #A8AA6B: hue angle of 61.9º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8AA6B is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 107 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.33 |
| HSL | 61.9º | 0.27% | 0.54% | - |
| HSV(B) | 61.9º | 0.37% | 0.67% | - |
| XYZ | 33.18 | 38.14 | 19.52 | - |
| YUV | 162.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 107 | 0.01 | 0 | 0.37 | 0.33 | 61.9 | 0.27 | 0.54 |
| Hex | A8 | AA | 6B | 1 | 0 | 25 | 21 | 3E | 1B | 36 |
| Octal | 250 | 252 | 153 | 1 | 0 | 45 | 41 | 76 | 33 | 66 |
| Binary | 10101000 | 10101010 | 1101011 | 1 | 0 | 100101 | 100001 | 111110 | 11011 | 110110 |
Color Harmonies of #A8AA6B
Complementary color
Monochromatic Colors of #A8AA6B
Black with #A8AA6B
Text Example
Text Example
White with #A8AA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA6B; }
p { color: rgb(168,170,107); }
H1.HeaderClassName
{
color: #A8AA6B;
}
.AnyTagClassName
{
color: #A8AA6B;
}
</style>
background-color css
<style>
a { background-color: #A8AA6B; }
a { background-color: rgb(168,170,107); }
div.DivClassName
{
background-color: #A8AA6B;
}
.BgClassName
{
background-color: #A8AA6B;
}
</style>
border-color css
<style>
span { border-color: #A8AA6B; }
span { border-color: rgb(168,170,107); }
td.TdClassName
{
border-color: #A8AA6B;
}
.TagClassName
{
border-color: #A8AA6B;
}
</style>