Color Hex Logo

#a5524a Color Hex

#A5524A
(165,82,74)
0 Favorites   0 Comments

Color spaces of #a5524a

RGB 1658274
HSL0.010.380.47
HSV55°65°
CMYK 0.000.500.55   0.35
XYZ19.770414.52838.2408
Yxy14.52830.46480.3415
Hunter Lab38.116025.883213.8625
CIE-Lab44.981233.402520.5408

#a5524a color RGB value is (165,82,74).

#a5524a hex color red value is 165, green value is 82 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a5524a hue: 0.01 , saturation: 0.38 and the lightness value of a5524a is 0.47.

The process color (four color CMYK) of #a5524a color hex is 0.00, 0.50, 0.55, 0.35. Web safe color of #a5524a is #996633. Color #a5524a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010010 01001010
Octal 245 122 112
Decimal 165 82 74
Hex A5 52 4A

RGB Percentages of Color #a5524a

%51.40
%25.55
%23.05

CMYK Percentages of Color #a5524a

%0
%50
%55
%35

Triadic Colors of #a5524a

#a5524a #4aa552 #524aa5

Analogous Colors of #a5524a

#a5524a #a5804a #a54a70

Monochromatic Colors of #a5524a

#a5524a

Complementary Color

#a5524a #4a9da5

#a5524a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5524a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5524a Color CSS Codes

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

#a5524a Text Font Color

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

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


#a5524a Background Color

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

This div background color is #a5524a


#a5524a Border Color

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

This div border color is #a5524a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5524a


Comments

No comments written yet.

Please login to write comment.