Color Hex Logo

#a45225 Color Hex

#A45225
(164,82,37)
0 Favorites   0 Comments

Color spaces of #a45225

RGB 1648237
HSL0.060.630.39
HSV21°77°64°
CMYK 0.000.500.77   0.36
XYZ18.661114.06073.4807
Yxy14.06070.51550.3884
Hunter Lab37.497623.211720.7447
CIE-Lab44.319930.605540.5253

#a45225 color RGB value is (164,82,37).

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

The process color (four color CMYK) of #a45225 color hex is 0.00, 0.50, 0.77, 0.36. Web safe color of #a45225 is #996633. Color #a45225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010010 00100101
Octal 244 122 45
Decimal 164 82 37
Hex A4 52 25

RGB Percentages of Color #a45225

%57.95
%28.98
%13.07

CMYK Percentages of Color #a45225

%0
%50
%77
%36

Triadic Colors of #a45225

#a45225 #25a452 #5225a4

Analogous Colors of #a45225

#a45225 #a49225 #a42538

Monochromatic Colors of #a45225

#a45225

Complementary Color

#a45225 #2577a4

#a45225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a45225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a45225 Color CSS Codes

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

#a45225 Text Font Color

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

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


#a45225 Background Color

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

This div background color is #a45225


#a45225 Border Color

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

This div border color is #a45225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a45225


Comments

No comments written yet.

Please login to write comment.