Color Hex Logo

#a04946 Color Hex

#A04946
(160,73,70)
0 Favorites   0 Comments

Color spaces of #a04946

RGB 1607370
HSL0.010.390.45
HSV56°63°
CMYK 0.000.540.56   0.37
XYZ17.985212.68097.2941
Yxy12.68090.47380.3341
Hunter Lab35.610327.834712.7827
CIE-Lab42.278535.852919.2531

#a04946 color RGB value is (160,73,70).

#a04946 hex color red value is 160, green value is 73 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #a04946 hue: 0.01 , saturation: 0.39 and the lightness value of a04946 is 0.45.

The process color (four color CMYK) of #a04946 color hex is 0.00, 0.54, 0.56, 0.37. Web safe color of #a04946 is #993333. Color #a04946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001001 01000110
Octal 240 111 106
Decimal 160 73 70
Hex A0 49 46

RGB Percentages of Color #a04946

%52.81
%24.09
%23.10

CMYK Percentages of Color #a04946

%0
%54
%56
%37

Triadic Colors of #a04946

#a04946 #46a049 #4946a0

Analogous Colors of #a04946

#a04946 #a07646 #a04670

Monochromatic Colors of #a04946

#a04946

Complementary Color

#a04946 #469da0

#a04946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04946 Color CSS Codes

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

#a04946 Text Font Color

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

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


#a04946 Background Color

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

This div background color is #a04946


#a04946 Border Color

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

This div border color is #a04946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04946


Comments

No comments written yet.

Please login to write comment.