Color Hex Logo

#a7985e Color Hex

#A7985E
(167,152,94)
0 Favorites   0 Comments

Color spaces of #a7985e

RGB 16715294
HSL0.130.290.51
HSV48°44°65°
CMYK 0.000.090.44   0.35
XYZ29.185031.480115.1277
Yxy31.48010.38510.4153
Hunter Lab56.1071-5.337923.2891
CIE-Lab62.9108-2.811632.4672

#a7985e color RGB value is (167,152,94).

#a7985e hex color red value is 167, green value is 152 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a7985e hue: 0.13 , saturation: 0.29 and the lightness value of a7985e is 0.51.

The process color (four color CMYK) of #a7985e color hex is 0.00, 0.09, 0.44, 0.35. Web safe color of #a7985e is #999966. Color #a7985e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011000 01011110
Octal 247 230 136
Decimal 167 152 94
Hex A7 98 5E

RGB Percentages of Color #a7985e

%40.44
%36.80
%22.76

CMYK Percentages of Color #a7985e

%0
%9
%44
%35

Triadic Colors of #a7985e

#a7985e #5ea798 #985ea7

Analogous Colors of #a7985e

#a7985e #92a75e #a7745e

Monochromatic Colors of #a7985e

#a7985e

Complementary Color

#a7985e #5e6da7

#a7985e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7985e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7985e Color CSS Codes

.mybgcolor {background-color:#a7985e; } 
.myforecolor {color:#a7985e; }
.mybordercolor {border:3px solid #a7985e; }

#a7985e Text Font Color

<p style="color:#a7985e">Text here</p>

This sample text font color is #a7985e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a7985e Background Color

<div style="background-color:#a7985e">
Div content here</div>

This div background color is #a7985e


#a7985e Border Color

<div style="border:3px solid #a7985e">
Div here</div>

This div border color is #a7985e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,152,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7985e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7985e;
  -webkit-box-shadow: 1px 1px 3px 2px #a7985e;
  box-shadow:         1px 1px 3px 2px #a7985e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,152,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a7985e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a7985e;
  -webkit-box-shadow: 1px 1px 3px 2px #a7985e;
  box-shadow:         1px 1px 3px 2px #a7985e;">
Div content here</div>

This div box has shadow with color #a7985e


Comments

No comments written yet.

Please login to write comment.