Color Hex Logo

#aa231e Color Hex

#AA231E
(170,35,30)
0 Favorites   0 Comments

Color spaces of #aa231e

RGB 1703530
HSL0.010.700.39
HSV82°67°
CMYK 0.000.790.82   0.33
XYZ17.41299.84182.2102
Yxy9.84180.59100.3340
Hunter Lab31.371644.176417.7830
CIE-Lab37.557053.126437.7822

#aa231e color RGB value is (170,35,30).

#aa231e hex color red value is 170, green value is 35 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aa231e hue: 0.01 , saturation: 0.70 and the lightness value of aa231e is 0.39.

The process color (four color CMYK) of #aa231e color hex is 0.00, 0.79, 0.82, 0.33. Web safe color of #aa231e is #993333. Color #aa231e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100011 00011110
Octal 252 43 36
Decimal 170 35 30
Hex AA 23 1E

RGB Percentages of Color #aa231e

%72.34
%14.89
%12.77

CMYK Percentages of Color #aa231e

%0
%79
%82
%33

Triadic Colors of #aa231e

#aa231e #1eaa23 #231eaa

Analogous Colors of #aa231e

#aa231e #aa691e #aa1e5f

Monochromatic Colors of #aa231e

#aa231e

Complementary Color

#aa231e #1ea5aa

#aa231e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa231e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa231e Color CSS Codes

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

#aa231e Text Font Color

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

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


#aa231e Background Color

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

This div background color is #aa231e


#aa231e Border Color

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

This div border color is #aa231e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa231e


Comments

No comments written yet.

Please login to write comment.