Color Hex Logo

#a76e09 Color Hex

#A76E09
(167,110,9)
0 Favorites   0 Comments

Color spaces of #a76e09

RGB 1671109
HSL0.110.900.35
HSV38°95°65°
CMYK 0.000.340.95   0.35
XYZ21.561619.38712.8641
Yxy19.38710.49210.4425
Hunter Lab44.030810.356526.9649
CIE-Lab51.137115.558456.2733

#a76e09 color RGB value is (167,110,9).

#a76e09 hex color red value is 167, green value is 110 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #a76e09 hue: 0.11 , saturation: 0.90 and the lightness value of a76e09 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101110 00001001
Octal 247 156 11
Decimal 167 110 9
Hex A7 6E 9

RGB Percentages of Color #a76e09

%58.39
%38.46
%3.15

CMYK Percentages of Color #a76e09

%0
%34
%95
%35

Triadic Colors of #a76e09

#a76e09 #09a76e #6e09a7

Analogous Colors of #a76e09

#a76e09 #91a709 #a71f09

Monochromatic Colors of #a76e09

#a76e09

Complementary Color

#a76e09 #0942a7

#a76e09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76e09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76e09 Color CSS Codes

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

#a76e09 Text Font Color

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

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


#a76e09 Background Color

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

This div background color is #a76e09


#a76e09 Border Color

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

This div border color is #a76e09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76e09


Comments

No comments written yet.

Please login to write comment.