Color Hex Logo

#aa492a Color Hex

#AA492A
(170,73,42)
0 Favorites   0 Comments

Color spaces of #aa492a

RGB 1707342
HSL0.040.600.42
HSV15°75°67°
CMYK 0.000.570.75   0.33
XYZ19.378013.47833.7707
Yxy13.47830.52910.3680
Hunter Lab36.712829.969719.6094
CIE-Lab43.475337.920737.3531

#aa492a color RGB value is (170,73,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001001 00101010
Octal 252 111 52
Decimal 170 73 42
Hex AA 49 2A

RGB Percentages of Color #aa492a

%59.65
%25.61
%14.74

CMYK Percentages of Color #aa492a

%0
%57
%75
%33

Triadic Colors of #aa492a

#aa492a #2aaa49 #492aaa

Analogous Colors of #aa492a

#aa492a #aa892a #aa2a4b

Monochromatic Colors of #aa492a

#aa492a

Complementary Color

#aa492a #2a8baa

#aa492a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa492a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa492a Color CSS Codes

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

#aa492a Text Font Color

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

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


#aa492a Background Color

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

This div background color is #aa492a


#aa492a Border Color

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

This div border color is #aa492a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa492a


Comments

No comments written yet.

Please login to write comment.