Shades of Green Smoke #A8AB6B
Tints of Green Smoke #A8AB6B
RGB
CMYK
RGB Variations
Color information
#A8AB6B (or 0xA8AB6B) is known color: Green Smoke. HEX triplet: A8, AB and 6B. RGB value is (168,171,107). Sum of RGB (Red+Green+Blue) = 168+171+107=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB6B is #575494. Grayscale: #A3A3A3. Windows color (decimal): -5723285 or 7056296. OLE color: 7056296.
HSL color Cylindrical-coordinate representation of color #A8AB6B: hue angle of 62.81º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8AB6B is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 107 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.33 |
| HSL | 62.81º | 0.28% | 0.55% | - |
| HSV(B) | 62.81º | 0.37% | 0.67% | - |
| XYZ | 33.37 | 38.51 | 19.58 | - |
| YUV | 162.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 107 | 0.02 | 0 | 0.37 | 0.33 | 62.81 | 0.28 | 0.55 |
| Hex | A8 | AB | 6B | 2 | 0 | 25 | 21 | 3F | 1C | 37 |
| Octal | 250 | 253 | 153 | 2 | 0 | 45 | 41 | 77 | 34 | 67 |
| Binary | 10101000 | 10101011 | 1101011 | 10 | 0 | 100101 | 100001 | 111111 | 11100 | 110111 |
Color Harmonies of #A8AB6B
Complementary color
Monochromatic Colors of #A8AB6B
Black with #A8AB6B
Text Example
Text Example
White with #A8AB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB6B; }
p { color: rgb(168,171,107); }
H1.HeaderClassName
{
color: #A8AB6B;
}
.AnyTagClassName
{
color: #A8AB6B;
}
</style>
background-color css
<style>
a { background-color: #A8AB6B; }
a { background-color: rgb(168,171,107); }
div.DivClassName
{
background-color: #A8AB6B;
}
.BgClassName
{
background-color: #A8AB6B;
}
</style>
border-color css
<style>
span { border-color: #A8AB6B; }
span { border-color: rgb(168,171,107); }
td.TdClassName
{
border-color: #A8AB6B;
}
.TagClassName
{
border-color: #A8AB6B;
}
</style>