Color Hex Logo

#a54835 Color Hex

#A54835
(165,72,53)
0 Favorites   0 Comments

Color spaces of #a54835

RGB 1657253
HSL0.030.510.43
HSV10°68°65°
CMYK 0.000.560.68   0.35
XYZ18.477012.89114.8825
Yxy12.89110.50970.3556
Hunter Lab35.904229.027317.0703
CIE-Lab42.598737.065529.9779

#a54835 color RGB value is (165,72,53).

#a54835 hex color red value is 165, green value is 72 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #a54835 hue: 0.03 , saturation: 0.51 and the lightness value of a54835 is 0.43.

The process color (four color CMYK) of #a54835 color hex is 0.00, 0.56, 0.68, 0.35. Web safe color of #a54835 is #993333. Color #a54835 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001000 00110101
Octal 245 110 65
Decimal 165 72 53
Hex A5 48 35

RGB Percentages of Color #a54835

%56.90
%24.83
%18.28

CMYK Percentages of Color #a54835

%0
%56
%68
%35

Triadic Colors of #a54835

#a54835 #35a548 #4835a5

Analogous Colors of #a54835

#a54835 #a58035 #a5355a

Monochromatic Colors of #a54835

#a54835

Complementary Color

#a54835 #3592a5

#a54835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54835 Color CSS Codes

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

#a54835 Text Font Color

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

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


#a54835 Background Color

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

This div background color is #a54835


#a54835 Border Color

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

This div border color is #a54835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54835


Comments

No comments written yet.

Please login to write comment.