Color Hex Logo

#a9432e Color Hex

#A9432E
(169,67,46)
0 Favorites   0 Comments

Color spaces of #a9432e

RGB 1696746
HSL0.030.570.42
HSV10°73°66°
CMYK 0.000.600.73   0.34
XYZ18.862512.64664.0316
Yxy12.64660.53070.3558
Hunter Lab35.562132.444718.1719
CIE-Lab42.225940.673133.7288

#a9432e color RGB value is (169,67,46).

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

The process color (four color CMYK) of #a9432e color hex is 0.00, 0.60, 0.73, 0.34. Web safe color of #a9432e is #993333. Color #a9432e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000011 00101110
Octal 251 103 56
Decimal 169 67 46
Hex A9 43 2E

RGB Percentages of Color #a9432e

%59.93
%23.76
%16.31

CMYK Percentages of Color #a9432e

%0
%60
%73
%34

Triadic Colors of #a9432e

#a9432e #2ea943 #432ea9

Analogous Colors of #a9432e

#a9432e #a9812e #a92e57

Monochromatic Colors of #a9432e

#a9432e

Complementary Color

#a9432e #2e94a9

#a9432e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9432e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9432e Color CSS Codes

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

#a9432e Text Font Color

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

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


#a9432e Background Color

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

This div background color is #a9432e


#a9432e Border Color

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

This div border color is #a9432e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9432e


Comments

No comments written yet.

Please login to write comment.