Shades of Green Spring #A3AB91
Tints of Green Spring #A3AB91
RGB
CMYK
RGB Variations
Color information
#A3AB91 (or 0xA3AB91) is known color: Green Spring. HEX triplet: A3, AB and 91. RGB value is (163,171,145). Sum of RGB (Red+Green+Blue) = 163+171+145=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AB91 is #5C546E. Grayscale: #A5A5A5. Windows color (decimal): -6050927 or 9546659. OLE color: 9546659.
HSL color Cylindrical-coordinate representation of color #A3AB91: hue angle of 78.46º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3AB91 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 171 | 145 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.33 |
| HSL | 78.46º | 0.13% | 0.62% | - |
| HSV(B) | 78.46º | 0.15% | 0.67% | - |
| XYZ | 34.78 | 38.96 | 32.47 | - |
| YUV | 165.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 145 | 0.05 | 0 | 0.15 | 0.33 | 78.46 | 0.13 | 0.62 |
| Hex | A3 | AB | 91 | 5 | 0 | F | 21 | 4E | D | 3E |
| Octal | 243 | 253 | 221 | 5 | 0 | 17 | 41 | 116 | 15 | 76 |
| Binary | 10100011 | 10101011 | 10010001 | 101 | 0 | 1111 | 100001 | 1001110 | 1101 | 111110 |
Color Harmonies of #A3AB91
Complementary color
Monochromatic Colors of #A3AB91
Black with #A3AB91
Text Example
Text Example
White with #A3AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AB91; }
p { color: rgb(163,171,145); }
H1.HeaderClassName
{
color: #A3AB91;
}
.AnyTagClassName
{
color: #A3AB91;
}
</style>
background-color css
<style>
a { background-color: #A3AB91; }
a { background-color: rgb(163,171,145); }
div.DivClassName
{
background-color: #A3AB91;
}
.BgClassName
{
background-color: #A3AB91;
}
</style>
border-color css
<style>
span { border-color: #A3AB91; }
span { border-color: rgb(163,171,145); }
td.TdClassName
{
border-color: #A3AB91;
}
.TagClassName
{
border-color: #A3AB91;
}
</style>