Color Hex Logo

#aa5230 Color Hex

#AA5230
(170,82,48)
0 Favorites   0 Comments

Color spaces of #aa5230

RGB 1708248
HSL0.050.560.43
HSV17°72°67°
CMYK 0.000.520.72   0.33
XYZ20.128414.79404.5910
Yxy14.79400.50940.3744
Hunter Lab38.463026.102219.8471
CIE-Lab45.350733.587336.1660

#aa5230 color RGB value is (170,82,48).

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

The process color (four color CMYK) of #aa5230 color hex is 0.00, 0.52, 0.72, 0.33. Web safe color of #aa5230 is #996633. Color #aa5230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010010 00110000
Octal 252 122 60
Decimal 170 82 48
Hex AA 52 30

RGB Percentages of Color #aa5230

%56.67
%27.33
%16.00

CMYK Percentages of Color #aa5230

%0
%52
%72
%33

Triadic Colors of #aa5230

#aa5230 #30aa52 #5230aa

Analogous Colors of #aa5230

#aa5230 #aa8f30 #aa304b

Monochromatic Colors of #aa5230

#aa5230

Complementary Color

#aa5230 #3088aa

#aa5230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5230 Color CSS Codes

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

#aa5230 Text Font Color

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

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


#aa5230 Background Color

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

This div background color is #aa5230


#aa5230 Border Color

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

This div border color is #aa5230


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,82,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 #aa5230">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5230


Comments

No comments written yet.

Please login to write comment.