Color Hex Logo

#aa8655 Color Hex

#AA8655
(170,134,85)
0 Favorites   0 Comments

Color spaces of #aa8655

RGB 17013485
HSL0.100.330.50
HSV35°50°67°
CMYK 0.000.210.50   0.33
XYZ26.742426.252112.2520
Yxy26.25210.40990.4024
Hunter Lab51.23683.501421.6880
CIE-Lab58.27567.482031.5054

#aa8655 color RGB value is (170,134,85).

#aa8655 hex color red value is 170, green value is 134 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #aa8655 hue: 0.10 , saturation: 0.33 and the lightness value of aa8655 is 0.50.

The process color (four color CMYK) of #aa8655 color hex is 0.00, 0.21, 0.50, 0.33. Web safe color of #aa8655 is #999966. Color #aa8655 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000110 01010101
Octal 252 206 125
Decimal 170 134 85
Hex AA 86 55

RGB Percentages of Color #aa8655

%43.70
%34.45
%21.85

CMYK Percentages of Color #aa8655

%0
%21
%50
%33

Triadic Colors of #aa8655

#aa8655 #55aa86 #8655aa

Analogous Colors of #aa8655

#aa8655 #a4aa55 #aa5c55

Monochromatic Colors of #aa8655

#aa8655

Complementary Color

#aa8655 #5579aa

#aa8655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8655 Color CSS Codes

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

#aa8655 Text Font Color

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

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


#aa8655 Background Color

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

This div background color is #aa8655


#aa8655 Border Color

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

This div border color is #aa8655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8655


Comments

No comments written yet.

Please login to write comment.