Color Hex Logo

#aa948f Color Hex

#AA948F
(170,148,143)
0 Favorites   0 Comments

Color spaces of #aa948f

RGB 170148143
HSL0.030.140.61
HSV11°16°67°
CMYK 0.000.130.16   0.33
XYZ32.125431.709030.4139
Yxy31.70900.34090.3364
Hunter Lab56.31073.29087.3945
CIE-Lab63.10167.33395.6445

#aa948f color RGB value is (170,148,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010100 10001111
Octal 252 224 217
Decimal 170 148 143
Hex AA 94 8F

RGB Percentages of Color #aa948f

%36.88
%32.10
%31.02

CMYK Percentages of Color #aa948f

%0
%13
%16
%33

Triadic Colors of #aa948f

#aa948f #8faa94 #948faa

Analogous Colors of #aa948f

#aa948f #aaa28f #aa8f98

Monochromatic Colors of #aa948f

#aa948f

Complementary Color

#aa948f #8fa5aa

#aa948f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa948f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa948f Color CSS Codes

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

#aa948f Text Font Color

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

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


#aa948f Background Color

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

This div background color is #aa948f


#aa948f Border Color

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

This div border color is #aa948f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa948f


Comments

No comments written yet.

Please login to write comment.