Color Hex Logo

#a17432 Color Hex

#A17432
(161,116,50)
0 Favorites   0 Comments

Color spaces of #a17432

RGB 16111650
HSL0.100.530.41
HSV36°69°63°
CMYK 0.000.280.69   0.37
XYZ21.519120.29815.8014
Yxy20.29810.45190.4263
Hunter Lab45.05346.414423.9028
CIE-Lab52.172610.894342.2807

#a17432 color RGB value is (161,116,50).

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

The process color (four color CMYK) of #a17432 color hex is 0.00, 0.28, 0.69, 0.37. Web safe color of #a17432 is #996633. Color #a17432 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01110100 00110010
Octal 241 164 62
Decimal 161 116 50
Hex A1 74 32

RGB Percentages of Color #a17432

%49.24
%35.47
%15.29

CMYK Percentages of Color #a17432

%0
%28
%69
%37

Triadic Colors of #a17432

#a17432 #32a174 #7432a1

Analogous Colors of #a17432

#a17432 #97a132 #a13d32

Monochromatic Colors of #a17432

#a17432

Complementary Color

#a17432 #325fa1

#a17432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a17432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a17432 Color CSS Codes

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

#a17432 Text Font Color

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

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


#a17432 Background Color

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

This div background color is #a17432


#a17432 Border Color

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

This div border color is #a17432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a17432


Comments

No comments written yet.

Please login to write comment.