Shades of Green Smoke #A8AB64
Tints of Green Smoke #A8AB64
RGB
CMYK
RGB Variations
Color information
#A8AB64 (or 0xA8AB64) is known color: Green Smoke. HEX triplet: A8, AB and 64. RGB value is (168,171,100). Sum of RGB (Red+Green+Blue) = 168+171+100=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB64 is #57549B. Grayscale: #A2A2A2. Windows color (decimal): -5723292 or 6597544. OLE color: 6597544.
HSL color Cylindrical-coordinate representation of color #A8AB64: hue angle of 62.54º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8AB64 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 171 | 100 | - |
CMYK | 0.02 | 0 | 0.42 | 0.33 |
HSL | 62.54º | 0.3% | 0.53% | - |
HSV(B) | 62.54º | 0.42% | 0.67% | - |
XYZ | 33.01 | 38.37 | 17.72 | - |
YUV | 162.01 | 93.01 | 132.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 171 | 100 | 0.02 | 0 | 0.42 | 0.33 | 62.54 | 0.3 | 0.53 |
Hex | A8 | AB | 64 | 2 | 0 | 2A | 21 | 3F | 1E | 35 |
Octal | 250 | 253 | 144 | 2 | 0 | 52 | 41 | 77 | 36 | 65 |
Binary | 10101000 | 10101011 | 1100100 | 10 | 0 | 101010 | 100001 | 111111 | 11110 | 110101 |
Color Harmonies of #A8AB64
Complementary color
Monochromatic Colors of #A8AB64
Black with #A8AB64
Text Example
Text Example
White with #A8AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB64; }
p { color: rgb(168,171,100); }
H1.HeaderClassName
{
color: #A8AB64;
}
.AnyTagClassName
{
color: #A8AB64;
}
</style>
background-color css
<style>
a { background-color: #A8AB64; }
a { background-color: rgb(168,171,100); }
div.DivClassName
{
background-color: #A8AB64;
}
.BgClassName
{
background-color: #A8AB64;
}
</style>
border-color css
<style>
span { border-color: #A8AB64; }
span { border-color: rgb(168,171,100); }
td.TdClassName
{
border-color: #A8AB64;
}
.TagClassName
{
border-color: #A8AB64;
}
</style>