Shades of Green Smoke #A5B160
Tints of Green Smoke #A5B160
RGB
CMYK
RGB Variations
Color information
#A5B160 (or 0xA5B160) is known color: Green Smoke. HEX triplet: A5, B1 and 60. RGB value is (165,177,96). Sum of RGB (Red+Green+Blue) = 165+177+96=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B160 is #5A4E9F. Grayscale: #A4A4A4. Windows color (decimal): -5918368 or 6336933. OLE color: 6336933.
HSL color Cylindrical-coordinate representation of color #A5B160: hue angle of 68.89º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5B160 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 96 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.31 |
| HSL | 68.89º | 0.34% | 0.54% | - |
| HSV(B) | 68.89º | 0.46% | 0.69% | - |
| XYZ | 33.35 | 40.29 | 17.08 | - |
| YUV | 164.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 96 | 0.07 | 0 | 0.46 | 0.31 | 68.89 | 0.34 | 0.54 |
| Hex | A5 | B1 | 60 | 7 | 0 | 2E | 1F | 45 | 22 | 36 |
| Octal | 245 | 261 | 140 | 7 | 0 | 56 | 37 | 105 | 42 | 66 |
| Binary | 10100101 | 10110001 | 1100000 | 111 | 0 | 101110 | 11111 | 1000101 | 100010 | 110110 |
Color Harmonies of #A5B160
Complementary color
Monochromatic Colors of #A5B160
Black with #A5B160
Text Example
Text Example
White with #A5B160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B160; }
p { color: rgb(165,177,96); }
H1.HeaderClassName
{
color: #A5B160;
}
.AnyTagClassName
{
color: #A5B160;
}
</style>
background-color css
<style>
a { background-color: #A5B160; }
a { background-color: rgb(165,177,96); }
div.DivClassName
{
background-color: #A5B160;
}
.BgClassName
{
background-color: #A5B160;
}
</style>
border-color css
<style>
span { border-color: #A5B160; }
span { border-color: rgb(165,177,96); }
td.TdClassName
{
border-color: #A5B160;
}
.TagClassName
{
border-color: #A5B160;
}
</style>