Color Hex Logo

#a04938 Color Hex

#A04938
(160,73,56)
0 Favorites   0 Comments

Color spaces of #a04938

RGB 1607356
HSL0.030.480.42
HSV10°65°63°
CMYK 0.000.540.65   0.37
XYZ17.593612.52425.2315
Yxy12.52420.49770.3543
Hunter Lab35.389526.808016.0081
CIE-Lab42.037434.793227.3560

#a04938 color RGB value is (160,73,56).

#a04938 hex color red value is 160, green value is 73 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #a04938 hue: 0.03 , saturation: 0.48 and the lightness value of a04938 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001001 00111000
Octal 240 111 70
Decimal 160 73 56
Hex A0 49 38

RGB Percentages of Color #a04938

%55.36
%25.26
%19.38

CMYK Percentages of Color #a04938

%0
%54
%65
%37

Triadic Colors of #a04938

#a04938 #38a049 #4938a0

Analogous Colors of #a04938

#a04938 #a07d38 #a0385b

Monochromatic Colors of #a04938

#a04938

Complementary Color

#a04938 #388fa0

#a04938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04938 Color CSS Codes

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

#a04938 Text Font Color

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

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


#a04938 Background Color

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

This div background color is #a04938


#a04938 Border Color

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

This div border color is #a04938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04938


Comments

No comments written yet.

Please login to write comment.