Color Hex Logo

#a0746b Color Hex

#A0746B
(160,116,107)
0 Favorites   0 Comments

Color spaces of #a0746b

RGB 160116107
HSL0.030.220.52
HSV10°33°63°
CMYK 0.000.280.33   0.37
XYZ23.396421.025916.7352
Yxy21.02590.38260.3438
Hunter Lab45.854010.832710.4589
CIE-Lab52.977816.039411.7950

#a0746b color RGB value is (160,116,107).

#a0746b hex color red value is 160, green value is 116 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a0746b hue: 0.03 , saturation: 0.22 and the lightness value of a0746b is 0.52.

The process color (four color CMYK) of #a0746b color hex is 0.00, 0.28, 0.33, 0.37. Web safe color of #a0746b is #996666. Color #a0746b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110100 01101011
Octal 240 164 153
Decimal 160 116 107
Hex A0 74 6B

RGB Percentages of Color #a0746b

%41.78
%30.29
%27.94

CMYK Percentages of Color #a0746b

%0
%28
%33
%37

Triadic Colors of #a0746b

#a0746b #6ba074 #746ba0

Analogous Colors of #a0746b

#a0746b #a08f6b #a06b7d

Monochromatic Colors of #a0746b

#a0746b

Complementary Color

#a0746b #6b97a0

#a0746b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0746b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0746b Color CSS Codes

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

#a0746b Text Font Color

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

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


#a0746b Background Color

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

This div background color is #a0746b


#a0746b Border Color

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

This div border color is #a0746b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0746b


Comments

No comments written yet.

Please login to write comment.