Color Hex Logo

#aa8086 Color Hex

#AA8086
(170,128,134)
0 Favorites   0 Comments

Color spaces of #aa8086

RGB 170128134
HSL0.980.200.58
HSV351°25°67°
CMYK 0.000.250.21   0.33
XYZ28.599825.705626.0086
Yxy25.70560.35610.3201
Hunter Lab50.700711.96405.0757
CIE-Lab57.756517.13533.0730

#aa8086 color RGB value is (170,128,134).

#aa8086 hex color red value is 170, green value is 128 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #aa8086 hue: 0.98 , saturation: 0.20 and the lightness value of aa8086 is 0.58.

The process color (four color CMYK) of #aa8086 color hex is 0.00, 0.25, 0.21, 0.33. Web safe color of #aa8086 is #999999. Color #aa8086 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000000 10000110
Octal 252 200 206
Decimal 170 128 134
Hex AA 80 86

RGB Percentages of Color #aa8086

%39.35
%29.63
%31.02

CMYK Percentages of Color #aa8086

%0
%25
%21
%33

Triadic Colors of #aa8086

#aa8086 #86aa80 #8086aa

Analogous Colors of #aa8086

#aa8086 #aa8f80 #aa809b

Monochromatic Colors of #aa8086

#aa8086

Complementary Color

#aa8086 #80aaa4

#aa8086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8086 Color CSS Codes

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

#aa8086 Text Font Color

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

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


#aa8086 Background Color

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

This div background color is #aa8086


#aa8086 Border Color

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

This div border color is #aa8086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8086


Comments

No comments written yet.

Please login to write comment.