Shades of Green Spring #A3AC92
Tints of Green Spring #A3AC92
RGB
CMYK
RGB Variations
Color information
#A3AC92 (or 0xA3AC92) is known color: Green Spring. HEX triplet: A3, AC and 92. RGB value is (163,172,146). Sum of RGB (Red+Green+Blue) = 163+172+146=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AC92 is #5C536D. Grayscale: #A6A6A6. Windows color (decimal): -6050670 or 9612451. OLE color: 9612451.
HSL color Cylindrical-coordinate representation of color #A3AC92: hue angle of 80.77º degrees, saturation: 0.14, 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 #A3AC92 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 172 | 146 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.33 |
| HSL | 80.77º | 0.14% | 0.62% | - |
| HSV(B) | 80.77º | 0.15% | 0.67% | - |
| XYZ | 35.05 | 39.37 | 32.95 | - |
| YUV | 166.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 146 | 0.05 | 0 | 0.15 | 0.33 | 80.77 | 0.14 | 0.62 |
| Hex | A3 | AC | 92 | 5 | 0 | F | 21 | 51 | E | 3E |
| Octal | 243 | 254 | 222 | 5 | 0 | 17 | 41 | 121 | 16 | 76 |
| Binary | 10100011 | 10101100 | 10010010 | 101 | 0 | 1111 | 100001 | 1010001 | 1110 | 111110 |
Color Harmonies of #A3AC92
Complementary color
Monochromatic Colors of #A3AC92
Black with #A3AC92
Text Example
Text Example
White with #A3AC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AC92; }
p { color: rgb(163,172,146); }
H1.HeaderClassName
{
color: #A3AC92;
}
.AnyTagClassName
{
color: #A3AC92;
}
</style>
background-color css
<style>
a { background-color: #A3AC92; }
a { background-color: rgb(163,172,146); }
div.DivClassName
{
background-color: #A3AC92;
}
.BgClassName
{
background-color: #A3AC92;
}
</style>
border-color css
<style>
span { border-color: #A3AC92; }
span { border-color: rgb(163,172,146); }
td.TdClassName
{
border-color: #A3AC92;
}
.TagClassName
{
border-color: #A3AC92;
}
</style>