Color Hex Logo

#a3771b Color Hex

#A3771B
(163,119,27)
0 Favorites   0 Comments

Color spaces of #a3771b

RGB 16311927
HSL0.110.720.37
HSV41°83°64°
CMYK 0.000.270.83   0.36
XYZ21.898921.05933.9476
Yxy21.05930.46690.4490
Hunter Lab45.89044.872027.0230
CIE-Lab53.01439.048552.7959

#a3771b color RGB value is (163,119,27).

#a3771b hex color red value is 163, green value is 119 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #a3771b hue: 0.11 , saturation: 0.72 and the lightness value of a3771b is 0.37.

The process color (four color CMYK) of #a3771b color hex is 0.00, 0.27, 0.83, 0.36. Web safe color of #a3771b is #996633. Color #a3771b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110111 00011011
Octal 243 167 33
Decimal 163 119 27
Hex A3 77 1B

RGB Percentages of Color #a3771b

%52.75
%38.51
%8.74

CMYK Percentages of Color #a3771b

%0
%27
%83
%36

Triadic Colors of #a3771b

#a3771b #1ba377 #771ba3

Analogous Colors of #a3771b

#a3771b #8ba31b #a3331b

Monochromatic Colors of #a3771b

#a3771b

Complementary Color

#a3771b #1b47a3

#a3771b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3771b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3771b Color CSS Codes

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

#a3771b Text Font Color

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

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


#a3771b Background Color

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

This div background color is #a3771b


#a3771b Border Color

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

This div border color is #a3771b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,119,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3771b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3771b;
  -webkit-box-shadow: 1px 1px 3px 2px #a3771b;
  box-shadow:         1px 1px 3px 2px #a3771b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,119,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3771b


Comments

No comments written yet.

Please login to write comment.