Shades of Green Smoke #A8B662
Tints of Green Smoke #A8B662
RGB
CMYK
RGB Variations
Color information
#A8B662 (or 0xA8B662) is known color: Green Smoke. HEX triplet: A8, B6 and 62. RGB value is (168,182,98). Sum of RGB (Red+Green+Blue) = 168+182+98=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B662 is #57499D. Grayscale: #A8A8A8. Windows color (decimal): -5720478 or 6469288. OLE color: 6469288.
HSL color Cylindrical-coordinate representation of color #A8B662: hue angle of 70º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8B662 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 98 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.29 |
| HSL | 70º | 0.37% | 0.55% | - |
| HSV(B) | 70º | 0.46% | 0.71% | - |
| XYZ | 35.08 | 42.66 | 17.94 | - |
| YUV | 168.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 98 | 0.08 | 0 | 0.46 | 0.29 | 70 | 0.37 | 0.55 |
| Hex | A8 | B6 | 62 | 8 | 0 | 2E | 1D | 46 | 25 | 37 |
| Octal | 250 | 266 | 142 | 10 | 0 | 56 | 35 | 106 | 45 | 67 |
| Binary | 10101000 | 10110110 | 1100010 | 1000 | 0 | 101110 | 11101 | 1000110 | 100101 | 110111 |
Color Harmonies of #A8B662
Complementary color
Monochromatic Colors of #A8B662
Black with #A8B662
Text Example
Text Example
White with #A8B662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B662; }
p { color: rgb(168,182,98); }
H1.HeaderClassName
{
color: #A8B662;
}
.AnyTagClassName
{
color: #A8B662;
}
</style>
background-color css
<style>
a { background-color: #A8B662; }
a { background-color: rgb(168,182,98); }
div.DivClassName
{
background-color: #A8B662;
}
.BgClassName
{
background-color: #A8B662;
}
</style>
border-color css
<style>
span { border-color: #A8B662; }
span { border-color: rgb(168,182,98); }
td.TdClassName
{
border-color: #A8B662;
}
.TagClassName
{
border-color: #A8B662;
}
</style>