Color Hex Logo

#a1851d Color Hex

#A1851D
(161,133,29)
0 Favorites   0 Comments

Color spaces of #a1851d

RGB 16113329
HSL0.130.690.37
HSV47°82°63°
CMYK 0.000.170.82   0.37
XYZ23.307224.44084.6515
Yxy24.44080.44480.4664
Hunter Lab49.4376-2.362729.0279
CIE-Lab56.52650.344855.1300

#a1851d color RGB value is (161,133,29).

#a1851d hex color red value is 161, green value is 133 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #a1851d hue: 0.13 , saturation: 0.69 and the lightness value of a1851d is 0.37.

The process color (four color CMYK) of #a1851d color hex is 0.00, 0.17, 0.82, 0.37. Web safe color of #a1851d is #999933. Color #a1851d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000101 00011101
Octal 241 205 35
Decimal 161 133 29
Hex A1 85 1D

RGB Percentages of Color #a1851d

%49.85
%41.18
%8.98

CMYK Percentages of Color #a1851d

%0
%17
%82
%37

Triadic Colors of #a1851d

#a1851d #1da185 #851da1

Analogous Colors of #a1851d

#a1851d #7ba11d #a1431d

Monochromatic Colors of #a1851d

#a1851d

Complementary Color

#a1851d #1d39a1

#a1851d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1851d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1851d Color CSS Codes

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

#a1851d Text Font Color

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

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


#a1851d Background Color

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

This div background color is #a1851d


#a1851d Border Color

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

This div border color is #a1851d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1851d


Comments

No comments written yet.

Please login to write comment.