Color Hex Logo

#aa7110 Color Hex

#AA7110
(170,113,16)
0 Favorites   0 Comments

Color spaces of #aa7110

RGB 17011316
HSL0.100.830.36
HSV38°91°67°
CMYK 0.000.340.91   0.33
XYZ22.576220.39373.2367
Yxy20.39370.48860.4414
Hunter Lab45.159410.207327.3621
CIE-Lab52.279415.344255.7680

#aa7110 color RGB value is (170,113,16).

#aa7110 hex color red value is 170, green value is 113 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #aa7110 hue: 0.10 , saturation: 0.83 and the lightness value of aa7110 is 0.36.

The process color (four color CMYK) of #aa7110 color hex is 0.00, 0.34, 0.91, 0.33. Web safe color of #aa7110 is #996600. Color #aa7110 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110001 00010000
Octal 252 161 20
Decimal 170 113 16
Hex AA 71 10

RGB Percentages of Color #aa7110

%56.86
%37.79
%5.35

CMYK Percentages of Color #aa7110

%0
%34
%91
%33

Triadic Colors of #aa7110

#aa7110 #10aa71 #7110aa

Analogous Colors of #aa7110

#aa7110 #96aa10 #aa2410

Monochromatic Colors of #aa7110

#aa7110

Complementary Color

#aa7110 #1049aa

#aa7110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7110 Color CSS Codes

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

#aa7110 Text Font Color

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

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


#aa7110 Background Color

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

This div background color is #aa7110


#aa7110 Border Color

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

This div border color is #aa7110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7110


Comments

No comments written yet.

Please login to write comment.