Color Hex Logo

#aaa376 Color Hex

#AAA376
(170,163,118)
0 Favorites   0 Comments

Color spaces of #aaa376

RGB 170163118
HSL0.140.230.56
HSV52°31°67°
CMYK 0.000.040.31   0.33
XYZ32.944836.048422.3612
Yxy36.04840.36060.3946
Hunter Lab60.0403-7.125619.9465
CIE-Lab66.5569-4.623124.3414

#aaa376 color RGB value is (170,163,118).

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

The process color (four color CMYK) of #aaa376 color hex is 0.00, 0.04, 0.31, 0.33. Web safe color of #aaa376 is #999966. Color #aaa376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 01110110
Octal 252 243 166
Decimal 170 163 118
Hex AA A3 76

RGB Percentages of Color #aaa376

%37.69
%36.14
%26.16

CMYK Percentages of Color #aaa376

%0
%4
%31
%33

Triadic Colors of #aaa376

#aaa376 #76aaa3 #a376aa

Analogous Colors of #aaa376

#aaa376 #97aa76 #aa8976

Monochromatic Colors of #aaa376

#aaa376

Complementary Color

#aaa376 #767daa

#aaa376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa376 Color CSS Codes

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

#aaa376 Text Font Color

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

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


#aaa376 Background Color

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

This div background color is #aaa376


#aaa376 Border Color

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

This div border color is #aaa376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa376


Comments

No comments written yet.

Please login to write comment.