Color Hex Logo

#aaa11d Color Hex

#AAA11D
(170,161,29)
0 Favorites   0 Comments

Color spaces of #aaa11d

RGB 17016129
HSL0.160.710.39
HSV56°83°67°
CMYK 0.000.050.83   0.33
XYZ29.544234.12456.1919
Yxy34.12450.42290.4885
Hunter Lab58.4162-11.951334.6068
CIE-Lab65.0613-10.702562.8505

#aaa11d color RGB value is (170,161,29).

#aaa11d hex color red value is 170, green value is 161 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #aaa11d hue: 0.16 , saturation: 0.71 and the lightness value of aaa11d is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 00011101
Octal 252 241 35
Decimal 170 161 29
Hex AA A1 1D

RGB Percentages of Color #aaa11d

%47.22
%44.72
%8.06

CMYK Percentages of Color #aaa11d

%0
%5
%83
%33

Triadic Colors of #aaa11d

#aaa11d #1daaa1 #a11daa

Analogous Colors of #aaa11d

#aaa11d #6daa1d #aa5b1d

Monochromatic Colors of #aaa11d

#aaa11d

Complementary Color

#aaa11d #1d26aa

#aaa11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa11d Color CSS Codes

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

#aaa11d Text Font Color

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

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


#aaa11d Background Color

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

This div background color is #aaa11d


#aaa11d Border Color

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

This div border color is #aaa11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa11d


Comments

No comments written yet.

Please login to write comment.