Color Hex Logo

#aa2316 Color Hex

#AA2316
(170,35,22)
0 Favorites   0 Comments

Color spaces of #aa2316

RGB 1703522
HSL0.010.770.38
HSV87°67°
CMYK 0.000.790.87   0.33
XYZ17.32349.80601.7388
Yxy9.80600.60010.3397
Hunter Lab31.314543.946918.6280
CIE-Lab37.492052.919341.8628

#aa2316 color RGB value is (170,35,22).

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

The process color (four color CMYK) of #aa2316 color hex is 0.00, 0.79, 0.87, 0.33. Web safe color of #aa2316 is #993300. Color #aa2316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100011 00010110
Octal 252 43 26
Decimal 170 35 22
Hex AA 23 16

RGB Percentages of Color #aa2316

%74.89
%15.42
%9.69

CMYK Percentages of Color #aa2316

%0
%79
%87
%33

Triadic Colors of #aa2316

#aa2316 #16aa23 #2316aa

Analogous Colors of #aa2316

#aa2316 #aa6d16 #aa1653

Monochromatic Colors of #aa2316

#aa2316

Complementary Color

#aa2316 #169daa

#aa2316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa2316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa2316 Color CSS Codes

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

#aa2316 Text Font Color

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

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


#aa2316 Background Color

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

This div background color is #aa2316


#aa2316 Border Color

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

This div border color is #aa2316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa2316


Comments

No comments written yet.

Please login to write comment.