Color Hex Logo

#aa624b Color Hex

#AA624B
(170,98,75)
0 Favorites   0 Comments

Color spaces of #aa624b

RGB 1709875
HSL0.040.390.48
HSV15°56°67°
CMYK 0.000.420.56   0.33
XYZ22.215217.78948.9194
Yxy17.78940.45410.3636
Hunter Lab42.177520.206716.9860
CIE-Lab49.239726.787425.6218

#aa624b color RGB value is (170,98,75).

#aa624b hex color red value is 170, green value is 98 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aa624b hue: 0.04 , saturation: 0.39 and the lightness value of aa624b is 0.48.

The process color (four color CMYK) of #aa624b color hex is 0.00, 0.42, 0.56, 0.33. Web safe color of #aa624b is #996633. Color #aa624b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100010 01001011
Octal 252 142 113
Decimal 170 98 75
Hex AA 62 4B

RGB Percentages of Color #aa624b

%49.56
%28.57
%21.87

CMYK Percentages of Color #aa624b

%0
%42
%56
%33

Triadic Colors of #aa624b

#aa624b #4baa62 #624baa

Analogous Colors of #aa624b

#aa624b #aa924b #aa4b63

Monochromatic Colors of #aa624b

#aa624b

Complementary Color

#aa624b #4b93aa

#aa624b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa624b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa624b Color CSS Codes

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

#aa624b Text Font Color

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

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


#aa624b Background Color

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

This div background color is #aa624b


#aa624b Border Color

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

This div border color is #aa624b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa624b


Comments

No comments written yet.

Please login to write comment.