Color Hex Logo

#aa343d Color Hex

#AA343D
(170,52,61)
0 Favorites   0 Comments

Color spaces of #aa343d

RGB 1705261
HSL0.990.530.44
HSV355°69°67°
CMYK 0.000.690.64   0.33
XYZ18.647911.33905.6207
Yxy11.33900.52370.3184
Hunter Lab33.673439.922413.6748
CIE-Lab40.145748.529222.3342

#aa343d color RGB value is (170,52,61).

#aa343d hex color red value is 170, green value is 52 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #aa343d hue: 0.99 , saturation: 0.53 and the lightness value of aa343d is 0.44.

The process color (four color CMYK) of #aa343d color hex is 0.00, 0.69, 0.64, 0.33. Web safe color of #aa343d is #993333. Color #aa343d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110100 00111101
Octal 252 64 75
Decimal 170 52 61
Hex AA 34 3D

RGB Percentages of Color #aa343d

%60.07
%18.37
%21.55

CMYK Percentages of Color #aa343d

%0
%69
%64
%33

Triadic Colors of #aa343d

#aa343d #3daa34 #343daa

Analogous Colors of #aa343d

#aa343d #aa6634 #aa3478

Monochromatic Colors of #aa343d

#aa343d

Complementary Color

#aa343d #34aaa1

#aa343d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa343d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa343d Color CSS Codes

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

#aa343d Text Font Color

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

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


#aa343d Background Color

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

This div background color is #aa343d


#aa343d Border Color

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

This div border color is #aa343d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa343d


Comments

No comments written yet.

Please login to write comment.