Color Hex Logo

#aa365d Color Hex

#AA365D
(170,54,93)
0 Favorites   0 Comments

Color spaces of #aa365d

RGB 1705493
HSL0.940.520.44
HSV340°68°67°
CMYK 0.000.680.45   0.33
XYZ19.872511.974711.6199
Yxy11.97470.45720.2755
Hunter Lab34.604541.95034.3140
CIE-Lab41.175950.31413.7131

#aa365d color RGB value is (170,54,93).

#aa365d hex color red value is 170, green value is 54 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #aa365d hue: 0.94 , saturation: 0.52 and the lightness value of aa365d is 0.44.

The process color (four color CMYK) of #aa365d color hex is 0.00, 0.68, 0.45, 0.33. Web safe color of #aa365d is #993366. Color #aa365d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110110 01011101
Octal 252 66 135
Decimal 170 54 93
Hex AA 36 5D

RGB Percentages of Color #aa365d

%53.63
%17.03
%29.34

CMYK Percentages of Color #aa365d

%0
%68
%45
%33

Triadic Colors of #aa365d

#aa365d #5daa36 #365daa

Analogous Colors of #aa365d

#aa365d #aa4936 #aa3697

Monochromatic Colors of #aa365d

#aa365d

Complementary Color

#aa365d #36aa83

#aa365d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa365d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa365d Color CSS Codes

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

#aa365d Text Font Color

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

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


#aa365d Background Color

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

This div background color is #aa365d


#aa365d Border Color

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

This div border color is #aa365d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa365d


Comments

No comments written yet.

Please login to write comment.