Shades of Sage #A0AE80
Tints of Sage #A0AE80
RGB
CMYK
RGB Variations
Color information
#A0AE80 (or 0xA0AE80) is known color: Sage. HEX triplet: A0, AE and 80. RGB value is (160,174,128). Sum of RGB (Red+Green+Blue) = 160+174+128=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AE80 is #5F517F. Grayscale: #A4A4A4. Windows color (decimal): -6246784 or 8433312. OLE color: 8433312.
HSL color Cylindrical-coordinate representation of color #A0AE80: hue angle of 78.26º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0AE80 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 174 | 128 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.32 |
| HSL | 78.26º | 0.22% | 0.59% | - |
| HSV(B) | 78.26º | 0.26% | 0.68% | - |
| XYZ | 33.53 | 39.3 | 26.24 | - |
| YUV | 164.57 | 107.36 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 128 | 0.08 | 0 | 0.26 | 0.32 | 78.26 | 0.22 | 0.59 |
| Hex | A0 | AE | 80 | 8 | 0 | 1A | 20 | 4E | 16 | 3B |
| Octal | 240 | 256 | 200 | 10 | 0 | 32 | 40 | 116 | 26 | 73 |
| Binary | 10100000 | 10101110 | 10000000 | 1000 | 0 | 11010 | 100000 | 1001110 | 10110 | 111011 |
Color Harmonies of #A0AE80
Complementary color
Monochromatic Colors of #A0AE80
Black with #A0AE80
Text Example
Text Example
White with #A0AE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AE80; }
p { color: rgb(160,174,128); }
H1.HeaderClassName
{
color: #A0AE80;
}
.AnyTagClassName
{
color: #A0AE80;
}
</style>
background-color css
<style>
a { background-color: #A0AE80; }
a { background-color: rgb(160,174,128); }
div.DivClassName
{
background-color: #A0AE80;
}
.BgClassName
{
background-color: #A0AE80;
}
</style>
border-color css
<style>
span { border-color: #A0AE80; }
span { border-color: rgb(160,174,128); }
td.TdClassName
{
border-color: #A0AE80;
}
.TagClassName
{
border-color: #A0AE80;
}
</style>