Color Hex Logo

#a76029 Color Hex

#A76029
(167,96,41)
0 Favorites   0 Comments

Color spaces of #a76029

RGB 1679641
HSL0.070.610.41
HSV26°75°65°
CMYK 0.000.430.75   0.35
XYZ20.519516.74134.2477
Yxy16.74130.49430.4033
Hunter Lab40.916117.914822.4861
CIE-Lab47.932424.377442.3973

#a76029 color RGB value is (167,96,41).

#a76029 hex color red value is 167, green value is 96 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #a76029 hue: 0.07 , saturation: 0.61 and the lightness value of a76029 is 0.41.

The process color (four color CMYK) of #a76029 color hex is 0.00, 0.43, 0.75, 0.35. Web safe color of #a76029 is #996633. Color #a76029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100000 00101001
Octal 247 140 51
Decimal 167 96 41
Hex A7 60 29

RGB Percentages of Color #a76029

%54.93
%31.58
%13.49

CMYK Percentages of Color #a76029

%0
%43
%75
%35

Triadic Colors of #a76029

#a76029 #29a760 #6029a7

Analogous Colors of #a76029

#a76029 #a79f29 #a72931

Monochromatic Colors of #a76029

#a76029

Complementary Color

#a76029 #2970a7

#a76029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76029 Color CSS Codes

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

#a76029 Text Font Color

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

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


#a76029 Background Color

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

This div background color is #a76029


#a76029 Border Color

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

This div border color is #a76029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76029


Comments

No comments written yet.

Please login to write comment.