Shades of Green Smoke #A8AB6D
Tints of Green Smoke #A8AB6D
RGB
CMYK
RGB Variations
Color information
#A8AB6D (or 0xA8AB6D) is known color: Green Smoke. HEX triplet: A8, AB and 6D. RGB value is (168,171,109). Sum of RGB (Red+Green+Blue) = 168+171+109=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB6D is #575492. Grayscale: #A3A3A3. Windows color (decimal): -5723283 or 7187368. OLE color: 7187368.
HSL color Cylindrical-coordinate representation of color #A8AB6D: hue angle of 62.9º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8AB6D is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 109 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.33 |
| HSL | 62.9º | 0.27% | 0.55% | - |
| HSV(B) | 62.9º | 0.36% | 0.67% | - |
| XYZ | 33.47 | 38.55 | 20.15 | - |
| YUV | 163.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 109 | 0.02 | 0 | 0.36 | 0.33 | 62.9 | 0.27 | 0.55 |
| Hex | A8 | AB | 6D | 2 | 0 | 24 | 21 | 3F | 1B | 37 |
| Octal | 250 | 253 | 155 | 2 | 0 | 44 | 41 | 77 | 33 | 67 |
| Binary | 10101000 | 10101011 | 1101101 | 10 | 0 | 100100 | 100001 | 111111 | 11011 | 110111 |
Color Harmonies of #A8AB6D
Complementary color
Monochromatic Colors of #A8AB6D
Black with #A8AB6D
Text Example
Text Example
White with #A8AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB6D; }
p { color: rgb(168,171,109); }
H1.HeaderClassName
{
color: #A8AB6D;
}
.AnyTagClassName
{
color: #A8AB6D;
}
</style>
background-color css
<style>
a { background-color: #A8AB6D; }
a { background-color: rgb(168,171,109); }
div.DivClassName
{
background-color: #A8AB6D;
}
.BgClassName
{
background-color: #A8AB6D;
}
</style>
border-color css
<style>
span { border-color: #A8AB6D; }
span { border-color: rgb(168,171,109); }
td.TdClassName
{
border-color: #A8AB6D;
}
.TagClassName
{
border-color: #A8AB6D;
}
</style>