Shades of Green Smoke #A1B072
Tints of Green Smoke #A1B072
RGB
CMYK
RGB Variations
Color information
#A1B072 (or 0xA1B072) is known color: Green Smoke. HEX triplet: A1, B0 and 72. RGB value is (161,176,114). Sum of RGB (Red+Green+Blue) = 161+176+114=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B072 is #5E4F8D. Grayscale: #A4A4A4. Windows color (decimal): -6180750 or 7516321. OLE color: 7516321.
HSL color Cylindrical-coordinate representation of color #A1B072: hue angle of 74.52º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1B072 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 176 | 114 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.31 |
| HSL | 74.52º | 0.28% | 0.57% | - |
| HSV(B) | 74.52º | 0.35% | 0.69% | - |
| XYZ | 33.26 | 39.84 | 21.86 | - |
| YUV | 164.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 114 | 0.09 | 0 | 0.35 | 0.31 | 74.52 | 0.28 | 0.57 |
| Hex | A1 | B0 | 72 | 9 | 0 | 23 | 1F | 4B | 1C | 39 |
| Octal | 241 | 260 | 162 | 11 | 0 | 43 | 37 | 113 | 34 | 71 |
| Binary | 10100001 | 10110000 | 1110010 | 1001 | 0 | 100011 | 11111 | 1001011 | 11100 | 111001 |
Color Harmonies of #A1B072
Complementary color
Monochromatic Colors of #A1B072
Black with #A1B072
Text Example
Text Example
White with #A1B072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B072; }
p { color: rgb(161,176,114); }
H1.HeaderClassName
{
color: #A1B072;
}
.AnyTagClassName
{
color: #A1B072;
}
</style>
background-color css
<style>
a { background-color: #A1B072; }
a { background-color: rgb(161,176,114); }
div.DivClassName
{
background-color: #A1B072;
}
.BgClassName
{
background-color: #A1B072;
}
</style>
border-color css
<style>
span { border-color: #A1B072; }
span { border-color: rgb(161,176,114); }
td.TdClassName
{
border-color: #A1B072;
}
.TagClassName
{
border-color: #A1B072;
}
</style>