Color Hex Logo

#aa273a Color Hex

#AA273A
(170,39,58)
0 Favorites   0 Comments

Color spaces of #aa273a

RGB 1703958
HSL0.980.630.41
HSV351°77°67°
CMYK 0.000.770.66   0.33
XYZ18.066810.30265.0394
Yxy10.30260.54080.3084
Hunter Lab32.097744.301313.1597
CIE-Lab38.380153.089521.9514

#aa273a color RGB value is (170,39,58).

#aa273a hex color red value is 170, green value is 39 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #aa273a hue: 0.98 , saturation: 0.63 and the lightness value of aa273a is 0.41.

The process color (four color CMYK) of #aa273a color hex is 0.00, 0.77, 0.66, 0.33. Web safe color of #aa273a is #993333. Color #aa273a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100111 00111010
Octal 252 47 72
Decimal 170 39 58
Hex AA 27 3A

RGB Percentages of Color #aa273a

%63.67
%14.61
%21.72

CMYK Percentages of Color #aa273a

%0
%77
%66
%33

Triadic Colors of #aa273a

#aa273a #3aaa27 #273aaa

Analogous Colors of #aa273a

#aa273a #aa5627 #aa277c

Monochromatic Colors of #aa273a

#aa273a

Complementary Color

#aa273a #27aa97

#aa273a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa273a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa273a Color CSS Codes

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

#aa273a Text Font Color

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

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


#aa273a Background Color

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

This div background color is #aa273a


#aa273a Border Color

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

This div border color is #aa273a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa273a


Comments

No comments written yet.

Please login to write comment.