Color Hex Logo

#a16472 Color Hex

#A16472
(161,100,114)
0 Favorites   0 Comments

Color spaces of #a16472

RGB 161100114
HSL0.960.240.51
HSV346°38°63°
CMYK 0.000.380.29   0.37
XYZ22.292417.906318.2009
Yxy17.90630.38170.3066
Hunter Lab42.315819.98284.1193
CIE-Lab49.382326.52912.5553

#a16472 color RGB value is (161,100,114).

#a16472 hex color red value is 161, green value is 100 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #a16472 hue: 0.96 , saturation: 0.24 and the lightness value of a16472 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100100 01110010
Octal 241 144 162
Decimal 161 100 114
Hex A1 64 72

RGB Percentages of Color #a16472

%42.93
%26.67
%30.40

CMYK Percentages of Color #a16472

%0
%38
%29
%37

Triadic Colors of #a16472

#a16472 #72a164 #6472a1

Analogous Colors of #a16472

#a16472 #a17564 #a16491

Monochromatic Colors of #a16472

#a16472

Complementary Color

#a16472 #64a193

#a16472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a16472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a16472 Color CSS Codes

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

#a16472 Text Font Color

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

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


#a16472 Background Color

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

This div background color is #a16472


#a16472 Border Color

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

This div border color is #a16472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a16472


Comments

No comments written yet.

Please login to write comment.