Color Hex Logo

#aaaa48 Color Hex

#AAAA48
(170,170,72)
0 Favorites   0 Comments

Color spaces of #aaaa48

RGB 17017072
HSL0.170.400.47
HSV60°58°67°
CMYK 0.000.000.58   0.33
XYZ32.122037.763411.7269
Yxy37.76340.39360.4627
Hunter Lab61.4519-14.235831.7020
CIE-Lab67.8459-13.127749.4055

#aaaa48 color RGB value is (170,170,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 01001000
Octal 252 252 110
Decimal 170 170 72
Hex AA AA 48

RGB Percentages of Color #aaaa48

%41.26
%41.26
%17.48

CMYK Percentages of Color #aaaa48

%0
%0
%58
%33

Triadic Colors of #aaaa48

#aaaa48 #48aaaa #aa48aa

Analogous Colors of #aaaa48

#aaaa48 #79aa48 #aa7948

Monochromatic Colors of #aaaa48

#aaaa48

Complementary Color

#aaaa48 #4848aa

#aaaa48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa48 Color CSS Codes

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

#aaaa48 Text Font Color

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

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


#aaaa48 Background Color

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

This div background color is #aaaa48


#aaaa48 Border Color

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

This div border color is #aaaa48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa48


Comments

No comments written yet.

Please login to write comment.