Color Hex Logo

#a7984b Color Hex

#A7984B
(167,152,75)
0 Favorites   0 Comments

Color spaces of #a7984b

RGB 16715275
HSL0.140.380.47
HSV50°55°65°
CMYK 0.000.090.55   0.35
XYZ28.434631.180011.1763
Yxy31.18000.40170.4405
Hunter Lab55.8391-6.821827.2203
CIE-Lab62.6593-4.643641.9763

#a7984b color RGB value is (167,152,75).

#a7984b hex color red value is 167, green value is 152 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a7984b hue: 0.14 , saturation: 0.38 and the lightness value of a7984b is 0.47.

The process color (four color CMYK) of #a7984b color hex is 0.00, 0.09, 0.55, 0.35. Web safe color of #a7984b is #999933. Color #a7984b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011000 01001011
Octal 247 230 113
Decimal 167 152 75
Hex A7 98 4B

RGB Percentages of Color #a7984b

%42.39
%38.58
%19.04

CMYK Percentages of Color #a7984b

%0
%9
%55
%35

Triadic Colors of #a7984b

#a7984b #4ba798 #984ba7

Analogous Colors of #a7984b

#a7984b #88a74b #a76a4b

Monochromatic Colors of #a7984b

#a7984b

Complementary Color

#a7984b #4b5aa7

#a7984b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7984b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7984b Color CSS Codes

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

#a7984b Text Font Color

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

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


#a7984b Background Color

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

This div background color is #a7984b


#a7984b Border Color

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

This div border color is #a7984b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7984b


Comments

No comments written yet.

Please login to write comment.