Color Hex Logo

#a76608 Color Hex

#A76608
(167,102,8)
0 Favorites   0 Comments

Color spaces of #a76608

RGB 1671028
HSL0.100.910.34
HSV35°95°65°
CMYK 0.000.390.95   0.35
XYZ20.731617.73582.5604
Yxy17.73580.50530.4323
Hunter Lab42.113914.171725.8751
CIE-Lab49.174120.055355.0703

#a76608 color RGB value is (167,102,8).

#a76608 hex color red value is 167, green value is 102 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #a76608 hue: 0.10 , saturation: 0.91 and the lightness value of a76608 is 0.34.

The process color (four color CMYK) of #a76608 color hex is 0.00, 0.39, 0.95, 0.35. Web safe color of #a76608 is #996600. Color #a76608 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100110 00001000
Octal 247 146 10
Decimal 167 102 8
Hex A7 66 8

RGB Percentages of Color #a76608

%60.29
%36.82
%2.89

CMYK Percentages of Color #a76608

%0
%39
%95
%35

Triadic Colors of #a76608

#a76608 #08a766 #6608a7

Analogous Colors of #a76608

#a76608 #99a708 #a71708

Monochromatic Colors of #a76608

#a76608

Complementary Color

#a76608 #0849a7

#a76608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76608 Color CSS Codes

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

#a76608 Text Font Color

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

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


#a76608 Background Color

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

This div background color is #a76608


#a76608 Border Color

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

This div border color is #a76608


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76608


Comments

No comments written yet.

Please login to write comment.