Shades of Sage #A0AD7D
Tints of Sage #A0AD7D
RGB
CMYK
RGB Variations
Color information
#A0AD7D (or 0xA0AD7D) is known color: Sage. HEX triplet: A0, AD and 7D. RGB value is (160,173,125). Sum of RGB (Red+Green+Blue) = 160+173+125=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD7D is #5F5282. Grayscale: #A3A3A3. Windows color (decimal): -6247043 or 8236448. OLE color: 8236448.
HSL color Cylindrical-coordinate representation of color #A0AD7D: hue angle of 76.25º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0AD7D is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 125 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.32 |
| HSL | 76.25º | 0.23% | 0.58% | - |
| HSV(B) | 76.25º | 0.28% | 0.68% | - |
| XYZ | 33.14 | 38.84 | 25.15 | - |
| YUV | 163.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 125 | 0.08 | 0 | 0.28 | 0.32 | 76.25 | 0.23 | 0.58 |
| Hex | A0 | AD | 7D | 8 | 0 | 1C | 20 | 4C | 17 | 3A |
| Octal | 240 | 255 | 175 | 10 | 0 | 34 | 40 | 114 | 27 | 72 |
| Binary | 10100000 | 10101101 | 1111101 | 1000 | 0 | 11100 | 100000 | 1001100 | 10111 | 111010 |
Color Harmonies of #A0AD7D
Complementary color
Monochromatic Colors of #A0AD7D
Black with #A0AD7D
Text Example
Text Example
White with #A0AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD7D; }
p { color: rgb(160,173,125); }
H1.HeaderClassName
{
color: #A0AD7D;
}
.AnyTagClassName
{
color: #A0AD7D;
}
</style>
background-color css
<style>
a { background-color: #A0AD7D; }
a { background-color: rgb(160,173,125); }
div.DivClassName
{
background-color: #A0AD7D;
}
.BgClassName
{
background-color: #A0AD7D;
}
</style>
border-color css
<style>
span { border-color: #A0AD7D; }
span { border-color: rgb(160,173,125); }
td.TdClassName
{
border-color: #A0AD7D;
}
.TagClassName
{
border-color: #A0AD7D;
}
</style>