Color Hex Logo

#aa8934 Color Hex

#AA8934
(170,137,52)
0 Favorites   0 Comments

Color spaces of #aa8934

RGB 17013752
HSL0.120.530.44
HSV43°69°67°
CMYK 0.000.190.69   0.33
XYZ26.143126.68537.0217
Yxy26.68530.43680.4459
Hunter Lab51.6578-0.065528.1014
CIE-Lab58.68193.264648.5589

#aa8934 color RGB value is (170,137,52).

#aa8934 hex color red value is 170, green value is 137 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #aa8934 hue: 0.12 , saturation: 0.53 and the lightness value of aa8934 is 0.44.

The process color (four color CMYK) of #aa8934 color hex is 0.00, 0.19, 0.69, 0.33. Web safe color of #aa8934 is #999933. Color #aa8934 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001001 00110100
Octal 252 211 64
Decimal 170 137 52
Hex AA 89 34

RGB Percentages of Color #aa8934

%47.35
%38.16
%14.48

CMYK Percentages of Color #aa8934

%0
%19
%69
%33

Triadic Colors of #aa8934

#aa8934 #34aa89 #8934aa

Analogous Colors of #aa8934

#aa8934 #90aa34 #aa4e34

Monochromatic Colors of #aa8934

#aa8934

Complementary Color

#aa8934 #3455aa

#aa8934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8934 Color CSS Codes

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

#aa8934 Text Font Color

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

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


#aa8934 Background Color

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

This div background color is #aa8934


#aa8934 Border Color

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

This div border color is #aa8934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8934


Comments

No comments written yet.

Please login to write comment.