Shades of Green Smoke #A9B070
Tints of Green Smoke #A9B070
RGB
CMYK
RGB Variations
Color information
#A9B070 (or 0xA9B070) is known color: Green Smoke. HEX triplet: A9, B0 and 70. RGB value is (169,176,112). Sum of RGB (Red+Green+Blue) = 169+176+112=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B070 is #564F8F. Grayscale: #A6A6A6. Windows color (decimal): -5656464 or 7385257. OLE color: 7385257.
HSL color Cylindrical-coordinate representation of color #A9B070: hue angle of 66.56º 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 #A9B070 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 176 | 112 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.31 |
| HSL | 66.56º | 0.29% | 0.56% | - |
| HSV(B) | 66.56º | 0.36% | 0.69% | - |
| XYZ | 34.81 | 40.66 | 21.34 | - |
| YUV | 166.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 176 | 112 | 0.04 | 0 | 0.36 | 0.31 | 66.56 | 0.29 | 0.56 |
| Hex | A9 | B0 | 70 | 4 | 0 | 24 | 1F | 43 | 1D | 38 |
| Octal | 251 | 260 | 160 | 4 | 0 | 44 | 37 | 103 | 35 | 70 |
| Binary | 10101001 | 10110000 | 1110000 | 100 | 0 | 100100 | 11111 | 1000011 | 11101 | 111000 |
Color Harmonies of #A9B070
Complementary color
Monochromatic Colors of #A9B070
Black with #A9B070
Text Example
Text Example
White with #A9B070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B070; }
p { color: rgb(169,176,112); }
H1.HeaderClassName
{
color: #A9B070;
}
.AnyTagClassName
{
color: #A9B070;
}
</style>
background-color css
<style>
a { background-color: #A9B070; }
a { background-color: rgb(169,176,112); }
div.DivClassName
{
background-color: #A9B070;
}
.BgClassName
{
background-color: #A9B070;
}
</style>
border-color css
<style>
span { border-color: #A9B070; }
span { border-color: rgb(169,176,112); }
td.TdClassName
{
border-color: #A9B070;
}
.TagClassName
{
border-color: #A9B070;
}
</style>