Shades of Sage #A0AD83
Tints of Sage #A0AD83
RGB
CMYK
RGB Variations
Color information
#A0AD83 (or 0xA0AD83) is known color: Sage. HEX triplet: A0, AD and 83. RGB value is (160,173,131). Sum of RGB (Red+Green+Blue) = 160+173+131=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AD83 is #5F527C. Grayscale: #A4A4A4. Windows color (decimal): -6247037 or 8629664. OLE color: 8629664.
HSL color Cylindrical-coordinate representation of color #A0AD83: hue angle of 78.57º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0AD83 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 131 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.32 |
| HSL | 78.57º | 0.2% | 0.6% | - |
| HSV(B) | 78.57º | 0.24% | 0.68% | - |
| XYZ | 33.54 | 39 | 27.23 | - |
| YUV | 164.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 131 | 0.08 | 0 | 0.24 | 0.32 | 78.57 | 0.2 | 0.6 |
| Hex | A0 | AD | 83 | 8 | 0 | 18 | 20 | 4F | 14 | 3C |
| Octal | 240 | 255 | 203 | 10 | 0 | 30 | 40 | 117 | 24 | 74 |
| Binary | 10100000 | 10101101 | 10000011 | 1000 | 0 | 11000 | 100000 | 1001111 | 10100 | 111100 |
Color Harmonies of #A0AD83
Complementary color
Monochromatic Colors of #A0AD83
Black with #A0AD83
Text Example
Text Example
White with #A0AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD83; }
p { color: rgb(160,173,131); }
H1.HeaderClassName
{
color: #A0AD83;
}
.AnyTagClassName
{
color: #A0AD83;
}
</style>
background-color css
<style>
a { background-color: #A0AD83; }
a { background-color: rgb(160,173,131); }
div.DivClassName
{
background-color: #A0AD83;
}
.BgClassName
{
background-color: #A0AD83;
}
</style>
border-color css
<style>
span { border-color: #A0AD83; }
span { border-color: rgb(160,173,131); }
td.TdClassName
{
border-color: #A0AD83;
}
.TagClassName
{
border-color: #A0AD83;
}
</style>