Color Hex Logo

#a67174 Color Hex

#A67174
(166,113,116)
0 Favorites   0 Comments

Color spaces of #a67174

RGB 166113116
HSL0.990.230.55
HSV357°32°65°
CMYK 0.000.320.30   0.35
XYZ24.783421.178219.3046
Yxy21.17820.37970.3245
Hunter Lab46.019815.59447.3426
CIE-Lab53.144021.39696.8576

#a67174 color RGB value is (166,113,116).

#a67174 hex color red value is 166, green value is 113 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #a67174 hue: 0.99 , saturation: 0.23 and the lightness value of a67174 is 0.55.

The process color (four color CMYK) of #a67174 color hex is 0.00, 0.32, 0.30, 0.35. Web safe color of #a67174 is #996666. Color #a67174 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110001 01110100
Octal 246 161 164
Decimal 166 113 116
Hex A6 71 74

RGB Percentages of Color #a67174

%42.03
%28.61
%29.37

CMYK Percentages of Color #a67174

%0
%32
%30
%35

Triadic Colors of #a67174

#a67174 #74a671 #7174a6

Analogous Colors of #a67174

#a67174 #a68971 #a6718f

Monochromatic Colors of #a67174

#a67174

Complementary Color

#a67174 #71a6a3

#a67174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67174 Color CSS Codes

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

#a67174 Text Font Color

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

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


#a67174 Background Color

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

This div background color is #a67174


#a67174 Border Color

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

This div border color is #a67174


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,113,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67174


Comments

No comments written yet.

Please login to write comment.