Color Hex Logo

#a5594b Color Hex

#A5594B
(165,89,75)
0 Favorites   0 Comments

Color spaces of #a5594b

RGB 1658975
HSL0.030.380.47
HSV55°65°
CMYK 0.000.460.55   0.35
XYZ20.359415.65218.6047
Yxy15.65210.45630.3508
Hunter Lab39.562722.623214.7986
CIE-Lab46.514729.706021.9574

#a5594b color RGB value is (165,89,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011001 01001011
Octal 245 131 113
Decimal 165 89 75
Hex A5 59 4B

RGB Percentages of Color #a5594b

%50.15
%27.05
%22.80

CMYK Percentages of Color #a5594b

%0
%46
%55
%35

Triadic Colors of #a5594b

#a5594b #4ba559 #594ba5

Analogous Colors of #a5594b

#a5594b #a5864b #a54b6a

Monochromatic Colors of #a5594b

#a5594b

Complementary Color

#a5594b #4b97a5

#a5594b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5594b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5594b Color CSS Codes

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

#a5594b Text Font Color

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

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


#a5594b Background Color

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

This div background color is #a5594b


#a5594b Border Color

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

This div border color is #a5594b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5594b


Comments

No comments written yet.

Please login to write comment.