Shades of Green Smoke #A5AC6A
Tints of Green Smoke #A5AC6A
RGB
CMYK
RGB Variations
Color information
#A5AC6A (or 0xA5AC6A) is known color: Green Smoke. HEX triplet: A5, AC and 6A. RGB value is (165,172,106). Sum of RGB (Red+Green+Blue) = 165+172+106=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC6A is #5A5395. Grayscale: #A2A2A2. Windows color (decimal): -5919638 or 6991013. OLE color: 6991013.
HSL color Cylindrical-coordinate representation of color #A5AC6A: hue angle of 66.36º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5AC6A is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 172 | 106 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.33 |
| HSL | 66.36º | 0.28% | 0.55% | - |
| HSV(B) | 66.36º | 0.38% | 0.67% | - |
| XYZ | 32.87 | 38.54 | 19.34 | - |
| YUV | 162.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 106 | 0.04 | 0 | 0.38 | 0.33 | 66.36 | 0.28 | 0.55 |
| Hex | A5 | AC | 6A | 4 | 0 | 26 | 21 | 42 | 1C | 37 |
| Octal | 245 | 254 | 152 | 4 | 0 | 46 | 41 | 102 | 34 | 67 |
| Binary | 10100101 | 10101100 | 1101010 | 100 | 0 | 100110 | 100001 | 1000010 | 11100 | 110111 |
Color Harmonies of #A5AC6A
Complementary color
Monochromatic Colors of #A5AC6A
Black with #A5AC6A
Text Example
Text Example
White with #A5AC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AC6A; }
p { color: rgb(165,172,106); }
H1.HeaderClassName
{
color: #A5AC6A;
}
.AnyTagClassName
{
color: #A5AC6A;
}
</style>
background-color css
<style>
a { background-color: #A5AC6A; }
a { background-color: rgb(165,172,106); }
div.DivClassName
{
background-color: #A5AC6A;
}
.BgClassName
{
background-color: #A5AC6A;
}
</style>
border-color css
<style>
span { border-color: #A5AC6A; }
span { border-color: rgb(165,172,106); }
td.TdClassName
{
border-color: #A5AC6A;
}
.TagClassName
{
border-color: #A5AC6A;
}
</style>