Color Hex Logo

#aa8055 Color Hex

#AA8055
(170,128,85)
1 Favorites   0 Comments

Color spaces of #aa8055

RGB 17012885
HSL0.080.330.50
HSV30°50°67°
CMYK 0.000.250.50   0.33
XYZ25.936424.640311.9834
Yxy24.64030.41460.3939
Hunter Lab49.63906.398120.4340
CIE-Lab56.723310.847829.5398

#aa8055 color RGB value is (170,128,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000000 01010101
Octal 252 200 125
Decimal 170 128 85
Hex AA 80 55

RGB Percentages of Color #aa8055

%44.39
%33.42
%22.19

CMYK Percentages of Color #aa8055

%0
%25
%50
%33

Triadic Colors of #aa8055

#aa8055 #55aa80 #8055aa

Analogous Colors of #aa8055

#aa8055 #aaaa55 #aa5655

Monochromatic Colors of #aa8055

#aa8055

Complementary Color

#aa8055 #557faa

#aa8055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8055 Color CSS Codes

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

#aa8055 Text Font Color

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

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


#aa8055 Background Color

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

This div background color is #aa8055


#aa8055 Border Color

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

This div border color is #aa8055


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,128,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 #aa8055">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8055


Comments

No comments written yet.

Please login to write comment.