Shades of Green Smoke #A4AB69
Tints of Green Smoke #A4AB69
RGB
CMYK
RGB Variations
Color information
#A4AB69 (or 0xA4AB69) is known color: Green Smoke. HEX triplet: A4, AB and 69. RGB value is (164,171,105). Sum of RGB (Red+Green+Blue) = 164+171+105=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AB69 is #5B5496. Grayscale: #A1A1A1. Windows color (decimal): -5985431 or 6925220. OLE color: 6925220.
HSL color Cylindrical-coordinate representation of color #A4AB69: hue angle of 66.36º degrees, saturation: 0.28, 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 #A4AB69 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 171 | 105 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.33 |
| HSL | 66.36º | 0.28% | 0.54% | - |
| HSV(B) | 66.36º | 0.39% | 0.67% | - |
| XYZ | 32.42 | 38.04 | 19 | - |
| YUV | 161.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 105 | 0.04 | 0 | 0.39 | 0.33 | 66.36 | 0.28 | 0.54 |
| Hex | A4 | AB | 69 | 4 | 0 | 27 | 21 | 42 | 1C | 36 |
| Octal | 244 | 253 | 151 | 4 | 0 | 47 | 41 | 102 | 34 | 66 |
| Binary | 10100100 | 10101011 | 1101001 | 100 | 0 | 100111 | 100001 | 1000010 | 11100 | 110110 |
Color Harmonies of #A4AB69
Complementary color
Monochromatic Colors of #A4AB69
Black with #A4AB69
Text Example
Text Example
White with #A4AB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB69; }
p { color: rgb(164,171,105); }
H1.HeaderClassName
{
color: #A4AB69;
}
.AnyTagClassName
{
color: #A4AB69;
}
</style>
background-color css
<style>
a { background-color: #A4AB69; }
a { background-color: rgb(164,171,105); }
div.DivClassName
{
background-color: #A4AB69;
}
.BgClassName
{
background-color: #A4AB69;
}
</style>
border-color css
<style>
span { border-color: #A4AB69; }
span { border-color: rgb(164,171,105); }
td.TdClassName
{
border-color: #A4AB69;
}
.TagClassName
{
border-color: #A4AB69;
}
</style>