Color Hex Logo

#aa472f Color Hex

#AA472F
(170,71,47)
0 Favorites   0 Comments

Color spaces of #aa472f

RGB 1707147
HSL0.030.570.43
HSV12°72°67°
CMYK 0.000.580.72   0.33
XYZ19.343913.25784.2288
Yxy13.25780.52520.3600
Hunter Lab36.411331.110518.6019
CIE-Lab43.149139.153734.2511

#aa472f color RGB value is (170,71,47).

#aa472f hex color red value is 170, green value is 71 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #aa472f hue: 0.03 , saturation: 0.57 and the lightness value of aa472f is 0.43.

The process color (four color CMYK) of #aa472f color hex is 0.00, 0.58, 0.72, 0.33. Web safe color of #aa472f is #993333. Color #aa472f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000111 00101111
Octal 252 107 57
Decimal 170 71 47
Hex AA 47 2F

RGB Percentages of Color #aa472f

%59.03
%24.65
%16.32

CMYK Percentages of Color #aa472f

%0
%58
%72
%33

Triadic Colors of #aa472f

#aa472f #2faa47 #472faa

Analogous Colors of #aa472f

#aa472f #aa852f #aa2f55

Monochromatic Colors of #aa472f

#aa472f

Complementary Color

#aa472f #2f92aa

#aa472f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa472f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa472f Color CSS Codes

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

#aa472f Text Font Color

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

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


#aa472f Background Color

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

This div background color is #aa472f


#aa472f Border Color

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

This div border color is #aa472f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa472f


Comments

No comments written yet.

Please login to write comment.