Shades of Green Smoke #A5A66A
Tints of Green Smoke #A5A66A
RGB
CMYK
RGB Variations
Color information
#A5A66A (or 0xA5A66A) is known color: Green Smoke. HEX triplet: A5, A6 and 6A. RGB value is (165,166,106). Sum of RGB (Red+Green+Blue) = 165+166+106=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A66A is #5A5995. Grayscale: #9F9F9F. Windows color (decimal): -5921174 or 6989477. OLE color: 6989477.
HSL color Cylindrical-coordinate representation of color #A5A66A: hue angle of 61º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5A66A is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 166 | 106 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.35 |
| HSL | 61º | 0.25% | 0.53% | - |
| HSV(B) | 61º | 0.36% | 0.65% | - |
| XYZ | 31.75 | 36.31 | 18.97 | - |
| YUV | 158.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 166 | 106 | 0.01 | 0 | 0.36 | 0.35 | 61 | 0.25 | 0.53 |
| Hex | A5 | A6 | 6A | 1 | 0 | 24 | 23 | 3D | 19 | 35 |
| Octal | 245 | 246 | 152 | 1 | 0 | 44 | 43 | 75 | 31 | 65 |
| Binary | 10100101 | 10100110 | 1101010 | 1 | 0 | 100100 | 100011 | 111101 | 11001 | 110101 |
Color Harmonies of #A5A66A
Complementary color
Monochromatic Colors of #A5A66A
Black with #A5A66A
Text Example
Text Example
White with #A5A66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A66A; }
p { color: rgb(165,166,106); }
H1.HeaderClassName
{
color: #A5A66A;
}
.AnyTagClassName
{
color: #A5A66A;
}
</style>
background-color css
<style>
a { background-color: #A5A66A; }
a { background-color: rgb(165,166,106); }
div.DivClassName
{
background-color: #A5A66A;
}
.BgClassName
{
background-color: #A5A66A;
}
</style>
border-color css
<style>
span { border-color: #A5A66A; }
span { border-color: rgb(165,166,106); }
td.TdClassName
{
border-color: #A5A66A;
}
.TagClassName
{
border-color: #A5A66A;
}
</style>