Shades of Green Smoke #A4AB67
Tints of Green Smoke #A4AB67
RGB
CMYK
RGB Variations
Color information
#A4AB67 (or 0xA4AB67) is known color: Green Smoke. HEX triplet: A4, AB and 67. RGB value is (164,171,103). Sum of RGB (Red+Green+Blue) = 164+171+103=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AB67 is #5B5498. Grayscale: #A1A1A1. Windows color (decimal): -5985433 or 6794148. OLE color: 6794148.
HSL color Cylindrical-coordinate representation of color #A4AB67: 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 #A4AB67 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 171 | 103 | - |
| 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.32 | 38 | 18.46 | - |
| YUV | 161.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 171 | 103 | 0.04 | 0 | 0.40 | 0.33 | 66.18 | 0.29 | 0.54 |
| Hex | A4 | AB | 67 | 4 | 0 | 28 | 21 | 42 | 1D | 36 |
| Octal | 244 | 253 | 147 | 4 | 0 | 50 | 41 | 102 | 35 | 66 |
| Binary | 10100100 | 10101011 | 1100111 | 100 | 0 | 101000 | 100001 | 1000010 | 11101 | 110110 |
Color Harmonies of #A4AB67
Complementary color
Monochromatic Colors of #A4AB67
Black with #A4AB67
Text Example
Text Example
White with #A4AB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AB67; }
p { color: rgb(164,171,103); }
H1.HeaderClassName
{
color: #A4AB67;
}
.AnyTagClassName
{
color: #A4AB67;
}
</style>
background-color css
<style>
a { background-color: #A4AB67; }
a { background-color: rgb(164,171,103); }
div.DivClassName
{
background-color: #A4AB67;
}
.BgClassName
{
background-color: #A4AB67;
}
</style>
border-color css
<style>
span { border-color: #A4AB67; }
span { border-color: rgb(164,171,103); }
td.TdClassName
{
border-color: #A4AB67;
}
.TagClassName
{
border-color: #A4AB67;
}
</style>