Color Hex Logo

#a1885f Color Hex

#A1885F
(161,136,95)
0 Favorites   0 Comments

Color spaces of #a1885f

RGB 16113695
HSL0.100.260.50
HSV37°41°63°
CMYK 0.000.160.41   0.37
XYZ25.567726.011614.4997
Yxy26.01160.38690.3936
Hunter Lab51.00160.231518.8450
CIE-Lab58.04813.593325.5368

#a1885f color RGB value is (161,136,95).

#a1885f hex color red value is 161, green value is 136 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a1885f hue: 0.10 , saturation: 0.26 and the lightness value of a1885f is 0.50.

The process color (four color CMYK) of #a1885f color hex is 0.00, 0.16, 0.41, 0.37. Web safe color of #a1885f is #999966. Color #a1885f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001000 01011111
Octal 241 210 137
Decimal 161 136 95
Hex A1 88 5F

RGB Percentages of Color #a1885f

%41.07
%34.69
%24.23

CMYK Percentages of Color #a1885f

%0
%16
%41
%37

Triadic Colors of #a1885f

#a1885f #5fa188 #885fa1

Analogous Colors of #a1885f

#a1885f #99a15f #a1675f

Monochromatic Colors of #a1885f

#a1885f

Complementary Color

#a1885f #5f78a1

#a1885f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1885f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1885f Color CSS Codes

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

#a1885f Text Font Color

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

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


#a1885f Background Color

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

This div background color is #a1885f


#a1885f Border Color

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

This div border color is #a1885f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1885f


Comments

No comments written yet.

Please login to write comment.