Color Hex Logo

#aaaa3a Color Hex

#AAAA3A
(170,170,58)
0 Favorites   0 Comments

Color spaces of #aaaa3a

RGB 17017058
HSL0.170.490.45
HSV60°66°67°
CMYK 0.000.000.66   0.33
XYZ31.716037.60109.5891
Yxy37.60100.40190.4765
Hunter Lab61.3197-14.984933.6521
CIE-Lab67.7255-14.082455.3722

#aaaa3a color RGB value is (170,170,58).

#aaaa3a hex color red value is 170, green value is 170 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #aaaa3a hue: 0.17 , saturation: 0.49 and the lightness value of aaaa3a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 00111010
Octal 252 252 72
Decimal 170 170 58
Hex AA AA 3A

RGB Percentages of Color #aaaa3a

%42.71
%42.71
%14.57

CMYK Percentages of Color #aaaa3a

%0
%0
%66
%33

Triadic Colors of #aaaa3a

#aaaa3a #3aaaaa #aa3aaa

Analogous Colors of #aaaa3a

#aaaa3a #72aa3a #aa723a

Monochromatic Colors of #aaaa3a

#aaaa3a

Complementary Color

#aaaa3a #3a3aaa

#aaaa3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa3a Color CSS Codes

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

#aaaa3a Text Font Color

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

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


#aaaa3a Background Color

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

This div background color is #aaaa3a


#aaaa3a Border Color

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

This div border color is #aaaa3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa3a


Comments

No comments written yet.

Please login to write comment.