Color Hex Logo

#aa846f Color Hex

#AA846F
(170,132,111)
0 Favorites   0 Comments

Color spaces of #aa846f

RGB 170132111
HSL0.060.260.55
HSV21°35°67°
CMYK 0.000.220.35   0.33
XYZ27.698126.196318.6355
Yxy26.19630.38190.3612
Hunter Lab51.18237.029014.2401
CIE-Lab58.222911.566316.9278

#aa846f color RGB value is (170,132,111).

#aa846f hex color red value is 170, green value is 132 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aa846f hue: 0.06 , saturation: 0.26 and the lightness value of aa846f is 0.55.

The process color (four color CMYK) of #aa846f color hex is 0.00, 0.22, 0.35, 0.33. Web safe color of #aa846f is #999966. Color #aa846f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000100 01101111
Octal 252 204 157
Decimal 170 132 111
Hex AA 84 6F

RGB Percentages of Color #aa846f

%41.16
%31.96
%26.88

CMYK Percentages of Color #aa846f

%0
%22
%35
%33

Triadic Colors of #aa846f

#aa846f #6faa84 #846faa

Analogous Colors of #aa846f

#aa846f #aaa26f #aa6f78

Monochromatic Colors of #aa846f

#aa846f

Complementary Color

#aa846f #6f95aa

#aa846f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa846f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa846f Color CSS Codes

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

#aa846f Text Font Color

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

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


#aa846f Background Color

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

This div background color is #aa846f


#aa846f Border Color

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

This div border color is #aa846f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa846f


Comments

No comments written yet.

Please login to write comment.