Color Hex Logo

#aaa875 Color Hex

#AAA875
(170,168,117)
0 Favorites   0 Comments

Color spaces of #aaa875

RGB 170168117
HSL0.160.240.56
HSV58°31°67°
CMYK 0.000.010.31   0.33
XYZ33.791137.835722.3517
Yxy37.83570.35960.4026
Hunter Lab61.5107-9.584321.5128
CIE-Lab67.8993-7.427426.6727

#aaa875 color RGB value is (170,168,117).

#aaa875 hex color red value is 170, green value is 168 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #aaa875 hue: 0.16 , saturation: 0.24 and the lightness value of aaa875 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 01110101
Octal 252 250 165
Decimal 170 168 117
Hex AA A8 75

RGB Percentages of Color #aaa875

%37.36
%36.92
%25.71

CMYK Percentages of Color #aaa875

%0
%1
%31
%33

Triadic Colors of #aaa875

#aaa875 #75aaa8 #a875aa

Analogous Colors of #aaa875

#aaa875 #92aa75 #aa8e75

Monochromatic Colors of #aaa875

#aaa875

Complementary Color

#aaa875 #7577aa

#aaa875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa875 Color CSS Codes

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

#aaa875 Text Font Color

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

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


#aaa875 Background Color

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

This div background color is #aaa875


#aaa875 Border Color

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

This div border color is #aaa875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa875


Comments

No comments written yet.

Please login to write comment.