Color Hex Logo

#a76732 Color Hex

#A76732
(167,103,50)
0 Favorites   0 Comments

Color spaces of #a76732

RGB 16710350
HSL0.080.540.43
HSV27°70°65°
CMYK 0.000.380.70   0.35
XYZ21.362318.14635.3943
Yxy18.14630.47570.4041
Hunter Lab42.598514.966922.3110
CIE-Lab49.673120.926139.7744

#a76732 color RGB value is (167,103,50).

#a76732 hex color red value is 167, green value is 103 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #a76732 hue: 0.08 , saturation: 0.54 and the lightness value of a76732 is 0.43.

The process color (four color CMYK) of #a76732 color hex is 0.00, 0.38, 0.70, 0.35. Web safe color of #a76732 is #996633. Color #a76732 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100111 00110010
Octal 247 147 62
Decimal 167 103 50
Hex A7 67 32

RGB Percentages of Color #a76732

%52.19
%32.19
%15.63

CMYK Percentages of Color #a76732

%0
%38
%70
%35

Triadic Colors of #a76732

#a76732 #32a767 #6732a7

Analogous Colors of #a76732

#a76732 #a7a232 #a73238

Monochromatic Colors of #a76732

#a76732

Complementary Color

#a76732 #3272a7

#a76732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76732 Color CSS Codes

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

#a76732 Text Font Color

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

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


#a76732 Background Color

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

This div background color is #a76732


#a76732 Border Color

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

This div border color is #a76732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76732


Comments

No comments written yet.

Please login to write comment.