Color Hex Logo

#aaa948 Color Hex

#AAA948
(170,169,72)
0 Favorites   0 Comments

Color spaces of #aaa948

RGB 17016972
HSL0.160.400.47
HSV59°58°67°
CMYK 0.000.010.58   0.33
XYZ31.935237.389911.6647
Yxy37.38990.39430.4617
Hunter Lab61.1473-13.783131.4927
CIE-Lab67.5685-12.608749.0959

#aaa948 color RGB value is (170,169,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 01001000
Octal 252 251 110
Decimal 170 169 72
Hex AA A9 48

RGB Percentages of Color #aaa948

%41.36
%41.12
%17.52

CMYK Percentages of Color #aaa948

%0
%1
%58
%33

Triadic Colors of #aaa948

#aaa948 #48aaa9 #a948aa

Analogous Colors of #aaa948

#aaa948 #7aaa48 #aa7848

Monochromatic Colors of #aaa948

#aaa948

Complementary Color

#aaa948 #4849aa

#aaa948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa948 Color CSS Codes

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

#aaa948 Text Font Color

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

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


#aaa948 Background Color

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

This div background color is #aaa948


#aaa948 Border Color

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

This div border color is #aaa948


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,169,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 #aaa948">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa948


Comments

No comments written yet.

Please login to write comment.