Color Hex Logo

#a7985b Color Hex

#A7985B
(167,152,91)
0 Favorites   0 Comments

Color spaces of #a7985b

RGB 16715291
HSL0.130.300.51
HSV48°46°65°
CMYK 0.000.090.46   0.35
XYZ29.052931.427314.4324
Yxy31.42730.38780.4195
Hunter Lab56.0601-5.598223.9781
CIE-Lab62.8667-3.131134.0031

#a7985b color RGB value is (167,152,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011000 01011011
Octal 247 230 133
Decimal 167 152 91
Hex A7 98 5B

RGB Percentages of Color #a7985b

%40.73
%37.07
%22.20

CMYK Percentages of Color #a7985b

%0
%9
%46
%35

Triadic Colors of #a7985b

#a7985b #5ba798 #985ba7

Analogous Colors of #a7985b

#a7985b #90a75b #a7725b

Monochromatic Colors of #a7985b

#a7985b

Complementary Color

#a7985b #5b6aa7

#a7985b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7985b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7985b Color CSS Codes

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

#a7985b Text Font Color

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

This sample text font color is #a7985b
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.


#a7985b Background Color

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

This div background color is #a7985b


#a7985b Border Color

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

This div border color is #a7985b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7985b


Comments

No comments written yet.

Please login to write comment.