Color Hex Logo

#aa092e Color Hex

#AA092E
(170,9,46)
0 Favorites   0 Comments

Color spaces of #aa092e

RGB 170946
HSL0.960.900.35
HSV346°95°67°
CMYK 0.000.950.73   0.33
XYZ17.16848.93873.4052
Yxy8.93870.58170.3029
Hunter Lab29.897750.180714.1755
CIE-Lab35.866059.079826.4120

#aa092e color RGB value is (170,9,46).

#aa092e hex color red value is 170, green value is 9 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aa092e hue: 0.96 , saturation: 0.90 and the lightness value of aa092e is 0.35.

The process color (four color CMYK) of #aa092e color hex is 0.00, 0.95, 0.73, 0.33. Web safe color of #aa092e is #990033. Color #aa092e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001001 00101110
Octal 252 11 56
Decimal 170 9 46
Hex AA 9 2E

RGB Percentages of Color #aa092e

%75.56
%4.00
%20.44

CMYK Percentages of Color #aa092e

%0
%95
%73
%33

Triadic Colors of #aa092e

#aa092e #2eaa09 #092eaa

Analogous Colors of #aa092e

#aa092e #aa3409 #aa097f

Monochromatic Colors of #aa092e

#aa092e

Complementary Color

#aa092e #09aa85

#aa092e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa092e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa092e Color CSS Codes

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

#aa092e Text Font Color

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

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


#aa092e Background Color

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

This div background color is #aa092e


#aa092e Border Color

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

This div border color is #aa092e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa092e


Comments

No comments written yet.

Please login to write comment.