Shades of Green Smoke #A4B161
Tints of Green Smoke #A4B161
RGB
CMYK
RGB Variations
Color information
#A4B161 (or 0xA4B161) is known color: Green Smoke. HEX triplet: A4, B1 and 61. RGB value is (164,177,97). Sum of RGB (Red+Green+Blue) = 164+177+97=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B161 is #5B4E9E. Grayscale: #A4A4A4. Windows color (decimal): -5983903 or 6402468. OLE color: 6402468.
HSL color Cylindrical-coordinate representation of color #A4B161: hue angle of 69.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4B161 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 177 | 97 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.31 |
| HSL | 69.75º | 0.34% | 0.54% | - |
| HSV(B) | 69.75º | 0.45% | 0.69% | - |
| XYZ | 33.19 | 40.2 | 17.32 | - |
| YUV | 163.99 | 90.19 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 177 | 97 | 0.07 | 0 | 0.45 | 0.31 | 69.75 | 0.34 | 0.54 |
| Hex | A4 | B1 | 61 | 7 | 0 | 2D | 1F | 46 | 22 | 36 |
| Octal | 244 | 261 | 141 | 7 | 0 | 55 | 37 | 106 | 42 | 66 |
| Binary | 10100100 | 10110001 | 1100001 | 111 | 0 | 101101 | 11111 | 1000110 | 100010 | 110110 |
Color Harmonies of #A4B161
Complementary color
Monochromatic Colors of #A4B161
Black with #A4B161
Text Example
Text Example
White with #A4B161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B161; }
p { color: rgb(164,177,97); }
H1.HeaderClassName
{
color: #A4B161;
}
.AnyTagClassName
{
color: #A4B161;
}
</style>
background-color css
<style>
a { background-color: #A4B161; }
a { background-color: rgb(164,177,97); }
div.DivClassName
{
background-color: #A4B161;
}
.BgClassName
{
background-color: #A4B161;
}
</style>
border-color css
<style>
span { border-color: #A4B161; }
span { border-color: rgb(164,177,97); }
td.TdClassName
{
border-color: #A4B161;
}
.TagClassName
{
border-color: #A4B161;
}
</style>