Color Hex Logo

#aa320b Color Hex

#AA320B
(170,50,11)
0 Favorites   0 Comments

Color spaces of #aa320b

RGB 1705011
HSL0.040.880.35
HSV15°94°67°
CMYK 0.000.710.94   0.33
XYZ17.778610.85141.4741
Yxy10.85140.59060.3605
Hunter Lab32.941538.689420.4059
CIE-Lab39.329147.462447.7278

#aa320b color RGB value is (170,50,11).

#aa320b hex color red value is 170, green value is 50 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aa320b hue: 0.04 , saturation: 0.88 and the lightness value of aa320b is 0.35.

The process color (four color CMYK) of #aa320b color hex is 0.00, 0.71, 0.94, 0.33. Web safe color of #aa320b is #993300. Color #aa320b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110010 00001011
Octal 252 62 13
Decimal 170 50 11
Hex AA 32 B

RGB Percentages of Color #aa320b

%73.59
%21.65
%4.76

CMYK Percentages of Color #aa320b

%0
%71
%94
%33

Triadic Colors of #aa320b

#aa320b #0baa32 #320baa

Analogous Colors of #aa320b

#aa320b #aa820b #aa0b33

Monochromatic Colors of #aa320b

#aa320b

Complementary Color

#aa320b #0b83aa

#aa320b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa320b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa320b Color CSS Codes

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

#aa320b Text Font Color

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

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


#aa320b Background Color

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

This div background color is #aa320b


#aa320b Border Color

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

This div border color is #aa320b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa320b


Comments

No comments written yet.

Please login to write comment.