Shades of Green Smoke #A5A65C
Tints of Green Smoke #A5A65C
RGB
CMYK
RGB Variations
Color information
#A5A65C (or 0xA5A65C) is known color: Green Smoke. HEX triplet: A5, A6 and 5C. RGB value is (165,166,92). Sum of RGB (Red+Green+Blue) = 165+166+92=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A65C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A65C is #5A59A3. Grayscale: #9D9D9D. Windows color (decimal): -5921188 or 6071973. OLE color: 6071973.
HSL color Cylindrical-coordinate representation of color #A5A65C: hue angle of 60.81º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5A65C is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 166 | 92 | - |
| CMYK | 0.01 | 0 | 0.45 | 0.35 |
| HSL | 60.81º | 0.29% | 0.51% | - |
| HSV(B) | 60.81º | 0.45% | 0.65% | - |
| XYZ | 31.09 | 36.04 | 15.44 | - |
| YUV | 157.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 166 | 92 | 0.01 | 0 | 0.45 | 0.35 | 60.81 | 0.29 | 0.51 |
| Hex | A5 | A6 | 5C | 1 | 0 | 2D | 23 | 3D | 1D | 33 |
| Octal | 245 | 246 | 134 | 1 | 0 | 55 | 43 | 75 | 35 | 63 |
| Binary | 10100101 | 10100110 | 1011100 | 1 | 0 | 101101 | 100011 | 111101 | 11101 | 110011 |
Color Harmonies of #A5A65C
Complementary color
Monochromatic Colors of #A5A65C
Black with #A5A65C
Text Example
Text Example
White with #A5A65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A65C; }
p { color: rgb(165,166,92); }
H1.HeaderClassName
{
color: #A5A65C;
}
.AnyTagClassName
{
color: #A5A65C;
}
</style>
background-color css
<style>
a { background-color: #A5A65C; }
a { background-color: rgb(165,166,92); }
div.DivClassName
{
background-color: #A5A65C;
}
.BgClassName
{
background-color: #A5A65C;
}
</style>
border-color css
<style>
span { border-color: #A5A65C; }
span { border-color: rgb(165,166,92); }
td.TdClassName
{
border-color: #A5A65C;
}
.TagClassName
{
border-color: #A5A65C;
}
</style>