Color Hex Logo

#a17872 Color Hex

#A17872
(161,120,114)
0 Favorites   0 Comments

Color spaces of #a17872

RGB 161120114
HSL0.020.200.54
HSV29°63°
CMYK 0.000.250.29   0.37
XYZ24.451722.224918.9207
Yxy22.22490.37280.3388
Hunter Lab47.143310.08149.2046
CIE-Lab54.264815.13429.5399

#a17872 color RGB value is (161,120,114).

#a17872 hex color red value is 161, green value is 120 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #a17872 hue: 0.02 , saturation: 0.20 and the lightness value of a17872 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01111000 01110010
Octal 241 170 162
Decimal 161 120 114
Hex A1 78 72

RGB Percentages of Color #a17872

%40.76
%30.38
%28.86

CMYK Percentages of Color #a17872

%0
%25
%29
%37

Triadic Colors of #a17872

#a17872 #72a178 #7872a1

Analogous Colors of #a17872

#a17872 #a19072 #a17284

Monochromatic Colors of #a17872

#a17872

Complementary Color

#a17872 #729ba1

#a17872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17872 Color CSS Codes

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

#a17872 Text Font Color

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

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


#a17872 Background Color

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

This div background color is #a17872


#a17872 Border Color

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

This div border color is #a17872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17872


Comments

No comments written yet.

Please login to write comment.