#A0AA77

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

Shades of Sage #A0AA77

Tints of Sage #A0AA77

Color information

#A0AA77 (or 0xA0AA77) is unknown color: approx Sage. HEX triplet: A0, AA and 77. RGB value is (160,170,119). Sum of RGB (Red+Green+Blue) = 160+170+119=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA77 is #5F5588. Grayscale: #A1A1A1. Windows color (decimal): -6247817 or 7842464. OLE color: 7842464.

HSL color Cylindrical-coordinate representation of color #A0AA77: hue angle of 71.76º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0AA77 is Cyan = 0.06, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB160170119-
CMYK0.0600.30.33
HSL71.76º23.08%56.67%-
HSV(B)71.76º30%66.67%-
XYZ32.237.5523-
YUV161.2104.19127.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 170 (66.80% from 255) = 37.86%
BLUE value IS 119 (46.88% from 255) = 26.50%
R=35.63%
G=37.86%
B=26.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601701190.0600.30.3371.7623.0856.67
HexA0AA77601E21481739
Octal2402521676036411102771
Binary10100000101010101110111110011110100001100100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AA77; }

 p { color: rgb(160,170,119); }

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

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

 a { background-color: rgb(160,170,119); }

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

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

 span { border-color: rgb(160,170,119); }

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