Shades of Green Smoke #A4B463
Tints of Green Smoke #A4B463
RGB
CMYK
RGB Variations
Color information
#A4B463 (or 0xA4B463) is known color: Green Smoke. HEX triplet: A4, B4 and 63. RGB value is (164,180,99). Sum of RGB (Red+Green+Blue) = 164+180+99=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B463 is #5B4B9C. Grayscale: #A6A6A6. Windows color (decimal): -5983133 or 6534308. OLE color: 6534308.
HSL color Cylindrical-coordinate representation of color #A4B463: hue angle of 71.85º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4B463 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 180 | 99 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.29 |
| HSL | 71.85º | 0.35% | 0.55% | - |
| HSV(B) | 71.85º | 0.45% | 0.71% | - |
| XYZ | 33.88 | 41.44 | 18.02 | - |
| YUV | 165.98 | 90.2 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 180 | 99 | 0.09 | 0 | 0.45 | 0.29 | 71.85 | 0.35 | 0.55 |
| Hex | A4 | B4 | 63 | 9 | 0 | 2D | 1D | 48 | 23 | 37 |
| Octal | 244 | 264 | 143 | 11 | 0 | 55 | 35 | 110 | 43 | 67 |
| Binary | 10100100 | 10110100 | 1100011 | 1001 | 0 | 101101 | 11101 | 1001000 | 100011 | 110111 |
Color Harmonies of #A4B463
Complementary color
Monochromatic Colors of #A4B463
Black with #A4B463
Text Example
Text Example
White with #A4B463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B463; }
p { color: rgb(164,180,99); }
H1.HeaderClassName
{
color: #A4B463;
}
.AnyTagClassName
{
color: #A4B463;
}
</style>
background-color css
<style>
a { background-color: #A4B463; }
a { background-color: rgb(164,180,99); }
div.DivClassName
{
background-color: #A4B463;
}
.BgClassName
{
background-color: #A4B463;
}
</style>
border-color css
<style>
span { border-color: #A4B463; }
span { border-color: rgb(164,180,99); }
td.TdClassName
{
border-color: #A4B463;
}
.TagClassName
{
border-color: #A4B463;
}
</style>