Color Hex Logo

#aa424f Color Hex

#AA424F
(170,66,79)
0 Favorites   0 Comments

Color spaces of #aa424f

RGB 1706679
HSL0.980.440.46
HSV353°61°67°
CMYK 0.000.610.54   0.33
XYZ19.937113.00708.8569
Yxy13.00700.47700.3112
Hunter Lab36.065235.561910.6852
CIE-Lab42.773843.747714.6771

#aa424f color RGB value is (170,66,79).

#aa424f hex color red value is 170, green value is 66 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aa424f hue: 0.98 , saturation: 0.44 and the lightness value of aa424f is 0.46.

The process color (four color CMYK) of #aa424f color hex is 0.00, 0.61, 0.54, 0.33. Web safe color of #aa424f is #993366. Color #aa424f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000010 01001111
Octal 252 102 117
Decimal 170 66 79
Hex AA 42 4F

RGB Percentages of Color #aa424f

%53.97
%20.95
%25.08

CMYK Percentages of Color #aa424f

%0
%61
%54
%33

Triadic Colors of #aa424f

#aa424f #4faa42 #424faa

Analogous Colors of #aa424f

#aa424f #aa6942 #aa4283

Monochromatic Colors of #aa424f

#aa424f

Complementary Color

#aa424f #42aa9d

#aa424f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa424f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa424f Color CSS Codes

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

#aa424f Text Font Color

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

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


#aa424f Background Color

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

This div background color is #aa424f


#aa424f Border Color

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

This div border color is #aa424f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa424f


Comments

No comments written yet.

Please login to write comment.