Color Hex Logo

#aa271e Color Hex

#AA271E
(170,39,30)
0 Favorites   0 Comments

Color spaces of #aa271e

RGB 1703930
HSL0.010.700.39
HSV82°67°
CMYK 0.000.770.82   0.33
XYZ17.537410.09082.2517
Yxy10.09080.58690.3377
Hunter Lab31.766042.955818.0335
CIE-Lab38.004951.871038.2151

#aa271e color RGB value is (170,39,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100111 00011110
Octal 252 47 36
Decimal 170 39 30
Hex AA 27 1E

RGB Percentages of Color #aa271e

%71.13
%16.32
%12.55

CMYK Percentages of Color #aa271e

%0
%77
%82
%33

Triadic Colors of #aa271e

#aa271e #1eaa27 #271eaa

Analogous Colors of #aa271e

#aa271e #aa6d1e #aa1e5b

Monochromatic Colors of #aa271e

#aa271e

Complementary Color

#aa271e #1ea1aa

#aa271e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa271e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa271e Color CSS Codes

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

#aa271e Text Font Color

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

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


#aa271e Background Color

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

This div background color is #aa271e


#aa271e Border Color

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

This div border color is #aa271e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,39,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 #aa271e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa271e


Comments

No comments written yet.

Please login to write comment.