Color Hex Logo

#a04a5f Color Hex

#A04A5F
(160,74,95)
0 Favorites   0 Comments

Color spaces of #a04a5f

RGB 1607495
HSL0.960.370.46
HSV345°54°63°
CMYK 0.000.540.41   0.37
XYZ19.011513.197412.3718
Yxy13.19740.42650.2960
Hunter Lab36.328229.83935.2382
CIE-Lab43.059237.84714.9566

#a04a5f color RGB value is (160,74,95).

#a04a5f hex color red value is 160, green value is 74 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a04a5f hue: 0.96 , saturation: 0.37 and the lightness value of a04a5f is 0.46.

The process color (four color CMYK) of #a04a5f color hex is 0.00, 0.54, 0.41, 0.37. Web safe color of #a04a5f is #993366. Color #a04a5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001010 01011111
Octal 240 112 137
Decimal 160 74 95
Hex A0 4A 5F

RGB Percentages of Color #a04a5f

%48.63
%22.49
%28.88

CMYK Percentages of Color #a04a5f

%0
%54
%41
%37

Triadic Colors of #a04a5f

#a04a5f #5fa04a #4a5fa0

Analogous Colors of #a04a5f

#a04a5f #a0604a #a04a8a

Monochromatic Colors of #a04a5f

#a04a5f

Complementary Color

#a04a5f #4aa08b

#a04a5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04a5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04a5f Color CSS Codes

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

#a04a5f Text Font Color

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

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


#a04a5f Background Color

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

This div background color is #a04a5f


#a04a5f Border Color

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

This div border color is #a04a5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04a5f


Comments

No comments written yet.

Please login to write comment.