Color Hex Logo

#aa8458 Color Hex

#AA8458
(170,132,88)
0 Favorites   0 Comments

Color spaces of #aa8458

RGB 17013288
HSL0.090.330.51
HSV32°48°67°
CMYK 0.000.220.48   0.33
XYZ26.590325.753212.8019
Yxy25.75320.40820.3953
Hunter Lab50.74764.720620.5665
CIE-Lab57.80208.900729.2655

#aa8458 color RGB value is (170,132,88).

#aa8458 hex color red value is 170, green value is 132 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #aa8458 hue: 0.09 , saturation: 0.33 and the lightness value of aa8458 is 0.51.

The process color (four color CMYK) of #aa8458 color hex is 0.00, 0.22, 0.48, 0.33. Web safe color of #aa8458 is #999966. Color #aa8458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000100 01011000
Octal 252 204 130
Decimal 170 132 88
Hex AA 84 58

RGB Percentages of Color #aa8458

%43.59
%33.85
%22.56

CMYK Percentages of Color #aa8458

%0
%22
%48
%33

Triadic Colors of #aa8458

#aa8458 #58aa84 #8458aa

Analogous Colors of #aa8458

#aa8458 #a7aa58 #aa5b58

Monochromatic Colors of #aa8458

#aa8458

Complementary Color

#aa8458 #587eaa

#aa8458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8458 Color CSS Codes

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

#aa8458 Text Font Color

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

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


#aa8458 Background Color

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

This div background color is #aa8458


#aa8458 Border Color

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

This div border color is #aa8458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8458


Comments

No comments written yet.

Please login to write comment.