Shades of Green Spring #A3AB8F
Tints of Green Spring #A3AB8F
RGB
CMYK
RGB Variations
Color information
#A3AB8F (or 0xA3AB8F) is known color: Green Spring. HEX triplet: A3, AB and 8F. RGB value is (163,171,143). Sum of RGB (Red+Green+Blue) = 163+171+143=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AB8F is #5C5470. Grayscale: #A5A5A5. Windows color (decimal): -6050929 or 9415587. OLE color: 9415587.
HSL color Cylindrical-coordinate representation of color #A3AB8F: hue angle of 77.14º 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 #A3AB8F is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 171 | 143 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.33 |
| HSL | 77.14º | 0.14% | 0.62% | - |
| HSV(B) | 77.14º | 0.16% | 0.67% | - |
| XYZ | 34.63 | 38.9 | 31.67 | - |
| YUV | 165.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 143 | 0.05 | 0 | 0.16 | 0.33 | 77.14 | 0.14 | 0.62 |
| Hex | A3 | AB | 8F | 5 | 0 | 10 | 21 | 4D | E | 3E |
| Octal | 243 | 253 | 217 | 5 | 0 | 20 | 41 | 115 | 16 | 76 |
| Binary | 10100011 | 10101011 | 10001111 | 101 | 0 | 10000 | 100001 | 1001101 | 1110 | 111110 |
Color Harmonies of #A3AB8F
Complementary color
Monochromatic Colors of #A3AB8F
Black with #A3AB8F
Text Example
Text Example
White with #A3AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AB8F; }
p { color: rgb(163,171,143); }
H1.HeaderClassName
{
color: #A3AB8F;
}
.AnyTagClassName
{
color: #A3AB8F;
}
</style>
background-color css
<style>
a { background-color: #A3AB8F; }
a { background-color: rgb(163,171,143); }
div.DivClassName
{
background-color: #A3AB8F;
}
.BgClassName
{
background-color: #A3AB8F;
}
</style>
border-color css
<style>
span { border-color: #A3AB8F; }
span { border-color: rgb(163,171,143); }
td.TdClassName
{
border-color: #A3AB8F;
}
.TagClassName
{
border-color: #A3AB8F;
}
</style>