Color Hex Logo

#a67c74 Color Hex

#A67C74
(166,124,116)
0 Favorites   0 Comments

Color spaces of #a67c74

RGB 166124116
HSL0.030.220.55
HSV10°30°65°
CMYK 0.000.250.30   0.35
XYZ26.085923.783219.7387
Yxy23.78320.37480.3417
Hunter Lab48.768010.135210.1402
CIE-Lab55.870115.147210.7218

#a67c74 color RGB value is (166,124,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111100 01110100
Octal 246 174 164
Decimal 166 124 116
Hex A6 7C 74

RGB Percentages of Color #a67c74

%40.89
%30.54
%28.57

CMYK Percentages of Color #a67c74

%0
%25
%30
%35

Triadic Colors of #a67c74

#a67c74 #74a67c #7c74a6

Analogous Colors of #a67c74

#a67c74 #a69574 #a67485

Monochromatic Colors of #a67c74

#a67c74

Complementary Color

#a67c74 #749ea6

#a67c74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67c74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67c74 Color CSS Codes

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

#a67c74 Text Font Color

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

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


#a67c74 Background Color

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

This div background color is #a67c74


#a67c74 Border Color

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

This div border color is #a67c74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67c74


Comments

No comments written yet.

Please login to write comment.