Color Hex Logo

#a67073 Color Hex

#A67073
(166,112,115)
0 Favorites   0 Comments

Color spaces of #a67073

RGB 166112115
HSL0.990.230.55
HSV357°33°65°
CMYK 0.000.330.31   0.35
XYZ24.614620.933118.9628
Yxy20.93310.38160.3245
Hunter Lab45.752715.96447.4534
CIE-Lab52.876221.82437.0630

#a67073 color RGB value is (166,112,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110000 01110011
Octal 246 160 163
Decimal 166 112 115
Hex A6 70 73

RGB Percentages of Color #a67073

%42.24
%28.50
%29.26

CMYK Percentages of Color #a67073

%0
%33
%31
%35

Triadic Colors of #a67073

#a67073 #73a670 #7073a6

Analogous Colors of #a67073

#a67073 #a68870 #a6708e

Monochromatic Colors of #a67073

#a67073

Complementary Color

#a67073 #70a6a3

#a67073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67073 Color CSS Codes

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

#a67073 Text Font Color

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

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


#a67073 Background Color

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

This div background color is #a67073


#a67073 Border Color

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

This div border color is #a67073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67073


Comments

No comments written yet.

Please login to write comment.