Color Hex Logo

#a46974 Color Hex

#A46974
(164,105,116)
0 Favorites   0 Comments

Color spaces of #a46974

RGB 164105116
HSL0.970.240.53
HSV349°36°64°
CMYK 0.000.360.29   0.36
XYZ23.513819.256619.0006
Yxy19.25660.38070.3117
Hunter Lab43.882318.85295.0457
CIE-Lab50.986125.14783.7300

#a46974 color RGB value is (164,105,116).

#a46974 hex color red value is 164, green value is 105 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #a46974 hue: 0.97 , saturation: 0.24 and the lightness value of a46974 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101001 01110100
Octal 244 151 164
Decimal 164 105 116
Hex A4 69 74

RGB Percentages of Color #a46974

%42.60
%27.27
%30.13

CMYK Percentages of Color #a46974

%0
%36
%29
%36

Triadic Colors of #a46974

#a46974 #74a469 #6974a4

Analogous Colors of #a46974

#a46974 #a47c69 #a46992

Monochromatic Colors of #a46974

#a46974

Complementary Color

#a46974 #69a499

#a46974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46974 Color CSS Codes

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

#a46974 Text Font Color

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

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


#a46974 Background Color

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

This div background color is #a46974


#a46974 Border Color

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

This div border color is #a46974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46974


Comments

No comments written yet.

Please login to write comment.