Color Hex Logo

#a66172 Color Hex

#A66172
(166,97,114)
0 Favorites   0 Comments

Color spaces of #a66172

RGB 16697114
HSL0.960.280.52
HSV345°42°65°
CMYK 0.000.420.31   0.35
XYZ23.037817.871318.1549
Yxy17.87130.39000.3026
Hunter Lab42.274523.29474.1298
CIE-Lab49.339630.11202.5747

#a66172 color RGB value is (166,97,114).

#a66172 hex color red value is 166, green value is 97 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #a66172 hue: 0.96 , saturation: 0.28 and the lightness value of a66172 is 0.52.

The process color (four color CMYK) of #a66172 color hex is 0.00, 0.42, 0.31, 0.35. Web safe color of #a66172 is #996666. Color #a66172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100001 01110010
Octal 246 141 162
Decimal 166 97 114
Hex A6 61 72

RGB Percentages of Color #a66172

%44.03
%25.73
%30.24

CMYK Percentages of Color #a66172

%0
%42
%31
%35

Triadic Colors of #a66172

#a66172 #72a661 #6172a6

Analogous Colors of #a66172

#a66172 #a67361 #a66195

Monochromatic Colors of #a66172

#a66172

Complementary Color

#a66172 #61a695

#a66172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66172 Color CSS Codes

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

#a66172 Text Font Color

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

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


#a66172 Background Color

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

This div background color is #a66172


#a66172 Border Color

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

This div border color is #a66172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66172


Comments

No comments written yet.

Please login to write comment.