Color Hex Logo

#a7632e Color Hex

#A7632E
(167,99,46)
0 Favorites   0 Comments

Color spaces of #a7632e

RGB 1679946
HSL0.070.570.42
HSV26°72°65°
CMYK 0.000.410.72   0.35
XYZ20.891317.33644.8299
Yxy17.33640.48520.4026
Hunter Lab41.637016.697322.2683
CIE-Lab48.681122.950940.7209

#a7632e color RGB value is (167,99,46).

#a7632e hex color red value is 167, green value is 99 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a7632e hue: 0.07 , saturation: 0.57 and the lightness value of a7632e is 0.42.

The process color (four color CMYK) of #a7632e color hex is 0.00, 0.41, 0.72, 0.35. Web safe color of #a7632e is #996633. Color #a7632e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01100011 00101110
Octal 247 143 56
Decimal 167 99 46
Hex A7 63 2E

RGB Percentages of Color #a7632e

%53.53
%31.73
%14.74

CMYK Percentages of Color #a7632e

%0
%41
%72
%35

Triadic Colors of #a7632e

#a7632e #2ea763 #632ea7

Analogous Colors of #a7632e

#a7632e #a7a02e #a72e36

Monochromatic Colors of #a7632e

#a7632e

Complementary Color

#a7632e #2e72a7

#a7632e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7632e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7632e Color CSS Codes

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

#a7632e Text Font Color

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

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


#a7632e Background Color

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

This div background color is #a7632e


#a7632e Border Color

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

This div border color is #a7632e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7632e


Comments

No comments written yet.

Please login to write comment.