Color Hex Logo

#aa701a Color Hex

#AA701A
(170,112,26)
0 Favorites   0 Comments

Color spaces of #aa701a

RGB 17011226
HSL0.100.730.38
HSV36°85°67°
CMYK 0.000.340.85   0.33
XYZ22.558220.20903.6891
Yxy20.20900.48560.4350
Hunter Lab44.954410.901326.6026
CIE-Lab52.072716.153152.6499

#aa701a color RGB value is (170,112,26).

#aa701a hex color red value is 170, green value is 112 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #aa701a hue: 0.10 , saturation: 0.73 and the lightness value of aa701a is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110000 00011010
Octal 252 160 32
Decimal 170 112 26
Hex AA 70 1A

RGB Percentages of Color #aa701a

%55.19
%36.36
%8.44

CMYK Percentages of Color #aa701a

%0
%34
%85
%33

Triadic Colors of #aa701a

#aa701a #1aaa70 #701aaa

Analogous Colors of #aa701a

#aa701a #9caa1a #aa281a

Monochromatic Colors of #aa701a

#aa701a

Complementary Color

#aa701a #1a54aa

#aa701a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa701a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa701a Color CSS Codes

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

#aa701a Text Font Color

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

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


#aa701a Background Color

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

This div background color is #aa701a


#aa701a Border Color

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

This div border color is #aa701a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa701a


Comments

No comments written yet.

Please login to write comment.