Color Hex Logo

#aa946c Color Hex

#AA946C
(170,148,108)
0 Favorites   0 Comments

Color spaces of #aa946c

RGB 170148108
HSL0.110.270.55
HSV39°36°67°
CMYK 0.000.130.36   0.33
XYZ29.874230.808618.5595
Yxy30.80860.37700.3888
Hunter Lab55.5055-1.062219.0289
CIE-Lab62.34572.258824.1872

#aa946c color RGB value is (170,148,108).

#aa946c hex color red value is 170, green value is 148 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #aa946c hue: 0.11 , saturation: 0.27 and the lightness value of aa946c is 0.55.

The process color (four color CMYK) of #aa946c color hex is 0.00, 0.13, 0.36, 0.33. Web safe color of #aa946c is #999966. Color #aa946c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010100 01101100
Octal 252 224 154
Decimal 170 148 108
Hex AA 94 6C

RGB Percentages of Color #aa946c

%39.91
%34.74
%25.35

CMYK Percentages of Color #aa946c

%0
%13
%36
%33

Triadic Colors of #aa946c

#aa946c #6caa94 #946caa

Analogous Colors of #aa946c

#aa946c #a1aa6c #aa756c

Monochromatic Colors of #aa946c

#aa946c

Complementary Color

#aa946c #6c82aa

#aa946c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa946c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa946c Color CSS Codes

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

#aa946c Text Font Color

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

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


#aa946c Background Color

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

This div background color is #aa946c


#aa946c Border Color

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

This div border color is #aa946c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa946c


Comments

No comments written yet.

Please login to write comment.