Color Hex Logo

#aa580e Color Hex

#AA580E
(170,88,14)
0 Favorites   0 Comments

Color spaces of #aa580e

RGB 1708814
HSL0.080.850.36
HSV28°92°67°
CMYK 0.000.480.92   0.33
XYZ20.146615.55722.3565
Yxy15.55720.52930.4088
Hunter Lab39.442622.150124.0675
CIE-Lab46.388129.205851.8301

#aa580e color RGB value is (170,88,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011000 00001110
Octal 252 130 16
Decimal 170 88 14
Hex AA 58 E

RGB Percentages of Color #aa580e

%62.50
%32.35
%5.15

CMYK Percentages of Color #aa580e

%0
%48
%92
%33

Triadic Colors of #aa580e

#aa580e #0eaa58 #580eaa

Analogous Colors of #aa580e

#aa580e #aaa60e #aa0e12

Monochromatic Colors of #aa580e

#aa580e

Complementary Color

#aa580e #0e60aa

#aa580e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa580e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa580e Color CSS Codes

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

#aa580e Text Font Color

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

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


#aa580e Background Color

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

This div background color is #aa580e


#aa580e Border Color

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

This div border color is #aa580e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa580e


Comments

No comments written yet.

Please login to write comment.