Color Hex Logo

#a76036 Color Hex

#A76036
(167,96,54)
0 Favorites   0 Comments

Color spaces of #a76036

RGB 1679654
HSL0.060.510.43
HSV22°68°65°
CMYK 0.000.430.68   0.35
XYZ20.785116.84765.6464
Yxy16.84760.48030.3893
Hunter Lab41.045818.560020.5760
CIE-Lab48.067425.084035.8791

#a76036 color RGB value is (167,96,54).

#a76036 hex color red value is 167, green value is 96 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #a76036 hue: 0.06 , saturation: 0.51 and the lightness value of a76036 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100000 00110110
Octal 247 140 66
Decimal 167 96 54
Hex A7 60 36

RGB Percentages of Color #a76036

%52.68
%30.28
%17.03

CMYK Percentages of Color #a76036

%0
%43
%68
%35

Triadic Colors of #a76036

#a76036 #36a760 #6036a7

Analogous Colors of #a76036

#a76036 #a79936 #a73645

Monochromatic Colors of #a76036

#a76036

Complementary Color

#a76036 #367da7

#a76036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76036 Color CSS Codes

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

#a76036 Text Font Color

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

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


#a76036 Background Color

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

This div background color is #a76036


#a76036 Border Color

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

This div border color is #a76036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76036


Comments

No comments written yet.

Please login to write comment.