Color Hex Logo

#a76644 Color Hex

#A76644
(167,102,68)
0 Favorites   0 Comments

Color spaces of #a76644

RGB 16710268
HSL0.060.420.46
HSV21°59°65°
CMYK 0.000.390.59   0.35
XYZ21.731118.13567.8240
Yxy18.13560.45570.3803
Hunter Lab42.585916.561118.9172
CIE-Lab49.660222.721230.0590

#a76644 color RGB value is (167,102,68).

#a76644 hex color red value is 167, green value is 102 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #a76644 hue: 0.06 , saturation: 0.42 and the lightness value of a76644 is 0.46.

The process color (four color CMYK) of #a76644 color hex is 0.00, 0.39, 0.59, 0.35. Web safe color of #a76644 is #996633. Color #a76644 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100110 01000100
Octal 247 146 104
Decimal 167 102 68
Hex A7 66 44

RGB Percentages of Color #a76644

%49.55
%30.27
%20.18

CMYK Percentages of Color #a76644

%0
%39
%59
%35

Triadic Colors of #a76644

#a76644 #44a766 #6644a7

Analogous Colors of #a76644

#a76644 #a79844 #a74454

Monochromatic Colors of #a76644

#a76644

Complementary Color

#a76644 #4485a7

#a76644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76644 Color CSS Codes

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

#a76644 Text Font Color

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

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


#a76644 Background Color

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

This div background color is #a76644


#a76644 Border Color

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

This div border color is #a76644


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,102,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a76644; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a76644;
  -webkit-box-shadow: 1px 1px 3px 2px #a76644;
  box-shadow:         1px 1px 3px 2px #a76644; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,102,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76644


Comments

No comments written yet.

Please login to write comment.