Color Hex Logo

#a75129 Color Hex

#A75129
(167,81,41)
0 Favorites   0 Comments

Color spaces of #a75129

RGB 1678141
HSL0.050.610.41
HSV19°75°65°
CMYK 0.000.510.75   0.35
XYZ19.279014.26043.8342
Yxy14.26040.51580.3816
Hunter Lab37.762925.043920.4141
CIE-Lab44.604132.553138.9354

#a75129 color RGB value is (167,81,41).

#a75129 hex color red value is 167, green value is 81 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #a75129 hue: 0.05 , saturation: 0.61 and the lightness value of a75129 is 0.41.

The process color (four color CMYK) of #a75129 color hex is 0.00, 0.51, 0.75, 0.35. Web safe color of #a75129 is #996633. Color #a75129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010001 00101001
Octal 247 121 51
Decimal 167 81 41
Hex A7 51 29

RGB Percentages of Color #a75129

%57.79
%28.03
%14.19

CMYK Percentages of Color #a75129

%0
%51
%75
%35

Triadic Colors of #a75129

#a75129 #29a751 #5129a7

Analogous Colors of #a75129

#a75129 #a79029 #a72940

Monochromatic Colors of #a75129

#a75129

Complementary Color

#a75129 #297fa7

#a75129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75129 Color CSS Codes

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

#a75129 Text Font Color

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

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


#a75129 Background Color

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

This div background color is #a75129


#a75129 Border Color

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

This div border color is #a75129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75129


Comments

No comments written yet.

Please login to write comment.