Color Hex Logo

#a47632 Color Hex

#A47632
(164,118,50)
0 Favorites   0 Comments

Color spaces of #a47632

RGB 16411850
HSL0.100.530.42
HSV36°70°64°
CMYK 0.000.280.70   0.36
XYZ22.364021.07975.9077
Yxy21.07970.45320.4271
Hunter Lab45.91266.600124.5098
CIE-Lab53.036611.107443.3135

#a47632 color RGB value is (164,118,50).

#a47632 hex color red value is 164, green value is 118 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #a47632 hue: 0.10 , saturation: 0.53 and the lightness value of a47632 is 0.42.

The process color (four color CMYK) of #a47632 color hex is 0.00, 0.28, 0.70, 0.36. Web safe color of #a47632 is #996633. Color #a47632 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 00110010
Octal 244 166 62
Decimal 164 118 50
Hex A4 76 32

RGB Percentages of Color #a47632

%49.40
%35.54
%15.06

CMYK Percentages of Color #a47632

%0
%28
%70
%36

Triadic Colors of #a47632

#a47632 #32a476 #7632a4

Analogous Colors of #a47632

#a47632 #99a432 #a43d32

Monochromatic Colors of #a47632

#a47632

Complementary Color

#a47632 #3260a4

#a47632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47632 Color CSS Codes

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

#a47632 Text Font Color

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

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


#a47632 Background Color

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

This div background color is #a47632


#a47632 Border Color

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

This div border color is #a47632


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,118,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 #a47632">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47632


Comments

No comments written yet.

Please login to write comment.