Color Hex Logo

#aaaa74 Color Hex

#AAAA74
(170,170,116)
0 Favorites   0 Comments

Color spaces of #aaaa74

RGB 170170116
HSL0.170.240.56
HSV60°32°67°
CMYK 0.000.000.32   0.33
XYZ34.104738.556522.1676
Yxy38.55650.35960.4066
Hunter Lab62.0939-10.624222.2991
CIE-Lab68.4288-8.617127.9103

#aaaa74 color RGB value is (170,170,116).

#aaaa74 hex color red value is 170, green value is 170 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #aaaa74 hue: 0.17 , saturation: 0.24 and the lightness value of aaaa74 is 0.56.

The process color (four color CMYK) of #aaaa74 color hex is 0.00, 0.00, 0.32, 0.33. Web safe color of #aaaa74 is #999966. Color #aaaa74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 01110100
Octal 252 252 164
Decimal 170 170 116
Hex AA AA 74

RGB Percentages of Color #aaaa74

%37.28
%37.28
%25.44

CMYK Percentages of Color #aaaa74

%0
%0
%32
%33

Triadic Colors of #aaaa74

#aaaa74 #74aaaa #aa74aa

Analogous Colors of #aaaa74

#aaaa74 #8faa74 #aa8f74

Monochromatic Colors of #aaaa74

#aaaa74

Complementary Color

#aaaa74 #7474aa

#aaaa74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa74 Color CSS Codes

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

#aaaa74 Text Font Color

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

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


#aaaa74 Background Color

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

This div background color is #aaaa74


#aaaa74 Border Color

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

This div border color is #aaaa74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa74


Comments

No comments written yet.

Please login to write comment.