Color Hex Logo

#aaa469 Color Hex

#AAA469
(170,164,105)
0 Favorites   0 Comments

Color spaces of #aaa469

RGB 170164105
HSL0.150.280.54
HSV54°38°67°
CMYK 0.000.040.38   0.33
XYZ32.402836.116918.6280
Yxy36.11690.37180.4144
Hunter Lab60.0973-8.928123.6904
CIE-Lab66.6091-6.785131.4017

#aaa469 color RGB value is (170,164,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 01101001
Octal 252 244 151
Decimal 170 164 105
Hex AA A4 69

RGB Percentages of Color #aaa469

%38.72
%37.36
%23.92

CMYK Percentages of Color #aaa469

%0
%4
%38
%33

Triadic Colors of #aaa469

#aaa469 #69aaa4 #a469aa

Analogous Colors of #aaa469

#aaa469 #90aa69 #aa8469

Monochromatic Colors of #aaa469

#aaa469

Complementary Color

#aaa469 #696faa

#aaa469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa469 Color CSS Codes

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

#aaa469 Text Font Color

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

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


#aaa469 Background Color

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

This div background color is #aaa469


#aaa469 Border Color

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

This div border color is #aaa469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa469


Comments

No comments written yet.

Please login to write comment.