Color Hex Logo

#aa750e Color Hex

#AA750E
(170,117,14)
0 Favorites   0 Comments

Color spaces of #aa750e

RGB 17011714
HSL0.110.850.36
HSV40°92°67°
CMYK 0.000.310.92   0.33
XYZ23.018121.30033.3137
Yxy21.30030.48320.4472
Hunter Lab46.15228.259228.0496
CIE-Lab53.276613.053556.9998

#aa750e color RGB value is (170,117,14).

#aa750e hex color red value is 170, green value is 117 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #aa750e hue: 0.11 , saturation: 0.85 and the lightness value of aa750e is 0.36.

The process color (four color CMYK) of #aa750e color hex is 0.00, 0.31, 0.92, 0.33. Web safe color of #aa750e is #996600. Color #aa750e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110101 00001110
Octal 252 165 16
Decimal 170 117 14
Hex AA 75 E

RGB Percentages of Color #aa750e

%56.48
%38.87
%4.65

CMYK Percentages of Color #aa750e

%0
%31
%92
%33

Triadic Colors of #aa750e

#aa750e #0eaa75 #750eaa

Analogous Colors of #aa750e

#aa750e #91aa0e #aa270e

Monochromatic Colors of #aa750e

#aa750e

Complementary Color

#aa750e #0e43aa

#aa750e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa750e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa750e Color CSS Codes

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

#aa750e Text Font Color

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

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


#aa750e Background Color

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

This div background color is #aa750e


#aa750e Border Color

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

This div border color is #aa750e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa750e


Comments

No comments written yet.

Please login to write comment.