Color Hex Logo

#aa383e Color Hex

#AA383E
(170,56,62)
0 Favorites   0 Comments

Color spaces of #aa383e

RGB 1705662
HSL0.990.500.44
HSV357°67°67°
CMYK 0.000.670.64   0.33
XYZ18.861211.72225.8259
Yxy11.72220.51800.3220
Hunter Lab34.237738.417913.8776
CIE-Lab40.771246.936722.5172

#aa383e color RGB value is (170,56,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00111000 00111110
Octal 252 70 76
Decimal 170 56 62
Hex AA 38 3E

RGB Percentages of Color #aa383e

%59.03
%19.44
%21.53

CMYK Percentages of Color #aa383e

%0
%67
%64
%33

Triadic Colors of #aa383e

#aa383e #3eaa38 #383eaa

Analogous Colors of #aa383e

#aa383e #aa6b38 #aa3877

Monochromatic Colors of #aa383e

#aa383e

Complementary Color

#aa383e #38aaa4

#aa383e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa383e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa383e Color CSS Codes

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

#aa383e Text Font Color

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

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


#aa383e Background Color

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

This div background color is #aa383e


#aa383e Border Color

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

This div border color is #aa383e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa383e


Comments

No comments written yet.

Please login to write comment.