Shades of Sage #A1AE75
Tints of Sage #A1AE75
RGB
CMYK
RGB Variations
Color information
#A1AE75 (or 0xA1AE75) is known color: Sage. HEX triplet: A1, AE and 75. RGB value is (161,174,117). Sum of RGB (Red+Green+Blue) = 161+174+117=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AE75 is #5E518A. Grayscale: #A3A3A3. Windows color (decimal): -6181259 or 7712417. OLE color: 7712417.
HSL color Cylindrical-coordinate representation of color #A1AE75: hue angle of 73.68º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1AE75 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 174 | 117 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.32 |
| HSL | 73.68º | 0.26% | 0.57% | - |
| HSV(B) | 73.68º | 0.33% | 0.68% | - |
| XYZ | 33.04 | 39.13 | 22.64 | - |
| YUV | 163.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 117 | 0.07 | 0 | 0.33 | 0.32 | 73.68 | 0.26 | 0.57 |
| Hex | A1 | AE | 75 | 7 | 0 | 21 | 20 | 4A | 1A | 39 |
| Octal | 241 | 256 | 165 | 7 | 0 | 41 | 40 | 112 | 32 | 71 |
| Binary | 10100001 | 10101110 | 1110101 | 111 | 0 | 100001 | 100000 | 1001010 | 11010 | 111001 |
Color Harmonies of #A1AE75
Complementary color
Monochromatic Colors of #A1AE75
Black with #A1AE75
Text Example
Text Example
White with #A1AE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AE75; }
p { color: rgb(161,174,117); }
H1.HeaderClassName
{
color: #A1AE75;
}
.AnyTagClassName
{
color: #A1AE75;
}
</style>
background-color css
<style>
a { background-color: #A1AE75; }
a { background-color: rgb(161,174,117); }
div.DivClassName
{
background-color: #A1AE75;
}
.BgClassName
{
background-color: #A1AE75;
}
</style>
border-color css
<style>
span { border-color: #A1AE75; }
span { border-color: rgb(161,174,117); }
td.TdClassName
{
border-color: #A1AE75;
}
.TagClassName
{
border-color: #A1AE75;
}
</style>