Shades of Green Smoke #A8B363
Tints of Green Smoke #A8B363
RGB
CMYK
RGB Variations
Color information
#A8B363 (or 0xA8B363) is known color: Green Smoke. HEX triplet: A8, B3 and 63. RGB value is (168,179,99). Sum of RGB (Red+Green+Blue) = 168+179+99=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B363 is #574C9C. Grayscale: #A6A6A6. Windows color (decimal): -5721245 or 6534056. OLE color: 6534056.
HSL color Cylindrical-coordinate representation of color #A8B363: hue angle of 68.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8B363 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 99 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.30 |
| HSL | 68.25º | 0.34% | 0.55% | - |
| HSV(B) | 68.25º | 0.45% | 0.7% | - |
| XYZ | 34.52 | 41.47 | 17.99 | - |
| YUV | 166.59 | 89.86 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 99 | 0.06 | 0 | 0.45 | 0.30 | 68.25 | 0.34 | 0.55 |
| Hex | A8 | B3 | 63 | 6 | 0 | 2D | 1E | 44 | 22 | 37 |
| Octal | 250 | 263 | 143 | 6 | 0 | 55 | 36 | 104 | 42 | 67 |
| Binary | 10101000 | 10110011 | 1100011 | 110 | 0 | 101101 | 11110 | 1000100 | 100010 | 110111 |
Color Harmonies of #A8B363
Complementary color
Monochromatic Colors of #A8B363
Black with #A8B363
Text Example
Text Example
White with #A8B363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B363; }
p { color: rgb(168,179,99); }
H1.HeaderClassName
{
color: #A8B363;
}
.AnyTagClassName
{
color: #A8B363;
}
</style>
background-color css
<style>
a { background-color: #A8B363; }
a { background-color: rgb(168,179,99); }
div.DivClassName
{
background-color: #A8B363;
}
.BgClassName
{
background-color: #A8B363;
}
</style>
border-color css
<style>
span { border-color: #A8B363; }
span { border-color: rgb(168,179,99); }
td.TdClassName
{
border-color: #A8B363;
}
.TagClassName
{
border-color: #A8B363;
}
</style>