Shades of Sage #A0AB7A
Tints of Sage #A0AB7A
RGB
CMYK
RGB Variations
Color information
#A0AB7A (or 0xA0AB7A) is known color: Sage. HEX triplet: A0, AB and 7A. RGB value is (160,171,122). Sum of RGB (Red+Green+Blue) = 160+171+122=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB7A is #5F5485. Grayscale: #A2A2A2. Windows color (decimal): -6247558 or 8039328. OLE color: 8039328.
HSL color Cylindrical-coordinate representation of color #A0AB7A: hue angle of 73.47º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0AB7A is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 122 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.33 |
| HSL | 73.47º | 0.23% | 0.57% | - |
| HSV(B) | 73.47º | 0.29% | 0.67% | - |
| XYZ | 32.57 | 38 | 24.03 | - |
| YUV | 162.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 122 | 0.06 | 0 | 0.29 | 0.33 | 73.47 | 0.23 | 0.57 |
| Hex | A0 | AB | 7A | 6 | 0 | 1D | 21 | 49 | 17 | 39 |
| Octal | 240 | 253 | 172 | 6 | 0 | 35 | 41 | 111 | 27 | 71 |
| Binary | 10100000 | 10101011 | 1111010 | 110 | 0 | 11101 | 100001 | 1001001 | 10111 | 111001 |
Color Harmonies of #A0AB7A
Complementary color
Monochromatic Colors of #A0AB7A
Black with #A0AB7A
Text Example
Text Example
White with #A0AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB7A; }
p { color: rgb(160,171,122); }
H1.HeaderClassName
{
color: #A0AB7A;
}
.AnyTagClassName
{
color: #A0AB7A;
}
</style>
background-color css
<style>
a { background-color: #A0AB7A; }
a { background-color: rgb(160,171,122); }
div.DivClassName
{
background-color: #A0AB7A;
}
.BgClassName
{
background-color: #A0AB7A;
}
</style>
border-color css
<style>
span { border-color: #A0AB7A; }
span { border-color: rgb(160,171,122); }
td.TdClassName
{
border-color: #A0AB7A;
}
.TagClassName
{
border-color: #A0AB7A;
}
</style>