Shades of Green Smoke #A8B46E
Tints of Green Smoke #A8B46E
RGB
CMYK
RGB Variations
Color information
#A8B46E (or 0xA8B46E) is known color: Green Smoke. HEX triplet: A8, B4 and 6E. RGB value is (168,180,110). Sum of RGB (Red+Green+Blue) = 168+180+110=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B46E is #574B91. Grayscale: #A8A8A8. Windows color (decimal): -5720978 or 7255208. OLE color: 7255208.
HSL color Cylindrical-coordinate representation of color #A8B46E: hue angle of 70.29º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8B46E is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 110 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.29 |
| HSL | 70.29º | 0.32% | 0.57% | - |
| HSV(B) | 70.29º | 0.39% | 0.71% | - |
| XYZ | 35.28 | 42.09 | 21.02 | - |
| YUV | 168.43 | 95.02 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 110 | 0.07 | 0 | 0.39 | 0.29 | 70.29 | 0.32 | 0.57 |
| Hex | A8 | B4 | 6E | 7 | 0 | 27 | 1D | 46 | 20 | 39 |
| Octal | 250 | 264 | 156 | 7 | 0 | 47 | 35 | 106 | 40 | 71 |
| Binary | 10101000 | 10110100 | 1101110 | 111 | 0 | 100111 | 11101 | 1000110 | 100000 | 111001 |
Color Harmonies of #A8B46E
Complementary color
Monochromatic Colors of #A8B46E
Black with #A8B46E
Text Example
Text Example
White with #A8B46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B46E; }
p { color: rgb(168,180,110); }
H1.HeaderClassName
{
color: #A8B46E;
}
.AnyTagClassName
{
color: #A8B46E;
}
</style>
background-color css
<style>
a { background-color: #A8B46E; }
a { background-color: rgb(168,180,110); }
div.DivClassName
{
background-color: #A8B46E;
}
.BgClassName
{
background-color: #A8B46E;
}
</style>
border-color css
<style>
span { border-color: #A8B46E; }
span { border-color: rgb(168,180,110); }
td.TdClassName
{
border-color: #A8B46E;
}
.TagClassName
{
border-color: #A8B46E;
}
</style>