#A1987C

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

Shades of Grey Olive #A1987C

Tints of Grey Olive #A1987C

Color information

#A1987C (or 0xA1987C) is unknown color: approx Grey Olive. HEX triplet: A1, 98 and 7C. RGB value is (161,152,124). Sum of RGB (Red+Green+Blue) = 161+152+124=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 161 - color contains mainly: red. Hex color #A1987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1987C is #5E6783. Grayscale: #979797. Windows color (decimal): -6186884 or 8165537. OLE color: 8165537.

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

Color convert

RGB161152124-
CMYK00.060.230.37
HSL45.41º16.44%55.88%-
HSV(B)45.41º22.98%63.14%-
XYZ29.5631.4923.59-
YUV151.5112.48134.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 152 (59.77% from 255) = 34.78%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=36.84%
G=34.78%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115212400.060.230.3745.4116.4455.88
HexA1987C0617252d1038
Octal241230174062745552070
Binary1010000110011000111110001101011110010110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1987C; }

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

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

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

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

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

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

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

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