#A0AC76

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

Shades of Sage #A0AC76

Tints of Sage #A0AC76

Color information

#A0AC76 (or 0xA0AC76) is unknown color: approx Sage. HEX triplet: A0, AC and 76. RGB value is (160,172,118). Sum of RGB (Red+Green+Blue) = 160+172+118=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC76 is #5F5389. Grayscale: #A2A2A2. Windows color (decimal): -6247306 or 7777440. OLE color: 7777440.

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

Color convert

RGB160172118-
CMYK0.0700.310.33
HSL73.33º24.55%56.86%-
HSV(B)73.33º31.4%67.45%-
XYZ32.5238.2922.82-
YUV162.26103.02126.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 118 (46.48% from 255) = 26.22%
R=35.56%
G=38.22%
B=26.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601721180.0700.310.3373.3324.5556.86
HexA0AC76701F21491939
Octal2402541667037411113171
Binary10100000101011001110110111011111100001100100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC76; }

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

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

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

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

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

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

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

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