Shades of Green Smoke #A8B070
Tints of Green Smoke #A8B070
RGB
CMYK
RGB Variations
Color information
#A8B070 (or 0xA8B070) is known color: Green Smoke. HEX triplet: A8, B0 and 70. RGB value is (168,176,112). Sum of RGB (Red+Green+Blue) = 168+176+112=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B070 is #574F8F. Grayscale: #A6A6A6. Windows color (decimal): -5722000 or 7385256. OLE color: 7385256.
HSL color Cylindrical-coordinate representation of color #A8B070: hue angle of 67.5º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8B070 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 112 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.31 |
| HSL | 67.5º | 0.29% | 0.56% | - |
| HSV(B) | 67.5º | 0.36% | 0.69% | - |
| XYZ | 34.6 | 40.55 | 21.33 | - |
| YUV | 166.31 | 97.35 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 112 | 0.05 | 0 | 0.36 | 0.31 | 67.5 | 0.29 | 0.56 |
| Hex | A8 | B0 | 70 | 5 | 0 | 24 | 1F | 44 | 1D | 38 |
| Octal | 250 | 260 | 160 | 5 | 0 | 44 | 37 | 104 | 35 | 70 |
| Binary | 10101000 | 10110000 | 1110000 | 101 | 0 | 100100 | 11111 | 1000100 | 11101 | 111000 |
Color Harmonies of #A8B070
Complementary color
Monochromatic Colors of #A8B070
Black with #A8B070
Text Example
Text Example
White with #A8B070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B070; }
p { color: rgb(168,176,112); }
H1.HeaderClassName
{
color: #A8B070;
}
.AnyTagClassName
{
color: #A8B070;
}
</style>
background-color css
<style>
a { background-color: #A8B070; }
a { background-color: rgb(168,176,112); }
div.DivClassName
{
background-color: #A8B070;
}
.BgClassName
{
background-color: #A8B070;
}
</style>
border-color css
<style>
span { border-color: #A8B070; }
span { border-color: rgb(168,176,112); }
td.TdClassName
{
border-color: #A8B070;
}
.TagClassName
{
border-color: #A8B070;
}
</style>