Shades of Sage #A0AE75
Tints of Sage #A0AE75
RGB
CMYK
RGB Variations
Color information
#A0AE75 (or 0xA0AE75) is known color: Sage. HEX triplet: A0, AE and 75. RGB value is (160,174,117). Sum of RGB (Red+Green+Blue) = 160+174+117=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AE75 is #5F518A. Grayscale: #A3A3A3. Windows color (decimal): -6246795 or 7712416. OLE color: 7712416.
HSL color Cylindrical-coordinate representation of color #A0AE75: hue angle of 74.74º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0AE75 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 174 | 117 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.32 |
| HSL | 74.74º | 0.26% | 0.57% | - |
| HSV(B) | 74.74º | 0.33% | 0.68% | - |
| XYZ | 32.84 | 39.03 | 22.63 | - |
| YUV | 163.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 117 | 0.08 | 0 | 0.33 | 0.32 | 74.74 | 0.26 | 0.57 |
| Hex | A0 | AE | 75 | 8 | 0 | 21 | 20 | 4B | 1A | 39 |
| Octal | 240 | 256 | 165 | 10 | 0 | 41 | 40 | 113 | 32 | 71 |
| Binary | 10100000 | 10101110 | 1110101 | 1000 | 0 | 100001 | 100000 | 1001011 | 11010 | 111001 |
Color Harmonies of #A0AE75
Complementary color
Monochromatic Colors of #A0AE75
Black with #A0AE75
Text Example
Text Example
White with #A0AE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AE75; }
p { color: rgb(160,174,117); }
H1.HeaderClassName
{
color: #A0AE75;
}
.AnyTagClassName
{
color: #A0AE75;
}
</style>
background-color css
<style>
a { background-color: #A0AE75; }
a { background-color: rgb(160,174,117); }
div.DivClassName
{
background-color: #A0AE75;
}
.BgClassName
{
background-color: #A0AE75;
}
</style>
border-color css
<style>
span { border-color: #A0AE75; }
span { border-color: rgb(160,174,117); }
td.TdClassName
{
border-color: #A0AE75;
}
.TagClassName
{
border-color: #A0AE75;
}
</style>