#A0AC79

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

Shades of Sage #A0AC79

Tints of Sage #A0AC79

Color information

#A0AC79 (or 0xA0AC79) is unknown color: approx Sage. HEX triplet: A0, AC and 79. RGB value is (160,172,121). Sum of RGB (Red+Green+Blue) = 160+172+121=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC79 is #5F5386. Grayscale: #A2A2A2. Windows color (decimal): -6247303 or 7974048. OLE color: 7974048.

HSL color Cylindrical-coordinate representation of color #A0AC79: hue angle of 74.12º degrees, saturation: 0.24, 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 #A0AC79 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB160172121-
CMYK0.0700.300.33
HSL74.12º23.5%57.45%-
HSV(B)74.12º29.65%67.45%-
XYZ32.738.3623.77-
YUV162.6104.52126.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 172 (67.58% from 255) = 37.97%
BLUE value IS 121 (47.66% from 255) = 26.71%
R=35.32%
G=37.97%
B=26.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601721210.0700.300.3374.1223.557.45
HexA0AC79701E214a1839
Octal2402541717036411123071
Binary10100000101011001111001111011110100001100101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC79; }

 p { color: rgb(160,172,121); }

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

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

 a { background-color: rgb(160,172,121); }

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

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

 span { border-color: rgb(160,172,121); }

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