Shades of Sage #A0A772
Tints of Sage #A0A772
RGB
CMYK
RGB Variations
Color information
#A0A772 (or 0xA0A772) is known color: Sage. HEX triplet: A0, A7 and 72. RGB value is (160,167,114). Sum of RGB (Red+Green+Blue) = 160+167+114=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A772 is #5F588D. Grayscale: #9F9F9F. Windows color (decimal): -6248590 or 7514016. OLE color: 7514016.
HSL color Cylindrical-coordinate representation of color #A0A772: hue angle of 67.92º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0A772 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 167 | 114 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.35 |
| HSL | 67.92º | 0.23% | 0.55% | - |
| HSV(B) | 67.92º | 0.32% | 0.65% | - |
| XYZ | 31.35 | 36.33 | 21.28 | - |
| YUV | 158.87 | 102.68 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 167 | 114 | 0.04 | 0 | 0.32 | 0.35 | 67.92 | 0.23 | 0.55 |
| Hex | A0 | A7 | 72 | 4 | 0 | 20 | 23 | 44 | 17 | 37 |
| Octal | 240 | 247 | 162 | 4 | 0 | 40 | 43 | 104 | 27 | 67 |
| Binary | 10100000 | 10100111 | 1110010 | 100 | 0 | 100000 | 100011 | 1000100 | 10111 | 110111 |
Color Harmonies of #A0A772
Complementary color
Monochromatic Colors of #A0A772
Black with #A0A772
Text Example
Text Example
White with #A0A772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A772; }
p { color: rgb(160,167,114); }
H1.HeaderClassName
{
color: #A0A772;
}
.AnyTagClassName
{
color: #A0A772;
}
</style>
background-color css
<style>
a { background-color: #A0A772; }
a { background-color: rgb(160,167,114); }
div.DivClassName
{
background-color: #A0A772;
}
.BgClassName
{
background-color: #A0A772;
}
</style>
border-color css
<style>
span { border-color: #A0A772; }
span { border-color: rgb(160,167,114); }
td.TdClassName
{
border-color: #A0A772;
}
.TagClassName
{
border-color: #A0A772;
}
</style>