Shades of Green Spring #A3A89C
Tints of Green Spring #A3A89C
RGB
CMYK
RGB Variations
Color information
#A3A89C (or 0xA3A89C) is known color: Green Spring. HEX triplet: A3, A8 and 9C. RGB value is (163,168,156). Sum of RGB (Red+Green+Blue) = 163+168+156=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A89C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A89C is #5C5763. Grayscale: #A5A5A5. Windows color (decimal): -6051684 or 10266787. OLE color: 10266787.
HSL color Cylindrical-coordinate representation of color #A3A89C: hue angle of 85º degrees, saturation: 0.06, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A3A89C is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 156 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.34 |
| HSL | 85º | 0.06% | 0.64% | - |
| HSV(B) | 85º | 0.07% | 0.66% | - |
| XYZ | 35.11 | 38.19 | 36.97 | - |
| YUV | 165.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 156 | 0.03 | 0 | 0.07 | 0.34 | 85 | 0.06 | 0.64 |
| Hex | A3 | A8 | 9C | 3 | 0 | 7 | 22 | 55 | 6 | 40 |
| Octal | 243 | 250 | 234 | 3 | 0 | 7 | 42 | 125 | 6 | 100 |
| Binary | 10100011 | 10101000 | 10011100 | 11 | 0 | 111 | 100010 | 1010101 | 110 | 1000000 |
Color Harmonies of #A3A89C
Complementary color
Monochromatic Colors of #A3A89C
Black with #A3A89C
Text Example
Text Example
White with #A3A89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A89C; }
p { color: rgb(163,168,156); }
H1.HeaderClassName
{
color: #A3A89C;
}
.AnyTagClassName
{
color: #A3A89C;
}
</style>
background-color css
<style>
a { background-color: #A3A89C; }
a { background-color: rgb(163,168,156); }
div.DivClassName
{
background-color: #A3A89C;
}
.BgClassName
{
background-color: #A3A89C;
}
</style>
border-color css
<style>
span { border-color: #A3A89C; }
span { border-color: rgb(163,168,156); }
td.TdClassName
{
border-color: #A3A89C;
}
.TagClassName
{
border-color: #A3A89C;
}
</style>