Shades of Sage #A0AC76
Tints of Sage #A0AC76
RGB
CMYK
RGB Variations
Color information
#A0AC76 (or 0xA0AC76) is known color: Sage. HEX triplet: A0, AC and 76. RGB value is (160,172,118). Sum of RGB (Red+Green+Blue) = 160+172+118=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC76 is #5F5389. Grayscale: #A2A2A2. Windows color (decimal): -6247306 or 7777440. OLE color: 7777440.
HSL color Cylindrical-coordinate representation of color #A0AC76: hue angle of 73.33º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0AC76 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 118 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.33 |
| HSL | 73.33º | 0.25% | 0.57% | - |
| HSV(B) | 73.33º | 0.31% | 0.67% | - |
| XYZ | 32.52 | 38.29 | 22.82 | - |
| YUV | 162.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 118 | 0.07 | 0 | 0.31 | 0.33 | 73.33 | 0.25 | 0.57 |
| Hex | A0 | AC | 76 | 7 | 0 | 1F | 21 | 49 | 19 | 39 |
| Octal | 240 | 254 | 166 | 7 | 0 | 37 | 41 | 111 | 31 | 71 |
| Binary | 10100000 | 10101100 | 1110110 | 111 | 0 | 11111 | 100001 | 1001001 | 11001 | 111001 |
Color Harmonies of #A0AC76
Complementary color
Monochromatic Colors of #A0AC76
Black with #A0AC76
Text Example
Text Example
White with #A0AC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC76; }
p { color: rgb(160,172,118); }
H1.HeaderClassName
{
color: #A0AC76;
}
.AnyTagClassName
{
color: #A0AC76;
}
</style>
background-color css
<style>
a { background-color: #A0AC76; }
a { background-color: rgb(160,172,118); }
div.DivClassName
{
background-color: #A0AC76;
}
.BgClassName
{
background-color: #A0AC76;
}
</style>
border-color css
<style>
span { border-color: #A0AC76; }
span { border-color: rgb(160,172,118); }
td.TdClassName
{
border-color: #A0AC76;
}
.TagClassName
{
border-color: #A0AC76;
}
</style>