#A0AE73

Color #A0AE73 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #A0AE73

Tints of Sage #A0AE73

Color information

#A0AE73 (or 0xA0AE73) is unknown color: approx Sage. HEX triplet: A0, AE and 73. RGB value is (160,174,115). Sum of RGB (Red+Green+Blue) = 160+174+115=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AE73 is #5F518C. Grayscale: #A3A3A3. Windows color (decimal): -6246797 or 7581344. OLE color: 7581344.

HSL color Cylindrical-coordinate representation of color #A0AE73: hue angle of 74.24º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0AE73 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB160174115-
CMYK0.0800.340.32
HSL74.24º26.7%56.67%-
HSV(B)74.24º33.91%68.24%-
XYZ32.7338.9822.02-
YUV163.09100.86125.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 174 (68.36% from 255) = 38.75%
BLUE value IS 115 (45.31% from 255) = 25.61%
R=35.63%
G=38.75%
B=25.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601741150.0800.340.3274.2426.756.67
HexA0AE738022204a1b39
Octal24025616310042401123371
Binary1010000010101110111001110000100010100000100101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AE73; }

 p { color: rgb(160,174,115); }

 H1.HeaderClassName
 {
   color: #A0AE73;
 }
 .AnyTagClassName
 {
   color: #A0AE73;
 }
</style>
background-color css

<style>
 a { background-color: #A0AE73; }

 a { background-color: rgb(160,174,115); }

 div.DivClassName
 {
   background-color: #A0AE73;
 }
 .BgClassName
 {
   background-color: #A0AE73;
 }
</style>
border-color css

<style>
 span { border-color: #A0AE73; }

 span { border-color: rgb(160,174,115); }

 td.TdClassName
 {
   border-color: #A0AE73;
 }
 .TagClassName
 {
   border-color: #A0AE73;
 }
</style>