Color Hex Logo

#aa3330 Color Hex

#AA3330
(170,51,48)
0 Favorites   0 Comments

Color spaces of #aa3330

RGB 1705148
HSL0.000.560.43
HSV72°67°
CMYK 0.000.700.72   0.33
XYZ18.294911.12713.9798
Yxy11.12710.54770.3331
Hunter Lab33.357339.523516.2763
CIE-Lab39.793748.201229.8222

#aa3330 color RGB value is (170,51,48).

#aa3330 hex color red value is 170, green value is 51 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #aa3330 hue: 0.00 , saturation: 0.56 and the lightness value of aa3330 is 0.43.

The process color (four color CMYK) of #aa3330 color hex is 0.00, 0.70, 0.72, 0.33. Web safe color of #aa3330 is #993333. Color #aa3330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110011 00110000
Octal 252 63 60
Decimal 170 51 48
Hex AA 33 30

RGB Percentages of Color #aa3330

%63.20
%18.96
%17.84

CMYK Percentages of Color #aa3330

%0
%70
%72
%33

Triadic Colors of #aa3330

#aa3330 #30aa33 #3330aa

Analogous Colors of #aa3330

#aa3330 #aa7030 #aa306a

Monochromatic Colors of #aa3330

#aa3330

Complementary Color

#aa3330 #30a7aa

#aa3330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3330 Color CSS Codes

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

#aa3330 Text Font Color

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

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


#aa3330 Background Color

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

This div background color is #aa3330


#aa3330 Border Color

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

This div border color is #aa3330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3330


Comments

No comments written yet.

Please login to write comment.