Color Hex Logo

#aa703a Color Hex

#AA703A
(170,112,58)
0 Favorites   0 Comments

Color spaces of #aa703a

RGB 17011258
HSL0.080.490.45
HSV29°66°67°
CMYK 0.000.340.66   0.33
XYZ23.135520.43996.7289
Yxy20.43990.45990.4063
Hunter Lab45.210512.225122.8229
CIE-Lab52.331017.658438.7397

#aa703a color RGB value is (170,112,58).

#aa703a hex color red value is 170, green value is 112 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #aa703a hue: 0.08 , saturation: 0.49 and the lightness value of aa703a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110000 00111010
Octal 252 160 72
Decimal 170 112 58
Hex AA 70 3A

RGB Percentages of Color #aa703a

%50.00
%32.94
%17.06

CMYK Percentages of Color #aa703a

%0
%34
%66
%33

Triadic Colors of #aa703a

#aa703a #3aaa70 #703aaa

Analogous Colors of #aa703a

#aa703a #aaa83a #aa3a3c

Monochromatic Colors of #aa703a

#aa703a

Complementary Color

#aa703a #3a74aa

#aa703a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa703a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa703a Color CSS Codes

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

#aa703a Text Font Color

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

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


#aa703a Background Color

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

This div background color is #aa703a


#aa703a Border Color

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

This div border color is #aa703a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa703a


Comments

No comments written yet.

Please login to write comment.