Shades of Green Smoke #A5AC69
Tints of Green Smoke #A5AC69
RGB
CMYK
RGB Variations
Color information
#A5AC69 (or 0xA5AC69) is known color: Green Smoke. HEX triplet: A5, AC and 69. RGB value is (165,172,105). Sum of RGB (Red+Green+Blue) = 165+172+105=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC69 is #5A5396. Grayscale: #A2A2A2. Windows color (decimal): -5919639 or 6925477. OLE color: 6925477.
HSL color Cylindrical-coordinate representation of color #A5AC69: hue angle of 66.27º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5AC69 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 172 | 105 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.33 |
| HSL | 66.27º | 0.29% | 0.54% | - |
| HSV(B) | 66.27º | 0.39% | 0.67% | - |
| XYZ | 32.82 | 38.52 | 19.07 | - |
| YUV | 162.27 | 95.68 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 105 | 0.04 | 0 | 0.39 | 0.33 | 66.27 | 0.29 | 0.54 |
| Hex | A5 | AC | 69 | 4 | 0 | 27 | 21 | 42 | 1D | 36 |
| Octal | 245 | 254 | 151 | 4 | 0 | 47 | 41 | 102 | 35 | 66 |
| Binary | 10100101 | 10101100 | 1101001 | 100 | 0 | 100111 | 100001 | 1000010 | 11101 | 110110 |
Color Harmonies of #A5AC69
Complementary color
Monochromatic Colors of #A5AC69
Black with #A5AC69
Text Example
Text Example
White with #A5AC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AC69; }
p { color: rgb(165,172,105); }
H1.HeaderClassName
{
color: #A5AC69;
}
.AnyTagClassName
{
color: #A5AC69;
}
</style>
background-color css
<style>
a { background-color: #A5AC69; }
a { background-color: rgb(165,172,105); }
div.DivClassName
{
background-color: #A5AC69;
}
.BgClassName
{
background-color: #A5AC69;
}
</style>
border-color css
<style>
span { border-color: #A5AC69; }
span { border-color: rgb(165,172,105); }
td.TdClassName
{
border-color: #A5AC69;
}
.TagClassName
{
border-color: #A5AC69;
}
</style>