Color Hex Logo

#aaa130 Color Hex

#AAA130
(170,161,48)
0 Favorites   0 Comments

Color spaces of #aaa130

RGB 17016148
HSL0.150.560.43
HSV56°72°67°
CMYK 0.000.050.72   0.33
XYZ29.855934.24927.8335
Yxy34.24920.41500.4761
Hunter Lab58.5228-11.351733.0298
CIE-Lab65.1599-9.940656.7490

#aaa130 color RGB value is (170,161,48).

#aaa130 hex color red value is 170, green value is 161 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #aaa130 hue: 0.15 , saturation: 0.56 and the lightness value of aaa130 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 00110000
Octal 252 241 60
Decimal 170 161 48
Hex AA A1 30

RGB Percentages of Color #aaa130

%44.85
%42.48
%12.66

CMYK Percentages of Color #aaa130

%0
%5
%72
%33

Triadic Colors of #aaa130

#aaa130 #30aaa1 #a130aa

Analogous Colors of #aaa130

#aaa130 #76aa30 #aa6430

Monochromatic Colors of #aaa130

#aaa130

Complementary Color

#aaa130 #3039aa

#aaa130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa130 Color CSS Codes

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

#aaa130 Text Font Color

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

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


#aaa130 Background Color

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

This div background color is #aaa130


#aaa130 Border Color

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

This div border color is #aaa130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa130


Comments

No comments written yet.

Please login to write comment.