Color Hex Logo

#aaaa47 Color Hex

#AAAA47
(170,170,71)
0 Favorites   0 Comments

Color spaces of #aaaa47

RGB 17017071
HSL0.170.410.47
HSV60°58°67°
CMYK 0.000.000.58   0.33
XYZ32.089637.750411.5565
Yxy37.75040.39420.4638
Hunter Lab61.4414-14.295431.8571
CIE-Lab67.8362-13.203349.8521

#aaaa47 color RGB value is (170,170,71).

#aaaa47 hex color red value is 170, green value is 170 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #aaaa47 hue: 0.17 , saturation: 0.41 and the lightness value of aaaa47 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 01000111
Octal 252 252 107
Decimal 170 170 71
Hex AA AA 47

RGB Percentages of Color #aaaa47

%41.36
%41.36
%17.27

CMYK Percentages of Color #aaaa47

%0
%0
%58
%33

Triadic Colors of #aaaa47

#aaaa47 #47aaaa #aa47aa

Analogous Colors of #aaaa47

#aaaa47 #79aa47 #aa7947

Monochromatic Colors of #aaaa47

#aaaa47

Complementary Color

#aaaa47 #4747aa

#aaaa47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa47 Color CSS Codes

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

#aaaa47 Text Font Color

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

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


#aaaa47 Background Color

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

This div background color is #aaaa47


#aaaa47 Border Color

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

This div border color is #aaaa47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa47


Comments

No comments written yet.

Please login to write comment.