Shades of Green Smoke #A4B363
Tints of Green Smoke #A4B363
RGB
CMYK
RGB Variations
Color information
#A4B363 (or 0xA4B363) is known color: Green Smoke. HEX triplet: A4, B3 and 63. RGB value is (164,179,99). Sum of RGB (Red+Green+Blue) = 164+179+99=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B363 is #5B4C9C. Grayscale: #A5A5A5. Windows color (decimal): -5983389 or 6534052. OLE color: 6534052.
HSL color Cylindrical-coordinate representation of color #A4B363: hue angle of 71.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4B363 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 179 | 99 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.30 |
| HSL | 71.25º | 0.34% | 0.55% | - |
| HSV(B) | 71.25º | 0.45% | 0.7% | - |
| XYZ | 33.68 | 41.03 | 17.95 | - |
| YUV | 165.4 | 90.53 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 179 | 99 | 0.08 | 0 | 0.45 | 0.30 | 71.25 | 0.34 | 0.55 |
| Hex | A4 | B3 | 63 | 8 | 0 | 2D | 1E | 47 | 22 | 37 |
| Octal | 244 | 263 | 143 | 10 | 0 | 55 | 36 | 107 | 42 | 67 |
| Binary | 10100100 | 10110011 | 1100011 | 1000 | 0 | 101101 | 11110 | 1000111 | 100010 | 110111 |
Color Harmonies of #A4B363
Complementary color
Monochromatic Colors of #A4B363
Black with #A4B363
Text Example
Text Example
White with #A4B363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B363; }
p { color: rgb(164,179,99); }
H1.HeaderClassName
{
color: #A4B363;
}
.AnyTagClassName
{
color: #A4B363;
}
</style>
background-color css
<style>
a { background-color: #A4B363; }
a { background-color: rgb(164,179,99); }
div.DivClassName
{
background-color: #A4B363;
}
.BgClassName
{
background-color: #A4B363;
}
</style>
border-color css
<style>
span { border-color: #A4B363; }
span { border-color: rgb(164,179,99); }
td.TdClassName
{
border-color: #A4B363;
}
.TagClassName
{
border-color: #A4B363;
}
</style>