Shades of Green Smoke #A4B46C
Tints of Green Smoke #A4B46C
RGB
CMYK
RGB Variations
Color information
#A4B46C (or 0xA4B46C) is known color: Green Smoke. HEX triplet: A4, B4 and 6C. RGB value is (164,180,108). Sum of RGB (Red+Green+Blue) = 164+180+108=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B46C is #5B4B93. Grayscale: #A7A7A7. Windows color (decimal): -5983124 or 7124132. OLE color: 7124132.
HSL color Cylindrical-coordinate representation of color #A4B46C: hue angle of 73.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4B46C is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 180 | 108 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.29 |
| HSL | 73.33º | 0.32% | 0.56% | - |
| HSV(B) | 73.33º | 0.4% | 0.71% | - |
| XYZ | 34.34 | 41.62 | 20.41 | - |
| YUV | 167.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 180 | 108 | 0.09 | 0 | 0.40 | 0.29 | 73.33 | 0.32 | 0.56 |
| Hex | A4 | B4 | 6C | 9 | 0 | 28 | 1D | 49 | 20 | 38 |
| Octal | 244 | 264 | 154 | 11 | 0 | 50 | 35 | 111 | 40 | 70 |
| Binary | 10100100 | 10110100 | 1101100 | 1001 | 0 | 101000 | 11101 | 1001001 | 100000 | 111000 |
Color Harmonies of #A4B46C
Complementary color
Monochromatic Colors of #A4B46C
Black with #A4B46C
Text Example
Text Example
White with #A4B46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B46C; }
p { color: rgb(164,180,108); }
H1.HeaderClassName
{
color: #A4B46C;
}
.AnyTagClassName
{
color: #A4B46C;
}
</style>
background-color css
<style>
a { background-color: #A4B46C; }
a { background-color: rgb(164,180,108); }
div.DivClassName
{
background-color: #A4B46C;
}
.BgClassName
{
background-color: #A4B46C;
}
</style>
border-color css
<style>
span { border-color: #A4B46C; }
span { border-color: rgb(164,180,108); }
td.TdClassName
{
border-color: #A4B46C;
}
.TagClassName
{
border-color: #A4B46C;
}
</style>