Color Hex Logo

#aaa933 Color Hex

#AAA933
(170,169,51)
0 Favorites   0 Comments

Color spaces of #aaa933

RGB 17016951
HSL0.170.540.43
HSV59°70°67°
CMYK 0.000.010.70   0.33
XYZ31.363137.16108.6517
Yxy37.16100.40640.4815
Hunter Lab60.9598-14.843634.2572
CIE-Lab67.3976-13.960357.8065

#aaa933 color RGB value is (170,169,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 00110011
Octal 252 251 63
Decimal 170 169 51
Hex AA A9 33

RGB Percentages of Color #aaa933

%43.59
%43.33
%13.08

CMYK Percentages of Color #aaa933

%0
%1
%70
%33

Triadic Colors of #aaa933

#aaa933 #33aaa9 #a933aa

Analogous Colors of #aaa933

#aaa933 #70aa33 #aa6e33

Monochromatic Colors of #aaa933

#aaa933

Complementary Color

#aaa933 #3334aa

#aaa933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa933 Color CSS Codes

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

#aaa933 Text Font Color

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

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


#aaa933 Background Color

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

This div background color is #aaa933


#aaa933 Border Color

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

This div border color is #aaa933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa933


Comments

No comments written yet.

Please login to write comment.