Shades of Green Smoke #A4AB68
Tints of Green Smoke #A4AB68
RGB
CMYK
RGB Variations
Color information
#A4AB68 (or 0xA4AB68) is known color: Green Smoke. HEX triplet: A4, AB and 68. RGB value is (164,171,104). Sum of RGB (Red+Green+Blue) = 164+171+104=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AB68 is #5B5497. Grayscale: #A1A1A1. Windows color (decimal): -5985432 or 6859684. OLE color: 6859684.
HSL color Cylindrical-coordinate representation of color #A4AB68: 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 #A4AB68 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 171 | 104 | - |
| 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.37 | 38.02 | 18.73 | - |
| YUV | 161.27 | 95.68 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 104 | 0.04 | 0 | 0.39 | 0.33 | 66.27 | 0.29 | 0.54 |
| Hex | A4 | AB | 68 | 4 | 0 | 27 | 21 | 42 | 1D | 36 |
| Octal | 244 | 253 | 150 | 4 | 0 | 47 | 41 | 102 | 35 | 66 |
| Binary | 10100100 | 10101011 | 1101000 | 100 | 0 | 100111 | 100001 | 1000010 | 11101 | 110110 |
Color Harmonies of #A4AB68
Complementary color
Monochromatic Colors of #A4AB68
Black with #A4AB68
Text Example
Text Example
White with #A4AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB68; }
p { color: rgb(164,171,104); }
H1.HeaderClassName
{
color: #A4AB68;
}
.AnyTagClassName
{
color: #A4AB68;
}
</style>
background-color css
<style>
a { background-color: #A4AB68; }
a { background-color: rgb(164,171,104); }
div.DivClassName
{
background-color: #A4AB68;
}
.BgClassName
{
background-color: #A4AB68;
}
</style>
border-color css
<style>
span { border-color: #A4AB68; }
span { border-color: rgb(164,171,104); }
td.TdClassName
{
border-color: #A4AB68;
}
.TagClassName
{
border-color: #A4AB68;
}
</style>