Shades of Green Smoke #A8B665
Tints of Green Smoke #A8B665
RGB
CMYK
RGB Variations
Color information
#A8B665 (or 0xA8B665) is known color: Green Smoke. HEX triplet: A8, B6 and 65. RGB value is (168,182,101). Sum of RGB (Red+Green+Blue) = 168+182+101=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B665 is #57499A. Grayscale: #A8A8A8. Windows color (decimal): -5720475 or 6665896. OLE color: 6665896.
HSL color Cylindrical-coordinate representation of color #A8B665: hue angle of 70.37º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8B665 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 101 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.29 |
| HSL | 70.37º | 0.36% | 0.55% | - |
| HSV(B) | 70.37º | 0.45% | 0.71% | - |
| XYZ | 35.23 | 42.72 | 18.7 | - |
| YUV | 168.58 | 89.86 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 101 | 0.08 | 0 | 0.45 | 0.29 | 70.37 | 0.36 | 0.55 |
| Hex | A8 | B6 | 65 | 8 | 0 | 2D | 1D | 46 | 24 | 37 |
| Octal | 250 | 266 | 145 | 10 | 0 | 55 | 35 | 106 | 44 | 67 |
| Binary | 10101000 | 10110110 | 1100101 | 1000 | 0 | 101101 | 11101 | 1000110 | 100100 | 110111 |
Color Harmonies of #A8B665
Complementary color
Monochromatic Colors of #A8B665
Black with #A8B665
Text Example
Text Example
White with #A8B665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B665; }
p { color: rgb(168,182,101); }
H1.HeaderClassName
{
color: #A8B665;
}
.AnyTagClassName
{
color: #A8B665;
}
</style>
background-color css
<style>
a { background-color: #A8B665; }
a { background-color: rgb(168,182,101); }
div.DivClassName
{
background-color: #A8B665;
}
.BgClassName
{
background-color: #A8B665;
}
</style>
border-color css
<style>
span { border-color: #A8B665; }
span { border-color: rgb(168,182,101); }
td.TdClassName
{
border-color: #A8B665;
}
.TagClassName
{
border-color: #A8B665;
}
</style>