Color Hex Logo

#a1784d Color Hex

#A1784D
(161,120,77)
0 Favorites   0 Comments

Color spaces of #a1784d

RGB 16112077
HSL0.090.350.47
HSV31°52°63°
CMYK 0.000.250.52   0.37
XYZ22.754021.54589.9807
Yxy21.54580.41920.3969
Hunter Lab46.41756.270819.7437
CIE-Lab53.541710.714129.7223

#a1784d color RGB value is (161,120,77).

#a1784d hex color red value is 161, green value is 120 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #a1784d hue: 0.09 , saturation: 0.35 and the lightness value of a1784d is 0.47.

The process color (four color CMYK) of #a1784d color hex is 0.00, 0.25, 0.52, 0.37. Web safe color of #a1784d is #996666. Color #a1784d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111000 01001101
Octal 241 170 115
Decimal 161 120 77
Hex A1 78 4D

RGB Percentages of Color #a1784d

%44.97
%33.52
%21.51

CMYK Percentages of Color #a1784d

%0
%25
%52
%37

Triadic Colors of #a1784d

#a1784d #4da178 #784da1

Analogous Colors of #a1784d

#a1784d #a0a14d #a14e4d

Monochromatic Colors of #a1784d

#a1784d

Complementary Color

#a1784d #4d76a1

#a1784d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1784d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1784d Color CSS Codes

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

#a1784d Text Font Color

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

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


#a1784d Background Color

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

This div background color is #a1784d


#a1784d Border Color

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

This div border color is #a1784d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1784d


Comments

No comments written yet.

Please login to write comment.