Shades of Sage #A0AF76
Tints of Sage #A0AF76
RGB
CMYK
RGB Variations
Color information
#A0AF76 (or 0xA0AF76) is known color: Sage. HEX triplet: A0, AF and 76. RGB value is (160,175,118). Sum of RGB (Red+Green+Blue) = 160+175+118=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF76 is #5F5089. Grayscale: #A4A4A4. Windows color (decimal): -6246538 or 7778208. OLE color: 7778208.
HSL color Cylindrical-coordinate representation of color #A0AF76: hue angle of 75.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0AF76 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 118 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.31 |
| HSL | 75.79º | 0.26% | 0.57% | - |
| HSV(B) | 75.79º | 0.33% | 0.69% | - |
| XYZ | 33.1 | 39.44 | 23.01 | - |
| YUV | 164.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 118 | 0.09 | 0 | 0.33 | 0.31 | 75.79 | 0.26 | 0.57 |
| Hex | A0 | AF | 76 | 9 | 0 | 21 | 1F | 4C | 1A | 39 |
| Octal | 240 | 257 | 166 | 11 | 0 | 41 | 37 | 114 | 32 | 71 |
| Binary | 10100000 | 10101111 | 1110110 | 1001 | 0 | 100001 | 11111 | 1001100 | 11010 | 111001 |
Color Harmonies of #A0AF76
Complementary color
Monochromatic Colors of #A0AF76
Black with #A0AF76
Text Example
Text Example
White with #A0AF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF76; }
p { color: rgb(160,175,118); }
H1.HeaderClassName
{
color: #A0AF76;
}
.AnyTagClassName
{
color: #A0AF76;
}
</style>
background-color css
<style>
a { background-color: #A0AF76; }
a { background-color: rgb(160,175,118); }
div.DivClassName
{
background-color: #A0AF76;
}
.BgClassName
{
background-color: #A0AF76;
}
</style>
border-color css
<style>
span { border-color: #A0AF76; }
span { border-color: rgb(160,175,118); }
td.TdClassName
{
border-color: #A0AF76;
}
.TagClassName
{
border-color: #A0AF76;
}
</style>