Color Hex Logo

#a55122 Color Hex

#A55122
(165,81,34)
0 Favorites   0 Comments

Color spaces of #a55122

RGB 1658134
HSL0.060.660.39
HSV22°79°65°
CMYK 0.000.510.79   0.35
XYZ18.748213.99973.2274
Yxy13.99970.52110.3891
Hunter Lab37.416223.963121.0772
CIE-Lab44.232531.433541.9534

#a55122 color RGB value is (165,81,34).

#a55122 hex color red value is 165, green value is 81 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #a55122 hue: 0.06 , saturation: 0.66 and the lightness value of a55122 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010001 00100010
Octal 245 121 42
Decimal 165 81 34
Hex A5 51 22

RGB Percentages of Color #a55122

%58.93
%28.93
%12.14

CMYK Percentages of Color #a55122

%0
%51
%79
%35

Triadic Colors of #a55122

#a55122 #22a551 #5122a5

Analogous Colors of #a55122

#a55122 #a59322 #a52234

Monochromatic Colors of #a55122

#a55122

Complementary Color

#a55122 #2276a5

#a55122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55122 Color CSS Codes

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

#a55122 Text Font Color

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

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


#a55122 Background Color

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

This div background color is #a55122


#a55122 Border Color

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

This div border color is #a55122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55122


Comments

No comments written yet.

Please login to write comment.