Color Hex Logo

#aa3518 Color Hex

#AA3518
(170,53,24)
0 Favorites   0 Comments

Color spaces of #aa3518

RGB 1705324
HSL0.030.750.38
HSV12°86°67°
CMYK 0.000.690.86   0.33
XYZ18.015511.15822.0684
Yxy11.15820.57660.3572
Hunter Lab33.403937.812419.7114
CIE-Lab39.845746.500242.9208

#aa3518 color RGB value is (170,53,24).

#aa3518 hex color red value is 170, green value is 53 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #aa3518 hue: 0.03 , saturation: 0.75 and the lightness value of aa3518 is 0.38.

The process color (four color CMYK) of #aa3518 color hex is 0.00, 0.69, 0.86, 0.33. Web safe color of #aa3518 is #993300. Color #aa3518 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110101 00011000
Octal 252 65 30
Decimal 170 53 24
Hex AA 35 18

RGB Percentages of Color #aa3518

%68.83
%21.46
%9.72

CMYK Percentages of Color #aa3518

%0
%69
%86
%33

Triadic Colors of #aa3518

#aa3518 #18aa35 #3518aa

Analogous Colors of #aa3518

#aa3518 #aa7e18 #aa1844

Monochromatic Colors of #aa3518

#aa3518

Complementary Color

#aa3518 #188daa

#aa3518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa3518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa3518 Color CSS Codes

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

#aa3518 Text Font Color

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

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


#aa3518 Background Color

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

This div background color is #aa3518


#aa3518 Border Color

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

This div border color is #aa3518


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa3518


Comments

No comments written yet.

Please login to write comment.