Shades of Green Spring #A8AB9F
Tints of Green Spring #A8AB9F
RGB
CMYK
RGB Variations
Color information
#A8AB9F (or 0xA8AB9F) is known color: Green Spring. HEX triplet: A8, AB and 9F. RGB value is (168,171,159). Sum of RGB (Red+Green+Blue) = 168+171+159=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB9F is #575460. Grayscale: #A8A8A8. Windows color (decimal): -5723233 or 10464168. OLE color: 10464168.
HSL color Cylindrical-coordinate representation of color #A8AB9F: hue angle of 75º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8AB9F is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 171 | 159 | - |
CMYK | 0.02 | 0 | 0.07 | 0.33 |
HSL | 75º | 0.07% | 0.65% | - |
HSV(B) | 75º | 0.07% | 0.67% | - |
XYZ | 36.97 | 39.95 | 38.56 | - |
YUV | 168.74 | 122.51 | 127.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 171 | 159 | 0.02 | 0 | 0.07 | 0.33 | 75 | 0.07 | 0.65 |
Hex | A8 | AB | 9F | 2 | 0 | 7 | 21 | 4B | 7 | 41 |
Octal | 250 | 253 | 237 | 2 | 0 | 7 | 41 | 113 | 7 | 101 |
Binary | 10101000 | 10101011 | 10011111 | 10 | 0 | 111 | 100001 | 1001011 | 111 | 1000001 |
Color Harmonies of #A8AB9F
Complementary color
Monochromatic Colors of #A8AB9F
Black with #A8AB9F
Text Example
Text Example
White with #A8AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB9F; }
p { color: rgb(168,171,159); }
H1.HeaderClassName
{
color: #A8AB9F;
}
.AnyTagClassName
{
color: #A8AB9F;
}
</style>
background-color css
<style>
a { background-color: #A8AB9F; }
a { background-color: rgb(168,171,159); }
div.DivClassName
{
background-color: #A8AB9F;
}
.BgClassName
{
background-color: #A8AB9F;
}
</style>
border-color css
<style>
span { border-color: #A8AB9F; }
span { border-color: rgb(168,171,159); }
td.TdClassName
{
border-color: #A8AB9F;
}
.TagClassName
{
border-color: #A8AB9F;
}
</style>