Color Hex Logo

#aa6859 Color Hex

#AA6859
(170,104,89)
0 Favorites   0 Comments

Color spaces of #aa6859

RGB 17010489
HSL0.030.320.51
HSV11°48°67°
CMYK 0.000.390.48   0.33
XYZ23.331119.167911.9213
Yxy19.16790.42870.3522
Hunter Lab43.781218.506114.5026
CIE-Lab50.883124.776719.6364

#aa6859 color RGB value is (170,104,89).

#aa6859 hex color red value is 170, green value is 104 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #aa6859 hue: 0.03 , saturation: 0.32 and the lightness value of aa6859 is 0.51.

The process color (four color CMYK) of #aa6859 color hex is 0.00, 0.39, 0.48, 0.33. Web safe color of #aa6859 is #996666. Color #aa6859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101000 01011001
Octal 252 150 131
Decimal 170 104 89
Hex AA 68 59

RGB Percentages of Color #aa6859

%46.83
%28.65
%24.52

CMYK Percentages of Color #aa6859

%0
%39
%48
%33

Triadic Colors of #aa6859

#aa6859 #59aa68 #6859aa

Analogous Colors of #aa6859

#aa6859 #aa9159 #aa5973

Monochromatic Colors of #aa6859

#aa6859

Complementary Color

#aa6859 #599baa

#aa6859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6859 Color CSS Codes

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

#aa6859 Text Font Color

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

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


#aa6859 Background Color

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

This div background color is #aa6859


#aa6859 Border Color

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

This div border color is #aa6859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6859


Comments

No comments written yet.

Please login to write comment.