Color Hex Logo

#a7912e Color Hex

#A7912E
(167,145,46)
0 Favorites   0 Comments

Color spaces of #a7912e

RGB 16714546
HSL0.140.570.42
HSV49°72°65°
CMYK 0.000.130.72   0.35
XYZ26.554928.66356.7178
Yxy28.66350.42870.4628
Hunter Lab53.5383-5.156430.0373
CIE-Lab60.4835-2.802552.8392

#a7912e color RGB value is (167,145,46).

#a7912e hex color red value is 167, green value is 145 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a7912e hue: 0.14 , saturation: 0.57 and the lightness value of a7912e is 0.42.

The process color (four color CMYK) of #a7912e color hex is 0.00, 0.13, 0.72, 0.35. Web safe color of #a7912e is #999933. Color #a7912e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010001 00101110
Octal 247 221 56
Decimal 167 145 46
Hex A7 91 2E

RGB Percentages of Color #a7912e

%46.65
%40.50
%12.85

CMYK Percentages of Color #a7912e

%0
%13
%72
%35

Triadic Colors of #a7912e

#a7912e #2ea791 #912ea7

Analogous Colors of #a7912e

#a7912e #81a72e #a7552e

Monochromatic Colors of #a7912e

#a7912e

Complementary Color

#a7912e #2e44a7

#a7912e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7912e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7912e Color CSS Codes

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

#a7912e Text Font Color

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

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


#a7912e Background Color

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

This div background color is #a7912e


#a7912e Border Color

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

This div border color is #a7912e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7912e


Comments

No comments written yet.

Please login to write comment.