Shades of Green Smoke #A8AB67
Tints of Green Smoke #A8AB67
RGB
CMYK
RGB Variations
Color information
#A8AB67 (or 0xA8AB67) is known color: Green Smoke. HEX triplet: A8, AB and 67. RGB value is (168,171,103). Sum of RGB (Red+Green+Blue) = 168+171+103=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB67 is #575498. Grayscale: #A2A2A2. Windows color (decimal): -5723289 or 6794152. OLE color: 6794152.
HSL color Cylindrical-coordinate representation of color #A8AB67: hue angle of 62.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8AB67 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 103 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.33 |
| HSL | 62.65º | 0.29% | 0.54% | - |
| HSV(B) | 62.65º | 0.4% | 0.67% | - |
| XYZ | 33.16 | 38.43 | 18.5 | - |
| YUV | 162.35 | 94.51 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 103 | 0.02 | 0 | 0.40 | 0.33 | 62.65 | 0.29 | 0.54 |
| Hex | A8 | AB | 67 | 2 | 0 | 28 | 21 | 3F | 1D | 36 |
| Octal | 250 | 253 | 147 | 2 | 0 | 50 | 41 | 77 | 35 | 66 |
| Binary | 10101000 | 10101011 | 1100111 | 10 | 0 | 101000 | 100001 | 111111 | 11101 | 110110 |
Color Harmonies of #A8AB67
Complementary color
Monochromatic Colors of #A8AB67
Black with #A8AB67
Text Example
Text Example
White with #A8AB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB67; }
p { color: rgb(168,171,103); }
H1.HeaderClassName
{
color: #A8AB67;
}
.AnyTagClassName
{
color: #A8AB67;
}
</style>
background-color css
<style>
a { background-color: #A8AB67; }
a { background-color: rgb(168,171,103); }
div.DivClassName
{
background-color: #A8AB67;
}
.BgClassName
{
background-color: #A8AB67;
}
</style>
border-color css
<style>
span { border-color: #A8AB67; }
span { border-color: rgb(168,171,103); }
td.TdClassName
{
border-color: #A8AB67;
}
.TagClassName
{
border-color: #A8AB67;
}
</style>