Color Hex Logo

#aa432c Color Hex

#AA432C
(170,67,44)
0 Favorites   0 Comments

Color spaces of #aa432c

RGB 1706744
HSL0.030.590.42
HSV11°74°67°
CMYK 0.000.610.74   0.33
XYZ19.039312.74223.8389
Yxy12.74220.53450.3577
Hunter Lab35.696232.738218.6111
CIE-Lab42.372240.950735.0606

#aa432c color RGB value is (170,67,44).

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

The process color (four color CMYK) of #aa432c color hex is 0.00, 0.61, 0.74, 0.33. Web safe color of #aa432c is #993333. Color #aa432c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000011 00101100
Octal 252 103 54
Decimal 170 67 44
Hex AA 43 2C

RGB Percentages of Color #aa432c

%60.50
%23.84
%15.66

CMYK Percentages of Color #aa432c

%0
%61
%74
%33

Triadic Colors of #aa432c

#aa432c #2caa43 #432caa

Analogous Colors of #aa432c

#aa432c #aa822c #aa2c54

Monochromatic Colors of #aa432c

#aa432c

Complementary Color

#aa432c #2c93aa

#aa432c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa432c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa432c Color CSS Codes

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

#aa432c Text Font Color

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

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


#aa432c Background Color

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

This div background color is #aa432c


#aa432c Border Color

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

This div border color is #aa432c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,67,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa432c


Comments

No comments written yet.

Please login to write comment.