Shades of Sage #A0AC7A
Tints of Sage #A0AC7A
RGB
CMYK
RGB Variations
Color information
#A0AC7A (or 0xA0AC7A) is known color: Sage. HEX triplet: A0, AC and 7A. RGB value is (160,172,122). Sum of RGB (Red+Green+Blue) = 160+172+122=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC7A is #5F5385. Grayscale: #A2A2A2. Windows color (decimal): -6247302 or 8039584. OLE color: 8039584.
HSL color Cylindrical-coordinate representation of color #A0AC7A: hue angle of 74.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0AC7A is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 122 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.33 |
| HSL | 74.4º | 0.23% | 0.58% | - |
| HSV(B) | 74.4º | 0.29% | 0.67% | - |
| XYZ | 32.76 | 38.38 | 24.09 | - |
| YUV | 162.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 122 | 0.07 | 0 | 0.29 | 0.33 | 74.4 | 0.23 | 0.58 |
| Hex | A0 | AC | 7A | 7 | 0 | 1D | 21 | 4A | 17 | 3A |
| Octal | 240 | 254 | 172 | 7 | 0 | 35 | 41 | 112 | 27 | 72 |
| Binary | 10100000 | 10101100 | 1111010 | 111 | 0 | 11101 | 100001 | 1001010 | 10111 | 111010 |
Color Harmonies of #A0AC7A
Complementary color
Monochromatic Colors of #A0AC7A
Black with #A0AC7A
Text Example
Text Example
White with #A0AC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC7A; }
p { color: rgb(160,172,122); }
H1.HeaderClassName
{
color: #A0AC7A;
}
.AnyTagClassName
{
color: #A0AC7A;
}
</style>
background-color css
<style>
a { background-color: #A0AC7A; }
a { background-color: rgb(160,172,122); }
div.DivClassName
{
background-color: #A0AC7A;
}
.BgClassName
{
background-color: #A0AC7A;
}
</style>
border-color css
<style>
span { border-color: #A0AC7A; }
span { border-color: rgb(160,172,122); }
td.TdClassName
{
border-color: #A0AC7A;
}
.TagClassName
{
border-color: #A0AC7A;
}
</style>