Color Hex Logo

#a1836b Color Hex

#A1836B
(161,131,107)
0 Favorites   0 Comments

Color spaces of #a1836b

RGB 161131107
HSL0.070.220.53
HSV27°34°63°
CMYK 0.000.190.34   0.37
XYZ25.468124.871217.3682
Yxy24.87120.37610.3673
Hunter Lab49.87103.881914.2613
CIE-Lab56.94977.907917.3090

#a1836b color RGB value is (161,131,107).

#a1836b hex color red value is 161, green value is 131 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a1836b hue: 0.07 , saturation: 0.22 and the lightness value of a1836b is 0.53.

The process color (four color CMYK) of #a1836b color hex is 0.00, 0.19, 0.34, 0.37. Web safe color of #a1836b is #999966. Color #a1836b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000011 01101011
Octal 241 203 153
Decimal 161 131 107
Hex A1 83 6B

RGB Percentages of Color #a1836b

%40.35
%32.83
%26.82

CMYK Percentages of Color #a1836b

%0
%19
%34
%37

Triadic Colors of #a1836b

#a1836b #6ba183 #836ba1

Analogous Colors of #a1836b

#a1836b #a19e6b #a16b6e

Monochromatic Colors of #a1836b

#a1836b

Complementary Color

#a1836b #6b89a1

#a1836b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1836b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1836b Color CSS Codes

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

#a1836b Text Font Color

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

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


#a1836b Background Color

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

This div background color is #a1836b


#a1836b Border Color

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

This div border color is #a1836b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,131,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 #a1836b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1836b

#a1836b Color Palettes


Comments

No comments written yet.

Please login to write comment.