#A0997E

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

Shades of Grey Olive #A0997E

Tints of Grey Olive #A0997E

Color information

#A0997E (or 0xA0997E) is unknown color: approx Grey Olive. HEX triplet: A0, 99 and 7E. RGB value is (160,153,126). Sum of RGB (Red+Green+Blue) = 160+153+126=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A0997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0997E is #5F6681. Grayscale: #989898. Windows color (decimal): -6252162 or 8296864. OLE color: 8296864.

HSL color Cylindrical-coordinate representation of color #A0997E: hue angle of 47.65º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0997E is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB160153126-
CMYK00.040.210.37
HSL47.65º15.18%56.08%-
HSV(B)47.65º21.25%62.75%-
XYZ29.6531.7624.31-
YUV152.01113.32133.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 153 (60.16% from 255) = 34.85%
BLUE value IS 126 (49.61% from 255) = 28.70%
R=36.45%
G=34.85%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015312600.040.210.3747.6515.1856.08
HexA0997E04152530f38
Octal240231176042545601770
Binary101000001001100111111100100101011001011100001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0997E; }

 p { color: rgb(160,153,126); }

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

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

 a { background-color: rgb(160,153,126); }

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

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

 span { border-color: rgb(160,153,126); }

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