Color Hex Logo

#a0552b Color Hex

#A0552B
(160,85,43)
0 Favorites   0 Comments

Color spaces of #a0552b

RGB 1608543
HSL0.060.580.40
HSV22°73°63°
CMYK 0.000.470.73   0.37
XYZ18.181714.14504.0575
Yxy14.14500.49970.3888
Hunter Lab37.609820.474919.9304
CIE-Lab44.440227.576837.4042

#a0552b color RGB value is (160,85,43).

#a0552b hex color red value is 160, green value is 85 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #a0552b hue: 0.06 , saturation: 0.58 and the lightness value of a0552b is 0.40.

The process color (four color CMYK) of #a0552b color hex is 0.00, 0.47, 0.73, 0.37. Web safe color of #a0552b is #996633. Color #a0552b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010101 00101011
Octal 240 125 53
Decimal 160 85 43
Hex A0 55 2B

RGB Percentages of Color #a0552b

%55.56
%29.51
%14.93

CMYK Percentages of Color #a0552b

%0
%47
%73
%37

Triadic Colors of #a0552b

#a0552b #2ba055 #552ba0

Analogous Colors of #a0552b

#a0552b #a0902b #a02b3c

Monochromatic Colors of #a0552b

#a0552b

Complementary Color

#a0552b #2b76a0

#a0552b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0552b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0552b Color CSS Codes

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

#a0552b Text Font Color

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

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


#a0552b Background Color

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

This div background color is #a0552b


#a0552b Border Color

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

This div border color is #a0552b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0552b


Comments

No comments written yet.

Please login to write comment.