Color Hex Logo

#aa780d Color Hex

#AA780D
(170,120,13)
0 Favorites   0 Comments

Color spaces of #aa780d

RGB 17012013
HSL0.110.860.36
HSV41°92°67°
CMYK 0.000.290.92   0.33
XYZ23.366722.00803.3972
Yxy22.00800.47910.4512
Hunter Lab46.91276.811728.5454
CIE-Lab54.035511.347857.7881

#aa780d color RGB value is (170,120,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111000 00001101
Octal 252 170 15
Decimal 170 120 13
Hex AA 78 D

RGB Percentages of Color #aa780d

%56.11
%39.60
%4.29

CMYK Percentages of Color #aa780d

%0
%29
%92
%33

Triadic Colors of #aa780d

#aa780d #0daa78 #780daa

Analogous Colors of #aa780d

#aa780d #8eaa0d #aa2a0d

Monochromatic Colors of #aa780d

#aa780d

Complementary Color

#aa780d #0d3faa

#aa780d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa780d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa780d Color CSS Codes

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

#aa780d Text Font Color

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

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


#aa780d Background Color

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

This div background color is #aa780d


#aa780d Border Color

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

This div border color is #aa780d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa780d


Comments

No comments written yet.

Please login to write comment.