Shades of Green Smoke #A8B563
Tints of Green Smoke #A8B563
RGB
CMYK
RGB Variations
Color information
#A8B563 (or 0xA8B563) is known color: Green Smoke. HEX triplet: A8, B5 and 63. RGB value is (168,181,99). Sum of RGB (Red+Green+Blue) = 168+181+99=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B563 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B563 is #574A9C. Grayscale: #A8A8A8. Windows color (decimal): -5720733 or 6534568. OLE color: 6534568.
HSL color Cylindrical-coordinate representation of color #A8B563: hue angle of 69.51º 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 #A8B563 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 99 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.29 |
| HSL | 69.51º | 0.36% | 0.55% | - |
| HSV(B) | 69.51º | 0.45% | 0.71% | - |
| XYZ | 34.92 | 42.27 | 18.12 | - |
| YUV | 167.77 | 89.19 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 99 | 0.07 | 0 | 0.45 | 0.29 | 69.51 | 0.36 | 0.55 |
| Hex | A8 | B5 | 63 | 7 | 0 | 2D | 1D | 46 | 24 | 37 |
| Octal | 250 | 265 | 143 | 7 | 0 | 55 | 35 | 106 | 44 | 67 |
| Binary | 10101000 | 10110101 | 1100011 | 111 | 0 | 101101 | 11101 | 1000110 | 100100 | 110111 |
Color Harmonies of #A8B563
Complementary color
Monochromatic Colors of #A8B563
Black with #A8B563
Text Example
Text Example
White with #A8B563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B563; }
p { color: rgb(168,181,99); }
H1.HeaderClassName
{
color: #A8B563;
}
.AnyTagClassName
{
color: #A8B563;
}
</style>
background-color css
<style>
a { background-color: #A8B563; }
a { background-color: rgb(168,181,99); }
div.DivClassName
{
background-color: #A8B563;
}
.BgClassName
{
background-color: #A8B563;
}
</style>
border-color css
<style>
span { border-color: #A8B563; }
span { border-color: rgb(168,181,99); }
td.TdClassName
{
border-color: #A8B563;
}
.TagClassName
{
border-color: #A8B563;
}
</style>