Color Hex Logo

#a76811 Color Hex

#A76811
(167,104,17)
0 Favorites   0 Comments

Color spaces of #a76811

RGB 16710417
HSL0.100.820.36
HSV35°90°65°
CMYK 0.000.380.90   0.35
XYZ20.987818.15662.9287
Yxy18.15660.49880.4315
Hunter Lab42.610613.351625.7523
CIE-Lab49.685519.085653.3267

#a76811 color RGB value is (167,104,17).

#a76811 hex color red value is 167, green value is 104 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #a76811 hue: 0.10 , saturation: 0.82 and the lightness value of a76811 is 0.36.

The process color (four color CMYK) of #a76811 color hex is 0.00, 0.38, 0.90, 0.35. Web safe color of #a76811 is #996600. Color #a76811 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101000 00010001
Octal 247 150 21
Decimal 167 104 17
Hex A7 68 11

RGB Percentages of Color #a76811

%57.99
%36.11
%5.90

CMYK Percentages of Color #a76811

%0
%38
%90
%35

Triadic Colors of #a76811

#a76811 #11a768 #6811a7

Analogous Colors of #a76811

#a76811 #9ba711 #a71d11

Monochromatic Colors of #a76811

#a76811

Complementary Color

#a76811 #1150a7

#a76811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76811 Color CSS Codes

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

#a76811 Text Font Color

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

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


#a76811 Background Color

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

This div background color is #a76811


#a76811 Border Color

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

This div border color is #a76811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76811


Comments

No comments written yet.

Please login to write comment.