Shades of Sage #A0AA76
Tints of Sage #A0AA76
RGB
CMYK
RGB Variations
Color information
#A0AA76 (or 0xA0AA76) is known color: Sage. HEX triplet: A0, AA and 76. RGB value is (160,170,118). Sum of RGB (Red+Green+Blue) = 160+170+118=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA76 is #5F5589. Grayscale: #A1A1A1. Windows color (decimal): -6247818 or 7776928. OLE color: 7776928.
HSL color Cylindrical-coordinate representation of color #A0AA76: hue angle of 71.54º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0AA76 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 118 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.33 |
| HSL | 71.54º | 0.23% | 0.56% | - |
| HSV(B) | 71.54º | 0.31% | 0.67% | - |
| XYZ | 32.14 | 37.53 | 22.69 | - |
| YUV | 161.08 | 103.69 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 118 | 0.06 | 0 | 0.31 | 0.33 | 71.54 | 0.23 | 0.56 |
| Hex | A0 | AA | 76 | 6 | 0 | 1F | 21 | 48 | 17 | 38 |
| Octal | 240 | 252 | 166 | 6 | 0 | 37 | 41 | 110 | 27 | 70 |
| Binary | 10100000 | 10101010 | 1110110 | 110 | 0 | 11111 | 100001 | 1001000 | 10111 | 111000 |
Color Harmonies of #A0AA76
Complementary color
Monochromatic Colors of #A0AA76
Black with #A0AA76
Text Example
Text Example
White with #A0AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA76; }
p { color: rgb(160,170,118); }
H1.HeaderClassName
{
color: #A0AA76;
}
.AnyTagClassName
{
color: #A0AA76;
}
</style>
background-color css
<style>
a { background-color: #A0AA76; }
a { background-color: rgb(160,170,118); }
div.DivClassName
{
background-color: #A0AA76;
}
.BgClassName
{
background-color: #A0AA76;
}
</style>
border-color css
<style>
span { border-color: #A0AA76; }
span { border-color: rgb(160,170,118); }
td.TdClassName
{
border-color: #A0AA76;
}
.TagClassName
{
border-color: #A0AA76;
}
</style>