Color Hex Logo

#aaa383 Color Hex

#AAA383
(170,163,131)
0 Favorites   0 Comments

Color spaces of #aaa383

RGB 170163131
HSL0.140.190.59
HSV49°23°67°
CMYK 0.000.040.23   0.33
XYZ33.771536.379126.7147
Yxy36.37910.34860.3756
Hunter Lab60.3151-5.606115.9599
CIE-Lab66.8086-2.794317.5669

#aaa383 color RGB value is (170,163,131).

#aaa383 hex color red value is 170, green value is 163 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #aaa383 hue: 0.14 , saturation: 0.19 and the lightness value of aaa383 is 0.59.

The process color (four color CMYK) of #aaa383 color hex is 0.00, 0.04, 0.23, 0.33. Web safe color of #aaa383 is #999999. Color #aaa383 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 10000011
Octal 252 243 203
Decimal 170 163 131
Hex AA A3 83

RGB Percentages of Color #aaa383

%36.64
%35.13
%28.23

CMYK Percentages of Color #aaa383

%0
%4
%23
%33

Triadic Colors of #aaa383

#aaa383 #83aaa3 #a383aa

Analogous Colors of #aaa383

#aaa383 #9eaa83 #aa9083

Monochromatic Colors of #aaa383

#aaa383

Complementary Color

#aaa383 #838aaa

#aaa383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa383 Color CSS Codes

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

#aaa383 Text Font Color

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

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


#aaa383 Background Color

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

This div background color is #aaa383


#aaa383 Border Color

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

This div border color is #aaa383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa383


Comments

No comments written yet.

Please login to write comment.