Color Hex Logo

#aa661d Color Hex

#AA661D
(170,102,29)
0 Favorites   0 Comments

Color spaces of #aa661d

RGB 17010229
HSL0.090.710.39
HSV31°83°67°
CMYK 0.000.400.83   0.33
XYZ21.550718.13753.5274
Yxy18.13750.49870.4197
Hunter Lab42.588115.796424.9010
CIE-Lab49.662521.863049.4541

#aa661d color RGB value is (170,102,29).

#aa661d hex color red value is 170, green value is 102 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #aa661d hue: 0.09 , saturation: 0.71 and the lightness value of aa661d is 0.39.

The process color (four color CMYK) of #aa661d color hex is 0.00, 0.40, 0.83, 0.33. Web safe color of #aa661d is #996633. Color #aa661d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100110 00011101
Octal 252 146 35
Decimal 170 102 29
Hex AA 66 1D

RGB Percentages of Color #aa661d

%56.48
%33.89
%9.63

CMYK Percentages of Color #aa661d

%0
%40
%83
%33

Triadic Colors of #aa661d

#aa661d #1daa66 #661daa

Analogous Colors of #aa661d

#aa661d #a8aa1d #aa201d

Monochromatic Colors of #aa661d

#aa661d

Complementary Color

#aa661d #1d61aa

#aa661d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa661d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa661d Color CSS Codes

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

#aa661d Text Font Color

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

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


#aa661d Background Color

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

This div background color is #aa661d


#aa661d Border Color

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

This div border color is #aa661d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa661d


Comments

No comments written yet.

Please login to write comment.