Shades of Green Spring #A1AB8F
Tints of Green Spring #A1AB8F
RGB
CMYK
RGB Variations
Color information
#A1AB8F (or 0xA1AB8F) is known color: Green Spring. HEX triplet: A1, AB and 8F. RGB value is (161,171,143). Sum of RGB (Red+Green+Blue) = 161+171+143=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AB8F is #5E5470. Grayscale: #A4A4A4. Windows color (decimal): -6182001 or 9415585. OLE color: 9415585.
HSL color Cylindrical-coordinate representation of color #A1AB8F: hue angle of 81.43º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1AB8F is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 143 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.33 |
| HSL | 81.43º | 0.14% | 0.62% | - |
| HSV(B) | 81.43º | 0.16% | 0.67% | - |
| XYZ | 34.22 | 38.69 | 31.65 | - |
| YUV | 164.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 143 | 0.06 | 0 | 0.16 | 0.33 | 81.43 | 0.14 | 0.62 |
| Hex | A1 | AB | 8F | 6 | 0 | 10 | 21 | 51 | E | 3E |
| Octal | 241 | 253 | 217 | 6 | 0 | 20 | 41 | 121 | 16 | 76 |
| Binary | 10100001 | 10101011 | 10001111 | 110 | 0 | 10000 | 100001 | 1010001 | 1110 | 111110 |
Color Harmonies of #A1AB8F
Complementary color
Monochromatic Colors of #A1AB8F
Black with #A1AB8F
Text Example
Text Example
White with #A1AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB8F; }
p { color: rgb(161,171,143); }
H1.HeaderClassName
{
color: #A1AB8F;
}
.AnyTagClassName
{
color: #A1AB8F;
}
</style>
background-color css
<style>
a { background-color: #A1AB8F; }
a { background-color: rgb(161,171,143); }
div.DivClassName
{
background-color: #A1AB8F;
}
.BgClassName
{
background-color: #A1AB8F;
}
</style>
border-color css
<style>
span { border-color: #A1AB8F; }
span { border-color: rgb(161,171,143); }
td.TdClassName
{
border-color: #A1AB8F;
}
.TagClassName
{
border-color: #A1AB8F;
}
</style>