#A0AC7A

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

Shades of Sage #A0AC7A

Tints of Sage #A0AC7A

Color information

#A0AC7A (or 0xA0AC7A) is unknown color: approx Sage. HEX triplet: A0, AC and 7A. RGB value is (160,172,122). Sum of RGB (Red+Green+Blue) = 160+172+122=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC7A is #5F5385. Grayscale: #A2A2A2. Windows color (decimal): -6247302 or 8039584. OLE color: 8039584.

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

Color convert

RGB160172122-
CMYK0.0700.290.33
HSL74.4º23.15%57.65%-
HSV(B)74.4º29.07%67.45%-
XYZ32.7638.3824.09-
YUV162.71105.02126.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 172 (67.58% from 255) = 37.89%
BLUE value IS 122 (48.05% from 255) = 26.87%
R=35.24%
G=37.89%
B=26.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601721220.0700.290.3374.423.1557.65
HexA0AC7A701D214a173a
Octal2402541727035411122772
Binary10100000101011001111010111011101100001100101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AC7A; }

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

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

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

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

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

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

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

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