Color Hex Logo

#aaa184 Color Hex

#AAA184
(170,161,132)
0 Favorites   0 Comments

Color spaces of #aaa184

RGB 170161132
HSL0.130.180.59
HSV46°22°67°
CMYK 0.000.050.22   0.33
XYZ33.487335.701726.9559
Yxy35.70170.34830.3713
Hunter Lab59.7509-4.524015.0777
CIE-Lab66.2914-1.561216.2995

#aaa184 color RGB value is (170,161,132).

#aaa184 hex color red value is 170, green value is 161 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #aaa184 hue: 0.13 , saturation: 0.18 and the lightness value of aaa184 is 0.59.

The process color (four color CMYK) of #aaa184 color hex is 0.00, 0.05, 0.22, 0.33. Web safe color of #aaa184 is #999999. Color #aaa184 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 10000100
Octal 252 241 204
Decimal 170 161 132
Hex AA A1 84

RGB Percentages of Color #aaa184

%36.72
%34.77
%28.51

CMYK Percentages of Color #aaa184

%0
%5
%22
%33

Triadic Colors of #aaa184

#aaa184 #84aaa1 #a184aa

Analogous Colors of #aaa184

#aaa184 #a0aa84 #aa8e84

Monochromatic Colors of #aaa184

#aaa184

Complementary Color

#aaa184 #848daa

#aaa184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa184 Color CSS Codes

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

#aaa184 Text Font Color

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

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


#aaa184 Background Color

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

This div background color is #aaa184


#aaa184 Border Color

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

This div border color is #aaa184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa184


Comments

No comments written yet.

Please login to write comment.