Color Hex Logo

#aa412f Color Hex

#AA412F
(170,65,47)
0 Favorites   0 Comments

Color spaces of #aa412f

RGB 1706547
HSL0.020.570.43
HSV72°67°
CMYK 0.000.620.72   0.33
XYZ18.981012.53194.1078
Yxy12.53190.53290.3518
Hunter Lab35.400433.757417.9004
CIE-Lab42.049342.043633.0071

#aa412f color RGB value is (170,65,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000001 00101111
Octal 252 101 57
Decimal 170 65 47
Hex AA 41 2F

RGB Percentages of Color #aa412f

%60.28
%23.05
%16.67

CMYK Percentages of Color #aa412f

%0
%62
%72
%33

Triadic Colors of #aa412f

#aa412f #2faa41 #412faa

Analogous Colors of #aa412f

#aa412f #aa7f2f #aa2f5a

Monochromatic Colors of #aa412f

#aa412f

Complementary Color

#aa412f #2f98aa

#aa412f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa412f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa412f Color CSS Codes

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

#aa412f Text Font Color

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

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


#aa412f Background Color

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

This div background color is #aa412f


#aa412f Border Color

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

This div border color is #aa412f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa412f


Comments

No comments written yet.

Please login to write comment.