Shades of Green Smoke #A5B46C
Tints of Green Smoke #A5B46C
RGB
CMYK
RGB Variations
Color information
#A5B46C (or 0xA5B46C) is known color: Green Smoke. HEX triplet: A5, B4 and 6C. RGB value is (165,180,108). Sum of RGB (Red+Green+Blue) = 165+180+108=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B46C is #5A4B93. Grayscale: #A7A7A7. Windows color (decimal): -5917588 or 7124133. OLE color: 7124133.
HSL color Cylindrical-coordinate representation of color #A5B46C: hue angle of 72.5º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5B46C is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 180 | 108 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.29 |
| HSL | 72.5º | 0.32% | 0.56% | - |
| HSV(B) | 72.5º | 0.4% | 0.71% | - |
| XYZ | 34.55 | 41.72 | 20.42 | - |
| YUV | 167.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 108 | 0.08 | 0 | 0.40 | 0.29 | 72.5 | 0.32 | 0.56 |
| Hex | A5 | B4 | 6C | 8 | 0 | 28 | 1D | 48 | 20 | 38 |
| Octal | 245 | 264 | 154 | 10 | 0 | 50 | 35 | 110 | 40 | 70 |
| Binary | 10100101 | 10110100 | 1101100 | 1000 | 0 | 101000 | 11101 | 1001000 | 100000 | 111000 |
Color Harmonies of #A5B46C
Complementary color
Monochromatic Colors of #A5B46C
Black with #A5B46C
Text Example
Text Example
White with #A5B46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B46C; }
p { color: rgb(165,180,108); }
H1.HeaderClassName
{
color: #A5B46C;
}
.AnyTagClassName
{
color: #A5B46C;
}
</style>
background-color css
<style>
a { background-color: #A5B46C; }
a { background-color: rgb(165,180,108); }
div.DivClassName
{
background-color: #A5B46C;
}
.BgClassName
{
background-color: #A5B46C;
}
</style>
border-color css
<style>
span { border-color: #A5B46C; }
span { border-color: rgb(165,180,108); }
td.TdClassName
{
border-color: #A5B46C;
}
.TagClassName
{
border-color: #A5B46C;
}
</style>