Color Hex Logo

#aaa433 Color Hex

#AAA433
(170,164,51)
0 Favorites   0 Comments

Color spaces of #aaa433

RGB 17016451
HSL0.160.540.43
HSV57°70°67°
CMYK 0.000.040.70   0.33
XYZ30.450635.33608.3476
Yxy35.33600.41070.4766
Hunter Lab59.4441-12.589433.2849
CIE-Lab66.0094-11.360556.4324

#aaa433 color RGB value is (170,164,51).

#aaa433 hex color red value is 170, green value is 164 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #aaa433 hue: 0.16 , saturation: 0.54 and the lightness value of aaa433 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 00110011
Octal 252 244 63
Decimal 170 164 51
Hex AA A4 33

RGB Percentages of Color #aaa433

%44.16
%42.60
%13.25

CMYK Percentages of Color #aaa433

%0
%4
%70
%33

Triadic Colors of #aaa433

#aaa433 #33aaa4 #a433aa

Analogous Colors of #aaa433

#aaa433 #75aa33 #aa6933

Monochromatic Colors of #aaa433

#aaa433

Complementary Color

#aaa433 #3339aa

#aaa433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa433 Color CSS Codes

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

#aaa433 Text Font Color

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

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


#aaa433 Background Color

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

This div background color is #aaa433


#aaa433 Border Color

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

This div border color is #aaa433


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa433


Comments

No comments written yet.

Please login to write comment.