Color Hex Logo

#aa702e Color Hex

#AA702E
(170,112,46)
0 Favorites   0 Comments

Color spaces of #aa702e

RGB 17011246
HSL0.090.570.42
HSV32°73°67°
CMYK 0.000.340.73   0.33
XYZ22.864920.33165.3041
Yxy20.33160.47140.4192
Hunter Lab45.090611.606724.5890
CIE-Lab52.210116.957644.5602

#aa702e color RGB value is (170,112,46).

#aa702e hex color red value is 170, green value is 112 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aa702e hue: 0.09 , saturation: 0.57 and the lightness value of aa702e is 0.42.

The process color (four color CMYK) of #aa702e color hex is 0.00, 0.34, 0.73, 0.33. Web safe color of #aa702e is #996633. Color #aa702e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110000 00101110
Octal 252 160 56
Decimal 170 112 46
Hex AA 70 2E

RGB Percentages of Color #aa702e

%51.83
%34.15
%14.02

CMYK Percentages of Color #aa702e

%0
%34
%73
%33

Triadic Colors of #aa702e

#aa702e #2eaa70 #702eaa

Analogous Colors of #aa702e

#aa702e #a6aa2e #aa322e

Monochromatic Colors of #aa702e

#aa702e

Complementary Color

#aa702e #2e68aa

#aa702e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa702e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa702e Color CSS Codes

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

#aa702e Text Font Color

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

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


#aa702e Background Color

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

This div background color is #aa702e


#aa702e Border Color

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

This div border color is #aa702e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa702e


Comments

No comments written yet.

Please login to write comment.