Color Hex Logo

#aa834e Color Hex

#AA834E
(170,131,78)
0 Favorites   0 Comments

Color spaces of #aa834e

RGB 17013178
HSL0.100.370.49
HSV35°54°67°
CMYK 0.000.230.54   0.33
XYZ26.069025.328710.7227
Yxy25.32870.41970.4077
Hunter Lab50.32764.387122.5971
CIE-Lab57.39438.507134.1831

#aa834e color RGB value is (170,131,78).

#aa834e hex color red value is 170, green value is 131 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aa834e hue: 0.10 , saturation: 0.37 and the lightness value of aa834e is 0.49.

The process color (four color CMYK) of #aa834e color hex is 0.00, 0.23, 0.54, 0.33. Web safe color of #aa834e is #999966. Color #aa834e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000011 01001110
Octal 252 203 116
Decimal 170 131 78
Hex AA 83 4E

RGB Percentages of Color #aa834e

%44.85
%34.56
%20.58

CMYK Percentages of Color #aa834e

%0
%23
%54
%33

Triadic Colors of #aa834e

#aa834e #4eaa83 #834eaa

Analogous Colors of #aa834e

#aa834e #a3aa4e #aa554e

Monochromatic Colors of #aa834e

#aa834e

Complementary Color

#aa834e #4e75aa

#aa834e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa834e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa834e Color CSS Codes

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

#aa834e Text Font Color

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

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


#aa834e Background Color

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

This div background color is #aa834e


#aa834e Border Color

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

This div border color is #aa834e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa834e


Comments

No comments written yet.

Please login to write comment.