Shades of Green Smoke #A5A968
Tints of Green Smoke #A5A968
RGB
CMYK
RGB Variations
Color information
#A5A968 (or 0xA5A968) is known color: Green Smoke. HEX triplet: A5, A9 and 68. RGB value is (165,169,104). Sum of RGB (Red+Green+Blue) = 165+169+104=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A968 is #5A5697. Grayscale: #A0A0A0. Windows color (decimal): -5920408 or 6859173. OLE color: 6859173.
HSL color Cylindrical-coordinate representation of color #A5A968: hue angle of 63.69º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5A968 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 169 | 104 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.34 |
| HSL | 63.69º | 0.27% | 0.54% | - |
| HSV(B) | 63.69º | 0.38% | 0.66% | - |
| XYZ | 32.2 | 37.37 | 18.61 | - |
| YUV | 160.39 | 96.17 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 169 | 104 | 0.02 | 0 | 0.38 | 0.34 | 63.69 | 0.27 | 0.54 |
| Hex | A5 | A9 | 68 | 2 | 0 | 26 | 22 | 40 | 1B | 36 |
| Octal | 245 | 251 | 150 | 2 | 0 | 46 | 42 | 100 | 33 | 66 |
| Binary | 10100101 | 10101001 | 1101000 | 10 | 0 | 100110 | 100010 | 1000000 | 11011 | 110110 |
Color Harmonies of #A5A968
Complementary color
Monochromatic Colors of #A5A968
Black with #A5A968
Text Example
Text Example
White with #A5A968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A968; }
p { color: rgb(165,169,104); }
H1.HeaderClassName
{
color: #A5A968;
}
.AnyTagClassName
{
color: #A5A968;
}
</style>
background-color css
<style>
a { background-color: #A5A968; }
a { background-color: rgb(165,169,104); }
div.DivClassName
{
background-color: #A5A968;
}
.BgClassName
{
background-color: #A5A968;
}
</style>
border-color css
<style>
span { border-color: #A5A968; }
span { border-color: rgb(165,169,104); }
td.TdClassName
{
border-color: #A5A968;
}
.TagClassName
{
border-color: #A5A968;
}
</style>