Color Hex Logo

#a55021 Color Hex

#A55021
(165,80,33)
0 Favorites   0 Comments

Color spaces of #a55021

RGB 1658033
HSL0.060.670.39
HSV21°80°65°
CMYK 0.000.520.80   0.35
XYZ18.660213.84653.1280
Yxy13.84650.52370.3886
Hunter Lab37.210924.393621.0636
CIE-Lab44.012031.927942.2153

#a55021 color RGB value is (165,80,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010000 00100001
Octal 245 120 41
Decimal 165 80 33
Hex A5 50 21

RGB Percentages of Color #a55021

%59.35
%28.78
%11.87

CMYK Percentages of Color #a55021

%0
%52
%80
%35

Triadic Colors of #a55021

#a55021 #21a550 #5021a5

Analogous Colors of #a55021

#a55021 #a59221 #a52134

Monochromatic Colors of #a55021

#a55021

Complementary Color

#a55021 #2176a5

#a55021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55021 Color CSS Codes

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

#a55021 Text Font Color

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

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


#a55021 Background Color

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

This div background color is #a55021


#a55021 Border Color

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

This div border color is #a55021


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,80,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 #a55021">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55021


Comments

No comments written yet.

Please login to write comment.