Color Hex Logo

#a75221 Color Hex

#A75221
(167,82,33)
0 Favorites   0 Comments

Color spaces of #a75221

RGB 1678233
HSL0.060.670.39
HSV22°80°65°
CMYK 0.000.510.80   0.35
XYZ19.228214.35993.1971
Yxy14.35990.52270.3904
Hunter Lab37.894524.258221.5239
CIE-Lab44.744731.688743.0308

#a75221 color RGB value is (167,82,33).

#a75221 hex color red value is 167, green value is 82 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #a75221 hue: 0.06 , saturation: 0.67 and the lightness value of a75221 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010010 00100001
Octal 247 122 41
Decimal 167 82 33
Hex A7 52 21

RGB Percentages of Color #a75221

%59.22
%29.08
%11.70

CMYK Percentages of Color #a75221

%0
%51
%80
%35

Triadic Colors of #a75221

#a75221 #21a752 #5221a7

Analogous Colors of #a75221

#a75221 #a79521 #a72133

Monochromatic Colors of #a75221

#a75221

Complementary Color

#a75221 #2176a7

#a75221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75221 Color CSS Codes

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

#a75221 Text Font Color

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

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


#a75221 Background Color

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

This div background color is #a75221


#a75221 Border Color

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

This div border color is #a75221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75221


Comments

No comments written yet.

Please login to write comment.