Color Hex Logo

#aaa075 Color Hex

#AAA075
(170,160,117)
0 Favorites   0 Comments

Color spaces of #aaa075

RGB 170160117
HSL0.140.240.56
HSV49°31°67°
CMYK 0.000.060.31   0.33
XYZ32.359334.972021.8744
Yxy34.97200.36270.3920
Hunter Lab59.1371-5.816419.4650
CIE-Lab65.7269-3.138523.7728

#aaa075 color RGB value is (170,160,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 01110101
Octal 252 240 165
Decimal 170 160 117
Hex AA A0 75

RGB Percentages of Color #aaa075

%38.03
%35.79
%26.17

CMYK Percentages of Color #aaa075

%0
%6
%31
%33

Triadic Colors of #aaa075

#aaa075 #75aaa0 #a075aa

Analogous Colors of #aaa075

#aaa075 #9aaa75 #aa8675

Monochromatic Colors of #aaa075

#aaa075

Complementary Color

#aaa075 #757faa

#aaa075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa075 Color CSS Codes

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

#aaa075 Text Font Color

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

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


#aaa075 Background Color

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

This div background color is #aaa075


#aaa075 Border Color

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

This div border color is #aaa075


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,160,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 #aaa075">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa075


Comments

No comments written yet.

Please login to write comment.