Shades of Green Smoke #A5B46D
Tints of Green Smoke #A5B46D
RGB
CMYK
RGB Variations
Color information
#A5B46D (or 0xA5B46D) is known color: Green Smoke. HEX triplet: A5, B4 and 6D. RGB value is (165,180,109). Sum of RGB (Red+Green+Blue) = 165+180+109=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B46D is #5A4B92. Grayscale: #A7A7A7. Windows color (decimal): -5917587 or 7189669. OLE color: 7189669.
HSL color Cylindrical-coordinate representation of color #A5B46D: hue angle of 72.68º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5B46D is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 109 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.29 |
| HSL | 72.68º | 0.32% | 0.57% | - |
| HSV(B) | 72.68º | 0.39% | 0.71% | - |
| XYZ | 34.6 | 41.75 | 20.7 | - |
| YUV | 167.42 | 95.03 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 109 | 0.08 | 0 | 0.39 | 0.29 | 72.68 | 0.32 | 0.57 |
| Hex | A5 | B4 | 6D | 8 | 0 | 27 | 1D | 49 | 20 | 39 |
| Octal | 245 | 264 | 155 | 10 | 0 | 47 | 35 | 111 | 40 | 71 |
| Binary | 10100101 | 10110100 | 1101101 | 1000 | 0 | 100111 | 11101 | 1001001 | 100000 | 111001 |
Color Harmonies of #A5B46D
Complementary color
Monochromatic Colors of #A5B46D
Black with #A5B46D
Text Example
Text Example
White with #A5B46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B46D; }
p { color: rgb(165,180,109); }
H1.HeaderClassName
{
color: #A5B46D;
}
.AnyTagClassName
{
color: #A5B46D;
}
</style>
background-color css
<style>
a { background-color: #A5B46D; }
a { background-color: rgb(165,180,109); }
div.DivClassName
{
background-color: #A5B46D;
}
.BgClassName
{
background-color: #A5B46D;
}
</style>
border-color css
<style>
span { border-color: #A5B46D; }
span { border-color: rgb(165,180,109); }
td.TdClassName
{
border-color: #A5B46D;
}
.TagClassName
{
border-color: #A5B46D;
}
</style>