Color Hex Logo

#aa910f Color Hex

#AA910F
(170,145,15)
0 Favorites   0 Comments

Color spaces of #aa910f

RGB 17014515
HSL0.140.840.36
HSV50°91°67°
CMYK 0.000.150.91   0.33
XYZ26.789228.83134.6050
Yxy28.83130.44480.4787
Hunter Lab53.6948-4.909332.5015
CIE-Lab60.6325-2.486062.4430

#aa910f color RGB value is (170,145,15).

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

The process color (four color CMYK) of #aa910f color hex is 0.00, 0.15, 0.91, 0.33. Web safe color of #aa910f is #999900. Color #aa910f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010001 00001111
Octal 252 221 17
Decimal 170 145 15
Hex AA 91 F

RGB Percentages of Color #aa910f

%51.52
%43.94
%4.55

CMYK Percentages of Color #aa910f

%0
%15
%91
%33

Triadic Colors of #aa910f

#aa910f #0faa91 #910faa

Analogous Colors of #aa910f

#aa910f #76aa0f #aa440f

Monochromatic Colors of #aa910f

#aa910f

Complementary Color

#aa910f #0f28aa

#aa910f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa910f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa910f Color CSS Codes

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

#aa910f Text Font Color

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

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


#aa910f Background Color

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

This div background color is #aa910f


#aa910f Border Color

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

This div border color is #aa910f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,145,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 #aa910f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa910f


Comments

No comments written yet.

Please login to write comment.