Color Hex Logo

#aa590d Color Hex

#AA590D
(170,89,13)
0 Favorites   0 Comments

Color spaces of #aa590d

RGB 1708913
HSL0.080.860.36
HSV29°92°67°
CMYK 0.000.480.92   0.33
XYZ20.222615.71992.3492
Yxy15.71990.52810.4105
Hunter Lab39.648321.659224.2408
CIE-Lab46.604828.646052.2614

#aa590d color RGB value is (170,89,13).

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

The process color (four color CMYK) of #aa590d color hex is 0.00, 0.48, 0.92, 0.33. Web safe color of #aa590d is #996600. Color #aa590d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011001 00001101
Octal 252 131 15
Decimal 170 89 13
Hex AA 59 D

RGB Percentages of Color #aa590d

%62.50
%32.72
%4.78

CMYK Percentages of Color #aa590d

%0
%48
%92
%33

Triadic Colors of #aa590d

#aa590d #0daa59 #590daa

Analogous Colors of #aa590d

#aa590d #aaa80d #aa0d10

Monochromatic Colors of #aa590d

#aa590d

Complementary Color

#aa590d #0d5eaa

#aa590d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa590d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa590d Color CSS Codes

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

#aa590d Text Font Color

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

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


#aa590d Background Color

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

This div background color is #aa590d


#aa590d Border Color

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

This div border color is #aa590d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa590d


Comments

No comments written yet.

Please login to write comment.