Shades of Green Smoke #A8B060
Tints of Green Smoke #A8B060
RGB
CMYK
RGB Variations
Color information
#A8B060 (or 0xA8B060) is known color: Green Smoke. HEX triplet: A8, B0 and 60. RGB value is (168,176,96). Sum of RGB (Red+Green+Blue) = 168+176+96=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B060 is #574F9F. Grayscale: #A4A4A4. Windows color (decimal): -5722016 or 6336680. OLE color: 6336680.
HSL color Cylindrical-coordinate representation of color #A8B060: hue angle of 66º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8B060 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 96 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.31 |
| HSL | 66º | 0.34% | 0.53% | - |
| HSV(B) | 66º | 0.45% | 0.69% | - |
| XYZ | 33.79 | 40.22 | 17.05 | - |
| YUV | 164.49 | 89.35 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 96 | 0.05 | 0 | 0.45 | 0.31 | 66 | 0.34 | 0.53 |
| Hex | A8 | B0 | 60 | 5 | 0 | 2D | 1F | 42 | 22 | 35 |
| Octal | 250 | 260 | 140 | 5 | 0 | 55 | 37 | 102 | 42 | 65 |
| Binary | 10101000 | 10110000 | 1100000 | 101 | 0 | 101101 | 11111 | 1000010 | 100010 | 110101 |
Color Harmonies of #A8B060
Complementary color
Monochromatic Colors of #A8B060
Black with #A8B060
Text Example
Text Example
White with #A8B060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B060; }
p { color: rgb(168,176,96); }
H1.HeaderClassName
{
color: #A8B060;
}
.AnyTagClassName
{
color: #A8B060;
}
</style>
background-color css
<style>
a { background-color: #A8B060; }
a { background-color: rgb(168,176,96); }
div.DivClassName
{
background-color: #A8B060;
}
.BgClassName
{
background-color: #A8B060;
}
</style>
border-color css
<style>
span { border-color: #A8B060; }
span { border-color: rgb(168,176,96); }
td.TdClassName
{
border-color: #A8B060;
}
.TagClassName
{
border-color: #A8B060;
}
</style>