Color Hex Logo

#aa440c Color Hex

#AA440C
(170,68,12)
0 Favorites   0 Comments

Color spaces of #aa440c

RGB 1706812
HSL0.060.870.36
HSV21°93°67°
CMYK 0.000.600.93   0.33
XYZ18.711012.70681.8143
Yxy12.70680.56300.3824
Hunter Lab35.646631.313621.9349
CIE-Lab42.318139.492649.4651

#aa440c color RGB value is (170,68,12).

#aa440c hex color red value is 170, green value is 68 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #aa440c hue: 0.06 , saturation: 0.87 and the lightness value of aa440c is 0.36.

The process color (four color CMYK) of #aa440c color hex is 0.00, 0.60, 0.93, 0.33. Web safe color of #aa440c is #993300. Color #aa440c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01000100 00001100
Octal 252 104 14
Decimal 170 68 12
Hex AA 44 C

RGB Percentages of Color #aa440c

%68.00
%27.20
%4.80

CMYK Percentages of Color #aa440c

%0
%60
%93
%33

Triadic Colors of #aa440c

#aa440c #0caa44 #440caa

Analogous Colors of #aa440c

#aa440c #aa930c #aa0c23

Monochromatic Colors of #aa440c

#aa440c

Complementary Color

#aa440c #0c72aa

#aa440c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa440c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa440c Color CSS Codes

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

#aa440c Text Font Color

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

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


#aa440c Background Color

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

This div background color is #aa440c


#aa440c Border Color

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

This div border color is #aa440c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa440c


Comments

No comments written yet.

Please login to write comment.