Color Hex Logo

#aaa336 Color Hex

#AAA336
(170,163,54)
0 Favorites   0 Comments

Color spaces of #aaa336

RGB 17016354
HSL0.160.520.44
HSV56°68°67°
CMYK 0.000.040.68   0.33
XYZ30.340635.00688.6479
Yxy35.00680.41000.4731
Hunter Lab59.1665-12.006732.7506
CIE-Lab65.7540-10.671854.9851

#aaa336 color RGB value is (170,163,54).

#aaa336 hex color red value is 170, green value is 163 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #aaa336 hue: 0.16 , saturation: 0.52 and the lightness value of aaa336 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 00110110
Octal 252 243 66
Decimal 170 163 54
Hex AA A3 36

RGB Percentages of Color #aaa336

%43.93
%42.12
%13.95

CMYK Percentages of Color #aaa336

%0
%4
%68
%33

Triadic Colors of #aaa336

#aaa336 #36aaa3 #a336aa

Analogous Colors of #aaa336

#aaa336 #77aa36 #aa6936

Monochromatic Colors of #aaa336

#aaa336

Complementary Color

#aaa336 #363daa

#aaa336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa336 Color CSS Codes

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

#aaa336 Text Font Color

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

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


#aaa336 Background Color

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

This div background color is #aaa336


#aaa336 Border Color

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

This div border color is #aaa336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa336


Comments

No comments written yet.

Please login to write comment.