Color Hex Logo

#aa330d Color Hex

#AA330D
(170,51,13)
0 Favorites   0 Comments

Color spaces of #aa330d

RGB 1705113
HSL0.040.860.36
HSV15°92°67°
CMYK 0.000.700.92   0.33
XYZ17.834010.94281.5530
Yxy10.94280.58800.3608
Hunter Lab33.079938.342920.3724
CIE-Lab39.484047.091447.1592

#aa330d color RGB value is (170,51,13).

#aa330d hex color red value is 170, green value is 51 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #aa330d hue: 0.04 , saturation: 0.86 and the lightness value of aa330d is 0.36.

The process color (four color CMYK) of #aa330d color hex is 0.00, 0.70, 0.92, 0.33. Web safe color of #aa330d is #993300. Color #aa330d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110011 00001101
Octal 252 63 15
Decimal 170 51 13
Hex AA 33 D

RGB Percentages of Color #aa330d

%72.65
%21.79
%5.56

CMYK Percentages of Color #aa330d

%0
%70
%92
%33

Triadic Colors of #aa330d

#aa330d #0daa33 #330daa

Analogous Colors of #aa330d

#aa330d #aa820d #aa0d36

Monochromatic Colors of #aa330d

#aa330d

Complementary Color

#aa330d #0d84aa

#aa330d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa330d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa330d Color CSS Codes

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

#aa330d Text Font Color

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

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


#aa330d Background Color

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

This div background color is #aa330d


#aa330d Border Color

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

This div border color is #aa330d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa330d


Comments

No comments written yet.

Please login to write comment.