Color Hex Logo

#aaa969 Color Hex

#AAA969
(170,169,105)
0 Favorites   0 Comments

Color spaces of #aaa969

RGB 170169105
HSL0.160.280.54
HSV59°38°67°
CMYK 0.000.010.38   0.33
XYZ33.315337.941918.9322
Yxy37.94190.36940.4207
Hunter Lab61.5970-11.251424.8948
CIE-Lab67.9778-9.435833.1603

#aaa969 color RGB value is (170,169,105).

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

The process color (four color CMYK) of #aaa969 color hex is 0.00, 0.01, 0.38, 0.33. Web safe color of #aaa969 is #999966. Color #aaa969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 01101001
Octal 252 251 151
Decimal 170 169 105
Hex AA A9 69

RGB Percentages of Color #aaa969

%38.29
%38.06
%23.65

CMYK Percentages of Color #aaa969

%0
%1
%38
%33

Triadic Colors of #aaa969

#aaa969 #69aaa9 #a969aa

Analogous Colors of #aaa969

#aaa969 #8baa69 #aa8969

Monochromatic Colors of #aaa969

#aaa969

Complementary Color

#aaa969 #696aaa

#aaa969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa969 Color CSS Codes

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

#aaa969 Text Font Color

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

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


#aaa969 Background Color

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

This div background color is #aaa969


#aaa969 Border Color

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

This div border color is #aaa969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa969


Comments

No comments written yet.

Please login to write comment.