Shades of Sage #A0AD76
Tints of Sage #A0AD76
RGB
CMYK
RGB Variations
Color information
#A0AD76 (or 0xA0AD76) is known color: Sage. HEX triplet: A0, AD and 76. RGB value is (160,173,118). Sum of RGB (Red+Green+Blue) = 160+173+118=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD76 is #5F5289. Grayscale: #A3A3A3. Windows color (decimal): -6247050 or 7777696. OLE color: 7777696.
HSL color Cylindrical-coordinate representation of color #A0AD76: hue angle of 74.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0AD76 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 118 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.32 |
| HSL | 74.18º | 0.25% | 0.57% | - |
| HSV(B) | 74.18º | 0.32% | 0.68% | - |
| XYZ | 32.71 | 38.67 | 22.88 | - |
| YUV | 162.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 118 | 0.08 | 0 | 0.32 | 0.32 | 74.18 | 0.25 | 0.57 |
| Hex | A0 | AD | 76 | 8 | 0 | 20 | 20 | 4A | 19 | 39 |
| Octal | 240 | 255 | 166 | 10 | 0 | 40 | 40 | 112 | 31 | 71 |
| Binary | 10100000 | 10101101 | 1110110 | 1000 | 0 | 100000 | 100000 | 1001010 | 11001 | 111001 |
Color Harmonies of #A0AD76
Complementary color
Monochromatic Colors of #A0AD76
Black with #A0AD76
Text Example
Text Example
White with #A0AD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD76; }
p { color: rgb(160,173,118); }
H1.HeaderClassName
{
color: #A0AD76;
}
.AnyTagClassName
{
color: #A0AD76;
}
</style>
background-color css
<style>
a { background-color: #A0AD76; }
a { background-color: rgb(160,173,118); }
div.DivClassName
{
background-color: #A0AD76;
}
.BgClassName
{
background-color: #A0AD76;
}
</style>
border-color css
<style>
span { border-color: #A0AD76; }
span { border-color: rgb(160,173,118); }
td.TdClassName
{
border-color: #A0AD76;
}
.TagClassName
{
border-color: #A0AD76;
}
</style>