Color Hex Logo

#a68373 Color Hex

#A68373
(166,131,115)
0 Favorites   0 Comments

Color spaces of #a68373

RGB 166131115
HSL0.050.220.55
HSV19°31°65°
CMYK 0.000.210.31   0.35
XYZ26.936725.577419.7369
Yxy25.57740.37280.3540
Hunter Lab50.57416.567712.2635
CIE-Lab57.633711.040113.7660

#a68373 color RGB value is (166,131,115).

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

The process color (four color CMYK) of #a68373 color hex is 0.00, 0.21, 0.31, 0.35. Web safe color of #a68373 is #999966. Color #a68373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000011 01110011
Octal 246 203 163
Decimal 166 131 115
Hex A6 83 73

RGB Percentages of Color #a68373

%40.29
%31.80
%27.91

CMYK Percentages of Color #a68373

%0
%21
%31
%35

Triadic Colors of #a68373

#a68373 #73a683 #8373a6

Analogous Colors of #a68373

#a68373 #a69d73 #a6737d

Monochromatic Colors of #a68373

#a68373

Complementary Color

#a68373 #7396a6

#a68373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68373 Color CSS Codes

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

#a68373 Text Font Color

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

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


#a68373 Background Color

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

This div background color is #a68373


#a68373 Border Color

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

This div border color is #a68373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68373


Comments

No comments written yet.

Please login to write comment.