Shades of Green Smoke #A8B062
Tints of Green Smoke #A8B062
RGB
CMYK
RGB Variations
Color information
#A8B062 (or 0xA8B062) is known color: Green Smoke. HEX triplet: A8, B0 and 62. RGB value is (168,176,98). Sum of RGB (Red+Green+Blue) = 168+176+98=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B062 is #574F9D. Grayscale: #A5A5A5. Windows color (decimal): -5722014 or 6467752. OLE color: 6467752.
HSL color Cylindrical-coordinate representation of color #A8B062: hue angle of 66.15º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8B062 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 98 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.31 |
| HSL | 66.15º | 0.33% | 0.54% | - |
| HSV(B) | 66.15º | 0.44% | 0.69% | - |
| XYZ | 33.88 | 40.26 | 17.54 | - |
| YUV | 164.72 | 90.35 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 98 | 0.05 | 0 | 0.44 | 0.31 | 66.15 | 0.33 | 0.54 |
| Hex | A8 | B0 | 62 | 5 | 0 | 2C | 1F | 42 | 21 | 36 |
| Octal | 250 | 260 | 142 | 5 | 0 | 54 | 37 | 102 | 41 | 66 |
| Binary | 10101000 | 10110000 | 1100010 | 101 | 0 | 101100 | 11111 | 1000010 | 100001 | 110110 |
Color Harmonies of #A8B062
Complementary color
Monochromatic Colors of #A8B062
Black with #A8B062
Text Example
Text Example
White with #A8B062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B062; }
p { color: rgb(168,176,98); }
H1.HeaderClassName
{
color: #A8B062;
}
.AnyTagClassName
{
color: #A8B062;
}
</style>
background-color css
<style>
a { background-color: #A8B062; }
a { background-color: rgb(168,176,98); }
div.DivClassName
{
background-color: #A8B062;
}
.BgClassName
{
background-color: #A8B062;
}
</style>
border-color css
<style>
span { border-color: #A8B062; }
span { border-color: rgb(168,176,98); }
td.TdClassName
{
border-color: #A8B062;
}
.TagClassName
{
border-color: #A8B062;
}
</style>