#A0AA78

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

Shades of Sage #A0AA78

Tints of Sage #A0AA78

Color information

#A0AA78 (or 0xA0AA78) is unknown color: approx Sage. HEX triplet: A0, AA and 78. RGB value is (160,170,120). Sum of RGB (Red+Green+Blue) = 160+170+120=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA78 is #5F5587. Grayscale: #A1A1A1. Windows color (decimal): -6247816 or 7908000. OLE color: 7908000.

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

Color convert

RGB160170120-
CMYK0.0600.290.33
HSL72º22.73%56.86%-
HSV(B)72º29.41%66.67%-
XYZ32.2637.5823.32-
YUV161.31104.69127.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 170 (66.80% from 255) = 37.78%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=35.56%
G=37.78%
B=26.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601701200.0600.290.337222.7356.86
HexA0AA78601D21481739
Octal2402521706035411102771
Binary10100000101010101111000110011101100001100100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AA78; }

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

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

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

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

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

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

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

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