Color Hex Logo

#aa590b Color Hex

#AA590B
(170,89,11)
0 Favorites   0 Comments

Color spaces of #aa590b

RGB 1708911
HSL0.080.880.35
HSV29°94°67°
CMYK 0.000.480.94   0.33
XYZ20.210315.71502.2847
Yxy15.71500.52890.4113
Hunter Lab39.642121.628824.3324
CIE-Lab46.598328.613552.7645

#aa590b color RGB value is (170,89,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011001 00001011
Octal 252 131 13
Decimal 170 89 11
Hex AA 59 B

RGB Percentages of Color #aa590b

%62.96
%32.96
%4.07

CMYK Percentages of Color #aa590b

%0
%48
%94
%33

Triadic Colors of #aa590b

#aa590b #0baa59 #590baa

Analogous Colors of #aa590b

#aa590b #aaa90b #aa0b0c

Monochromatic Colors of #aa590b

#aa590b

Complementary Color

#aa590b #0b5caa

#aa590b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa590b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa590b Color CSS Codes

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

#aa590b Text Font Color

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

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


#aa590b Background Color

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

This div background color is #aa590b


#aa590b Border Color

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

This div border color is #aa590b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa590b


Comments

No comments written yet.

Please login to write comment.