Color Hex Logo

#a04b3d Color Hex

#A04B3D
(160,75,61)
0 Favorites   0 Comments

Color spaces of #a04b3d

RGB 1607561
HSL0.020.450.43
HSV62°63°
CMYK 0.000.530.62   0.37
XYZ17.855612.84275.9527
Yxy12.84270.48720.3504
Hunter Lab35.836726.223215.2373
CIE-Lab42.525334.097924.9987

#a04b3d color RGB value is (160,75,61).

#a04b3d hex color red value is 160, green value is 75 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a04b3d hue: 0.02 , saturation: 0.45 and the lightness value of a04b3d is 0.43.

The process color (four color CMYK) of #a04b3d color hex is 0.00, 0.53, 0.62, 0.37. Web safe color of #a04b3d is #993333. Color #a04b3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001011 00111101
Octal 240 113 75
Decimal 160 75 61
Hex A0 4B 3D

RGB Percentages of Color #a04b3d

%54.05
%25.34
%20.61

CMYK Percentages of Color #a04b3d

%0
%53
%62
%37

Triadic Colors of #a04b3d

#a04b3d #3da04b #4b3da0

Analogous Colors of #a04b3d

#a04b3d #a07d3d #a03d60

Monochromatic Colors of #a04b3d

#a04b3d

Complementary Color

#a04b3d #3d92a0

#a04b3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04b3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04b3d Color CSS Codes

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

#a04b3d Text Font Color

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

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


#a04b3d Background Color

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

This div background color is #a04b3d


#a04b3d Border Color

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

This div border color is #a04b3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04b3d


Comments

No comments written yet.

Please login to write comment.