#A0AE7A

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

Shades of Sage #A0AE7A

Tints of Sage #A0AE7A

Color information

#A0AE7A (or 0xA0AE7A) is unknown color: approx Sage. HEX triplet: A0, AE and 7A. RGB value is (160,174,122). Sum of RGB (Red+Green+Blue) = 160+174+122=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AE7A is #5F5185. Grayscale: #A4A4A4. Windows color (decimal): -6246790 or 8040096. OLE color: 8040096.

HSL color Cylindrical-coordinate representation of color #A0AE7A: hue angle of 76.15º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0AE7A is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB160174122-
CMYK0.0800.300.32
HSL76.15º24.3%58.04%-
HSV(B)76.15º29.89%68.24%-
XYZ33.1539.1524.22-
YUV163.89104.36125.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 122 (48.05% from 255) = 26.75%
R=35.09%
G=38.16%
B=26.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601741220.0800.300.3276.1524.358.04
HexA0AE7A801E204c183a
Octal24025617210036401143072
Binary101000001010111011110101000011110100000100110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AE7A; }

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

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

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

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

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

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

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

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