Color Hex Logo

#aa700f Color Hex

#AA700F
(170,112,15)
0 Favorites   0 Comments

Color spaces of #aa700f

RGB 17011215
HSL0.100.840.36
HSV38°91°67°
CMYK 0.000.340.91   0.33
XYZ22.458020.16893.1613
Yxy20.16890.49050.4405
Hunter Lab44.909810.670227.2633
CIE-Lab52.027615.888355.8187

#aa700f color RGB value is (170,112,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110000 00001111
Octal 252 160 17
Decimal 170 112 15
Hex AA 70 F

RGB Percentages of Color #aa700f

%57.24
%37.71
%5.05

CMYK Percentages of Color #aa700f

%0
%34
%91
%33

Triadic Colors of #aa700f

#aa700f #0faa70 #700faa

Analogous Colors of #aa700f

#aa700f #97aa0f #aa230f

Monochromatic Colors of #aa700f

#aa700f

Complementary Color

#aa700f #0f49aa

#aa700f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa700f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa700f Color CSS Codes

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

#aa700f Text Font Color

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

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


#aa700f Background Color

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

This div background color is #aa700f


#aa700f Border Color

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

This div border color is #aa700f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa700f


Comments

No comments written yet.

Please login to write comment.