Color Hex Logo

#aa452a Color Hex

#AA452A
(170,69,42)
0 Favorites   0 Comments

Color spaces of #aa452a

RGB 1706942
HSL0.040.600.42
HSV13°75°67°
CMYK 0.000.590.75   0.33
XYZ19.123612.96953.6859
Yxy12.96950.53450.3625
Hunter Lab36.013231.763419.1410
CIE-Lab42.717339.894536.5386

#aa452a color RGB value is (170,69,42).

#aa452a hex color red value is 170, green value is 69 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #aa452a hue: 0.04 , saturation: 0.60 and the lightness value of aa452a is 0.42.

The process color (four color CMYK) of #aa452a color hex is 0.00, 0.59, 0.75, 0.33. Web safe color of #aa452a is #993333. Color #aa452a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000101 00101010
Octal 252 105 52
Decimal 170 69 42
Hex AA 45 2A

RGB Percentages of Color #aa452a

%60.50
%24.56
%14.95

CMYK Percentages of Color #aa452a

%0
%59
%75
%33

Triadic Colors of #aa452a

#aa452a #2aaa45 #452aaa

Analogous Colors of #aa452a

#aa452a #aa852a #aa2a4f

Monochromatic Colors of #aa452a

#aa452a

Complementary Color

#aa452a #2a8faa

#aa452a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa452a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa452a Color CSS Codes

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

#aa452a Text Font Color

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

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


#aa452a Background Color

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

This div background color is #aa452a


#aa452a Border Color

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

This div border color is #aa452a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa452a


Comments

No comments written yet.

Please login to write comment.