Color Hex Logo

#a0734b Color Hex

#A0734B
(160,115,75)
0 Favorites   0 Comments

Color spaces of #a0734b

RGB 16011575
HSL0.080.360.46
HSV28°53°63°
CMYK 0.000.280.53   0.37
XYZ21.897920.24319.4098
Yxy20.24310.42480.3927
Hunter Lab44.99238.139919.0946
CIE-Lab52.111012.937729.0087

#a0734b color RGB value is (160,115,75).

#a0734b hex color red value is 160, green value is 115 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #a0734b hue: 0.08 , saturation: 0.36 and the lightness value of a0734b is 0.46.

The process color (four color CMYK) of #a0734b color hex is 0.00, 0.28, 0.53, 0.37. Web safe color of #a0734b is #996633. Color #a0734b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110011 01001011
Octal 240 163 113
Decimal 160 115 75
Hex A0 73 4B

RGB Percentages of Color #a0734b

%45.71
%32.86
%21.43

CMYK Percentages of Color #a0734b

%0
%28
%53
%37

Triadic Colors of #a0734b

#a0734b #4ba073 #734ba0

Analogous Colors of #a0734b

#a0734b #a09e4b #a04b4e

Monochromatic Colors of #a0734b

#a0734b

Complementary Color

#a0734b #4b78a0

#a0734b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0734b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0734b Color CSS Codes

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

#a0734b Text Font Color

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

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


#a0734b Background Color

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

This div background color is #a0734b


#a0734b Border Color

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

This div border color is #a0734b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,115,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 #a0734b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0734b


Comments

No comments written yet.

Please login to write comment.