#A0AA75

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

Shades of Sage #A0AA75

Tints of Sage #A0AA75

Color information

#A0AA75 (or 0xA0AA75) is unknown color: approx Sage. HEX triplet: A0, AA and 75. RGB value is (160,170,117). Sum of RGB (Red+Green+Blue) = 160+170+117=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA75 is #5F558A. Grayscale: #A1A1A1. Windows color (decimal): -6247819 or 7711392. OLE color: 7711392.

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

Color convert

RGB160170117-
CMYK0.0600.310.33
HSL71.32º23.77%56.27%-
HSV(B)71.32º31.18%66.67%-
XYZ32.0837.5122.38-
YUV160.97103.19127.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 170 (66.80% from 255) = 38.03%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=35.79%
G=38.03%
B=26.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601701170.0600.310.3371.3223.7756.27
HexA0AA75601F21471838
Octal2402521656037411073070
Binary10100000101010101110101110011111100001100011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AA75; }

 p { color: rgb(160,170,117); }

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

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

 a { background-color: rgb(160,170,117); }

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

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

 span { border-color: rgb(160,170,117); }

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