#A0AD7A

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

Shades of Sage #A0AD7A

Tints of Sage #A0AD7A

Color information

#A0AD7A (or 0xA0AD7A) is unknown color: approx Sage. HEX triplet: A0, AD and 7A. RGB value is (160,173,122). Sum of RGB (Red+Green+Blue) = 160+173+122=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD7A is #5F5285. Grayscale: #A3A3A3. Windows color (decimal): -6247046 or 8039840. OLE color: 8039840.

HSL color Cylindrical-coordinate representation of color #A0AD7A: hue angle of 75.29º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0AD7A is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB160173122-
CMYK0.0800.290.32
HSL75.29º23.72%57.84%-
HSV(B)75.29º29.48%67.84%-
XYZ32.9538.7724.16-
YUV163.3104.69125.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 173 (67.97% from 255) = 38.02%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=35.16%
G=38.02%
B=26.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601731220.0800.290.3275.2923.7257.84
HexA0AD7A801D204b183a
Octal24025517210035401133072
Binary101000001010110111110101000011101100000100101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AD7A; }

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

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

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

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

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

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

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

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