Shades of Green Smoke #A8B066
Tints of Green Smoke #A8B066
RGB
CMYK
RGB Variations
Color information
#A8B066 (or 0xA8B066) is known color: Green Smoke. HEX triplet: A8, B0 and 66. RGB value is (168,176,102). Sum of RGB (Red+Green+Blue) = 168+176+102=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B066 is #574F99. Grayscale: #A5A5A5. Windows color (decimal): -5722010 or 6729896. OLE color: 6729896.
HSL color Cylindrical-coordinate representation of color #A8B066: hue angle of 66.49º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8B066 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 102 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.31 |
| HSL | 66.49º | 0.32% | 0.55% | - |
| HSV(B) | 66.49º | 0.42% | 0.69% | - |
| XYZ | 34.07 | 40.33 | 18.56 | - |
| YUV | 165.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 102 | 0.05 | 0 | 0.42 | 0.31 | 66.49 | 0.32 | 0.55 |
| Hex | A8 | B0 | 66 | 5 | 0 | 2A | 1F | 42 | 20 | 37 |
| Octal | 250 | 260 | 146 | 5 | 0 | 52 | 37 | 102 | 40 | 67 |
| Binary | 10101000 | 10110000 | 1100110 | 101 | 0 | 101010 | 11111 | 1000010 | 100000 | 110111 |
Color Harmonies of #A8B066
Complementary color
Monochromatic Colors of #A8B066
Black with #A8B066
Text Example
Text Example
White with #A8B066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B066; }
p { color: rgb(168,176,102); }
H1.HeaderClassName
{
color: #A8B066;
}
.AnyTagClassName
{
color: #A8B066;
}
</style>
background-color css
<style>
a { background-color: #A8B066; }
a { background-color: rgb(168,176,102); }
div.DivClassName
{
background-color: #A8B066;
}
.BgClassName
{
background-color: #A8B066;
}
</style>
border-color css
<style>
span { border-color: #A8B066; }
span { border-color: rgb(168,176,102); }
td.TdClassName
{
border-color: #A8B066;
}
.TagClassName
{
border-color: #A8B066;
}
</style>