Color Hex Logo

#aaa48f Color Hex

#AAA48F
(170,164,143)
0 Favorites   0 Comments

Color spaces of #aaa48f

RGB 170164143
HSL0.130.140.61
HSV47°16°67°
CMYK 0.000.040.16   0.33
XYZ34.810937.080131.3090
Yxy37.08010.33730.3593
Hunter Lab60.8934-4.520612.1408
CIE-Lab67.3371-1.475911.6768

#aaa48f color RGB value is (170,164,143).

#aaa48f hex color red value is 170, green value is 164 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aaa48f hue: 0.13 , saturation: 0.14 and the lightness value of aaa48f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 10001111
Octal 252 244 217
Decimal 170 164 143
Hex AA A4 8F

RGB Percentages of Color #aaa48f

%35.64
%34.38
%29.98

CMYK Percentages of Color #aaa48f

%0
%4
%16
%33

Triadic Colors of #aaa48f

#aaa48f #8faaa4 #a48faa

Analogous Colors of #aaa48f

#aaa48f #a3aa8f #aa978f

Monochromatic Colors of #aaa48f

#aaa48f

Complementary Color

#aaa48f #8f95aa

#aaa48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa48f Color CSS Codes

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

#aaa48f Text Font Color

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

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


#aaa48f Background Color

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

This div background color is #aaa48f


#aaa48f Border Color

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

This div border color is #aaa48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa48f


Comments

No comments written yet.

Please login to write comment.