Color Hex Logo

#a1803b Color Hex

#A1803B
(161,128,59)
0 Favorites   0 Comments

Color spaces of #a1803b

RGB 16112859
HSL0.110.460.43
HSV41°63°63°
CMYK 0.000.200.63   0.37
XYZ23.206523.33127.4179
Yxy23.33120.43010.4324
Hunter Lab48.30241.229824.7064
CIE-Lab55.41194.697741.4399

#a1803b color RGB value is (161,128,59).

#a1803b hex color red value is 161, green value is 128 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #a1803b hue: 0.11 , saturation: 0.46 and the lightness value of a1803b is 0.43.

The process color (four color CMYK) of #a1803b color hex is 0.00, 0.20, 0.63, 0.37. Web safe color of #a1803b is #999933. Color #a1803b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000000 00111011
Octal 241 200 73
Decimal 161 128 59
Hex A1 80 3B

RGB Percentages of Color #a1803b

%46.26
%36.78
%16.95

CMYK Percentages of Color #a1803b

%0
%20
%63
%37

Triadic Colors of #a1803b

#a1803b #3ba180 #803ba1

Analogous Colors of #a1803b

#a1803b #8fa13b #a14d3b

Monochromatic Colors of #a1803b

#a1803b

Complementary Color

#a1803b #3b5ca1

#a1803b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1803b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1803b Color CSS Codes

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

#a1803b Text Font Color

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

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


#a1803b Background Color

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

This div background color is #a1803b


#a1803b Border Color

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

This div border color is #a1803b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,128,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1803b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1803b;
  -webkit-box-shadow: 1px 1px 3px 2px #a1803b;
  box-shadow:         1px 1px 3px 2px #a1803b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,128,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1803b


Comments

No comments written yet.

Please login to write comment.