#A0AC7C

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

Shades of Sage #A0AC7C

Tints of Sage #A0AC7C

Color information

#A0AC7C (or 0xA0AC7C) is unknown color: approx Sage. HEX triplet: A0, AC and 7C. RGB value is (160,172,124). Sum of RGB (Red+Green+Blue) = 160+172+124=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC7C is #5F5383. Grayscale: #A3A3A3. Windows color (decimal): -6247300 or 8170656. OLE color: 8170656.

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

Color convert

RGB160172124-
CMYK0.0700.280.33
HSL75º22.43%58.04%-
HSV(B)75º27.91%67.45%-
XYZ32.8938.4324.75-
YUV162.94106.02125.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 124 (48.83% from 255) = 27.19%
R=35.09%
G=37.72%
B=27.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601721240.0700.280.337522.4358.04
HexA0AC7C701C214b163a
Octal2402541747034411132672
Binary10100000101011001111100111011100100001100101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC7C; }

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

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

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

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

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

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

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

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