Shades of Sage #A1AF78
Tints of Sage #A1AF78
RGB
CMYK
RGB Variations
Color information
#A1AF78 (or 0xA1AF78) is known color: Sage. HEX triplet: A1, AF and 78. RGB value is (161,175,120). Sum of RGB (Red+Green+Blue) = 161+175+120=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF78 is #5E5087. Grayscale: #A4A4A4. Windows color (decimal): -6181000 or 7909281. OLE color: 7909281.
HSL color Cylindrical-coordinate representation of color #A1AF78: hue angle of 75.27º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1AF78 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 120 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.31 |
| HSL | 75.27º | 0.26% | 0.58% | - |
| HSV(B) | 75.27º | 0.31% | 0.69% | - |
| XYZ | 33.42 | 39.59 | 23.65 | - |
| YUV | 164.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 120 | 0.08 | 0 | 0.31 | 0.31 | 75.27 | 0.26 | 0.58 |
| Hex | A1 | AF | 78 | 8 | 0 | 1F | 1F | 4B | 1A | 3A |
| Octal | 241 | 257 | 170 | 10 | 0 | 37 | 37 | 113 | 32 | 72 |
| Binary | 10100001 | 10101111 | 1111000 | 1000 | 0 | 11111 | 11111 | 1001011 | 11010 | 111010 |
Color Harmonies of #A1AF78
Complementary color
Monochromatic Colors of #A1AF78
Black with #A1AF78
Text Example
Text Example
White with #A1AF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF78; }
p { color: rgb(161,175,120); }
H1.HeaderClassName
{
color: #A1AF78;
}
.AnyTagClassName
{
color: #A1AF78;
}
</style>
background-color css
<style>
a { background-color: #A1AF78; }
a { background-color: rgb(161,175,120); }
div.DivClassName
{
background-color: #A1AF78;
}
.BgClassName
{
background-color: #A1AF78;
}
</style>
border-color css
<style>
span { border-color: #A1AF78; }
span { border-color: rgb(161,175,120); }
td.TdClassName
{
border-color: #A1AF78;
}
.TagClassName
{
border-color: #A1AF78;
}
</style>