Color Hex Logo

#a57224 Color Hex

#A57224
(165,114,36)
0 Favorites   0 Comments

Color spaces of #a57224

RGB 16511436
HSL0.100.640.39
HSV36°78°65°
CMYK 0.000.310.78   0.35
XYZ21.852820.16134.4088
Yxy20.16130.47070.4343
Hunter Lab44.90138.295925.6093
CIE-Lab52.019113.123148.5964

#a57224 color RGB value is (165,114,36).

#a57224 hex color red value is 165, green value is 114 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #a57224 hue: 0.10 , saturation: 0.64 and the lightness value of a57224 is 0.39.

The process color (four color CMYK) of #a57224 color hex is 0.00, 0.31, 0.78, 0.35. Web safe color of #a57224 is #996633. Color #a57224 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110010 00100100
Octal 245 162 44
Decimal 165 114 36
Hex A5 72 24

RGB Percentages of Color #a57224

%52.38
%36.19
%11.43

CMYK Percentages of Color #a57224

%0
%31
%78
%35

Triadic Colors of #a57224

#a57224 #24a572 #7224a5

Analogous Colors of #a57224

#a57224 #98a524 #a53224

Monochromatic Colors of #a57224

#a57224

Complementary Color

#a57224 #2457a5

#a57224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57224 Color CSS Codes

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

#a57224 Text Font Color

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

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


#a57224 Background Color

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

This div background color is #a57224


#a57224 Border Color

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

This div border color is #a57224


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,114,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a57224; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a57224;
  -webkit-box-shadow: 1px 1px 3px 2px #a57224;
  box-shadow:         1px 1px 3px 2px #a57224; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,114,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57224


Comments

No comments written yet.

Please login to write comment.