Shades of Green Smoke #A4B057
Tints of Green Smoke #A4B057
RGB
CMYK
RGB Variations
Color information
#A4B057 (or 0xA4B057) is known color: Green Smoke. HEX triplet: A4, B0 and 57. RGB value is (164,176,87). Sum of RGB (Red+Green+Blue) = 164+176+87=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B057 is #5B4FA8. Grayscale: #A2A2A2. Windows color (decimal): -5984169 or 5746852. OLE color: 5746852.
HSL color Cylindrical-coordinate representation of color #A4B057: hue angle of 68.09º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4B057 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 176 | 87 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.31 |
| HSL | 68.09º | 0.36% | 0.52% | - |
| HSV(B) | 68.09º | 0.51% | 0.69% | - |
| XYZ | 32.56 | 39.63 | 14.95 | - |
| YUV | 162.27 | 85.52 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 176 | 87 | 0.07 | 0 | 0.51 | 0.31 | 68.09 | 0.36 | 0.52 |
| Hex | A4 | B0 | 57 | 7 | 0 | 33 | 1F | 44 | 24 | 34 |
| Octal | 244 | 260 | 127 | 7 | 0 | 63 | 37 | 104 | 44 | 64 |
| Binary | 10100100 | 10110000 | 1010111 | 111 | 0 | 110011 | 11111 | 1000100 | 100100 | 110100 |
Color Harmonies of #A4B057
Complementary color
Monochromatic Colors of #A4B057
Black with #A4B057
Text Example
Text Example
White with #A4B057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B057; }
p { color: rgb(164,176,87); }
H1.HeaderClassName
{
color: #A4B057;
}
.AnyTagClassName
{
color: #A4B057;
}
</style>
background-color css
<style>
a { background-color: #A4B057; }
a { background-color: rgb(164,176,87); }
div.DivClassName
{
background-color: #A4B057;
}
.BgClassName
{
background-color: #A4B057;
}
</style>
border-color css
<style>
span { border-color: #A4B057; }
span { border-color: rgb(164,176,87); }
td.TdClassName
{
border-color: #A4B057;
}
.TagClassName
{
border-color: #A4B057;
}
</style>