#A0AB74

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

Shades of Sage #A0AB74

Tints of Sage #A0AB74

Color information

#A0AB74 (or 0xA0AB74) is unknown color: approx Sage. HEX triplet: A0, AB and 74. RGB value is (160,171,116). Sum of RGB (Red+Green+Blue) = 160+171+116=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB74 is #5F548B. Grayscale: #A1A1A1. Windows color (decimal): -6247564 or 7646112. OLE color: 7646112.

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

Color convert

RGB160171116-
CMYK0.0600.320.33
HSL72º24.66%56.27%-
HSV(B)72º32.16%67.06%-
XYZ32.2137.8622.13-
YUV161.44102.36126.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=35.79%
G=38.26%
B=25.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601711160.0600.320.337224.6656.27
HexA0AB74602021481938
Octal2402531646040411103170
Binary101000001010101111101001100100000100001100100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AB74; }

 p { color: rgb(160,171,116); }

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

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

 a { background-color: rgb(160,171,116); }

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

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

 span { border-color: rgb(160,171,116); }

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