#A0A772

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

Shades of Sage #A0A772

Tints of Sage #A0A772

Color information

#A0A772 (or 0xA0A772) is unknown color: approx Sage. HEX triplet: A0, A7 and 72. RGB value is (160,167,114). Sum of RGB (Red+Green+Blue) = 160+167+114=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A772 is #5F588D. Grayscale: #9F9F9F. Windows color (decimal): -6248590 or 7514016. OLE color: 7514016.

HSL color Cylindrical-coordinate representation of color #A0A772: hue angle of 67.92º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0A772 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB160167114-
CMYK0.0400.320.35
HSL67.92º23.14%55.1%-
HSV(B)67.92º31.74%65.49%-
XYZ31.3536.3321.28-
YUV158.86102.68128.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 167 (65.62% from 255) = 37.87%
BLUE value IS 114 (44.92% from 255) = 25.85%
R=36.28%
G=37.87%
B=25.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1601671140.0400.320.3567.9223.1455.1
HexA0A772402023441737
Octal2402471624040431042767
Binary101000001010011111100101000100000100011100010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A772; }

 p { color: rgb(160,167,114); }

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

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

 a { background-color: rgb(160,167,114); }

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

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

 span { border-color: rgb(160,167,114); }

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