Shades of Green Spring #A6AD99
Tints of Green Spring #A6AD99
RGB
CMYK
RGB Variations
Color information
#A6AD99 (or 0xA6AD99) is known color: Green Spring. HEX triplet: A6, AD and 99. RGB value is (166,173,153). Sum of RGB (Red+Green+Blue) = 166+173+153=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD99 is #595266. Grayscale: #A8A8A8. Windows color (decimal): -5853799 or 10071462. OLE color: 10071462.
HSL color Cylindrical-coordinate representation of color #A6AD99: hue angle of 81º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6AD99 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 153 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.32 |
| HSL | 81º | 0.11% | 0.64% | - |
| HSV(B) | 81º | 0.12% | 0.68% | - |
| XYZ | 36.42 | 40.29 | 36 | - |
| YUV | 168.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 153 | 0.04 | 0 | 0.12 | 0.32 | 81 | 0.11 | 0.64 |
| Hex | A6 | AD | 99 | 4 | 0 | C | 20 | 51 | B | 40 |
| Octal | 246 | 255 | 231 | 4 | 0 | 14 | 40 | 121 | 13 | 100 |
| Binary | 10100110 | 10101101 | 10011001 | 100 | 0 | 1100 | 100000 | 1010001 | 1011 | 1000000 |
Color Harmonies of #A6AD99
Complementary color
Monochromatic Colors of #A6AD99
Black with #A6AD99
Text Example
Text Example
White with #A6AD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD99; }
p { color: rgb(166,173,153); }
H1.HeaderClassName
{
color: #A6AD99;
}
.AnyTagClassName
{
color: #A6AD99;
}
</style>
background-color css
<style>
a { background-color: #A6AD99; }
a { background-color: rgb(166,173,153); }
div.DivClassName
{
background-color: #A6AD99;
}
.BgClassName
{
background-color: #A6AD99;
}
</style>
border-color css
<style>
span { border-color: #A6AD99; }
span { border-color: rgb(166,173,153); }
td.TdClassName
{
border-color: #A6AD99;
}
.TagClassName
{
border-color: #A6AD99;
}
</style>