#A0987C

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

Shades of Grey Olive #A0987C

Tints of Grey Olive #A0987C

Color information

#A0987C (or 0xA0987C) is unknown color: approx Grey Olive. HEX triplet: A0, 98 and 7C. RGB value is (160,152,124). Sum of RGB (Red+Green+Blue) = 160+152+124=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A0987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0987C is #5F6783. Grayscale: #979797. Windows color (decimal): -6252420 or 8165536. OLE color: 8165536.

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

Color convert

RGB160152124-
CMYK00.050.220.37
HSL46.67º15.93%55.69%-
HSV(B)46.67º22.5%62.75%-
XYZ29.3631.3923.58-
YUV151.2112.65134.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.70%
GREEN value IS 152 (59.77% from 255) = 34.86%
BLUE value IS 124 (48.83% from 255) = 28.44%
R=36.70%
G=34.86%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015212400.050.220.3746.6715.9355.69
HexA0987C0516252f1038
Octal240230174052645572070
Binary1010000010011000111110001011011010010110111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0987C; }

 p { color: rgb(160,152,124); }

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

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

 a { background-color: rgb(160,152,124); }

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

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

 span { border-color: rgb(160,152,124); }

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