Shades of Green Spring #A6AD92
Tints of Green Spring #A6AD92
RGB
CMYK
RGB Variations
Color information
#A6AD92 (or 0xA6AD92) is known color: Green Spring. HEX triplet: A6, AD and 92. RGB value is (166,173,146). Sum of RGB (Red+Green+Blue) = 166+173+146=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD92 is #59526D. Grayscale: #A7A7A7. Windows color (decimal): -5853806 or 9612710. OLE color: 9612710.
HSL color Cylindrical-coordinate representation of color #A6AD92: hue angle of 75.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6AD92 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 146 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.32 |
| HSL | 75.56º | 0.14% | 0.63% | - |
| HSV(B) | 75.56º | 0.16% | 0.68% | - |
| XYZ | 35.86 | 40.07 | 33.04 | - |
| YUV | 167.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 146 | 0.04 | 0 | 0.16 | 0.32 | 75.56 | 0.14 | 0.63 |
| Hex | A6 | AD | 92 | 4 | 0 | 10 | 20 | 4C | E | 3F |
| Octal | 246 | 255 | 222 | 4 | 0 | 20 | 40 | 114 | 16 | 77 |
| Binary | 10100110 | 10101101 | 10010010 | 100 | 0 | 10000 | 100000 | 1001100 | 1110 | 111111 |
Color Harmonies of #A6AD92
Complementary color
Monochromatic Colors of #A6AD92
Black with #A6AD92
Text Example
Text Example
White with #A6AD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD92; }
p { color: rgb(166,173,146); }
H1.HeaderClassName
{
color: #A6AD92;
}
.AnyTagClassName
{
color: #A6AD92;
}
</style>
background-color css
<style>
a { background-color: #A6AD92; }
a { background-color: rgb(166,173,146); }
div.DivClassName
{
background-color: #A6AD92;
}
.BgClassName
{
background-color: #A6AD92;
}
</style>
border-color css
<style>
span { border-color: #A6AD92; }
span { border-color: rgb(166,173,146); }
td.TdClassName
{
border-color: #A6AD92;
}
.TagClassName
{
border-color: #A6AD92;
}
</style>