Shades of Green Smoke #A5AC68
Tints of Green Smoke #A5AC68
RGB
CMYK
RGB Variations
Color information
#A5AC68 (or 0xA5AC68) is known color: Green Smoke. HEX triplet: A5, AC and 68. RGB value is (165,172,104). Sum of RGB (Red+Green+Blue) = 165+172+104=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC68 is #5A5397. Grayscale: #A2A2A2. Windows color (decimal): -5919640 or 6859941. OLE color: 6859941.
HSL color Cylindrical-coordinate representation of color #A5AC68: hue angle of 66.18º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5AC68 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 172 | 104 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.33 |
| HSL | 66.18º | 0.29% | 0.54% | - |
| HSV(B) | 66.18º | 0.4% | 0.67% | - |
| XYZ | 32.77 | 38.5 | 18.8 | - |
| YUV | 162.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 104 | 0.04 | 0 | 0.40 | 0.33 | 66.18 | 0.29 | 0.54 |
| Hex | A5 | AC | 68 | 4 | 0 | 28 | 21 | 42 | 1D | 36 |
| Octal | 245 | 254 | 150 | 4 | 0 | 50 | 41 | 102 | 35 | 66 |
| Binary | 10100101 | 10101100 | 1101000 | 100 | 0 | 101000 | 100001 | 1000010 | 11101 | 110110 |
Color Harmonies of #A5AC68
Complementary color
Monochromatic Colors of #A5AC68
Black with #A5AC68
Text Example
Text Example
White with #A5AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AC68; }
p { color: rgb(165,172,104); }
H1.HeaderClassName
{
color: #A5AC68;
}
.AnyTagClassName
{
color: #A5AC68;
}
</style>
background-color css
<style>
a { background-color: #A5AC68; }
a { background-color: rgb(165,172,104); }
div.DivClassName
{
background-color: #A5AC68;
}
.BgClassName
{
background-color: #A5AC68;
}
</style>
border-color css
<style>
span { border-color: #A5AC68; }
span { border-color: rgb(165,172,104); }
td.TdClassName
{
border-color: #A5AC68;
}
.TagClassName
{
border-color: #A5AC68;
}
</style>