Shades of Green Smoke #A3B465
Tints of Green Smoke #A3B465
RGB
CMYK
RGB Variations
Color information
#A3B465 (or 0xA3B465) is known color: Green Smoke. HEX triplet: A3, B4 and 65. RGB value is (163,180,101). Sum of RGB (Red+Green+Blue) = 163+180+101=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B465 is #5C4B9A. Grayscale: #A6A6A6. Windows color (decimal): -6048667 or 6665379. OLE color: 6665379.
HSL color Cylindrical-coordinate representation of color #A3B465: hue angle of 72.91º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3B465 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 180 | 101 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.29 |
| HSL | 72.91º | 0.34% | 0.55% | - |
| HSV(B) | 72.91º | 0.44% | 0.71% | - |
| XYZ | 33.77 | 41.37 | 18.52 | - |
| YUV | 165.91 | 91.37 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 101 | 0.09 | 0 | 0.44 | 0.29 | 72.91 | 0.34 | 0.55 |
| Hex | A3 | B4 | 65 | 9 | 0 | 2C | 1D | 49 | 22 | 37 |
| Octal | 243 | 264 | 145 | 11 | 0 | 54 | 35 | 111 | 42 | 67 |
| Binary | 10100011 | 10110100 | 1100101 | 1001 | 0 | 101100 | 11101 | 1001001 | 100010 | 110111 |
Color Harmonies of #A3B465
Complementary color
Monochromatic Colors of #A3B465
Black with #A3B465
Text Example
Text Example
White with #A3B465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B465; }
p { color: rgb(163,180,101); }
H1.HeaderClassName
{
color: #A3B465;
}
.AnyTagClassName
{
color: #A3B465;
}
</style>
background-color css
<style>
a { background-color: #A3B465; }
a { background-color: rgb(163,180,101); }
div.DivClassName
{
background-color: #A3B465;
}
.BgClassName
{
background-color: #A3B465;
}
</style>
border-color css
<style>
span { border-color: #A3B465; }
span { border-color: rgb(163,180,101); }
td.TdClassName
{
border-color: #A3B465;
}
.TagClassName
{
border-color: #A3B465;
}
</style>