Color Hex Logo

#ab947a Color Hex

#AB947A
(171,148,122)
0 Favorites   0 Comments

Color spaces of #ab947a

RGB 171148122
HSL0.090.230.57
HSV32°29°67°
CMYK 0.000.130.29   0.33
XYZ30.897331.242922.8144
Yxy31.24290.36370.3678
Hunter Lab55.89530.852714.9268
CIE-Lab62.71214.516816.9207

#ab947a color RGB value is (171,148,122).

#ab947a hex color red value is 171, green value is 148 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ab947a hue: 0.09 , saturation: 0.23 and the lightness value of ab947a is 0.57.

The process color (four color CMYK) of #ab947a color hex is 0.00, 0.13, 0.29, 0.33. Web safe color of #ab947a is #999966. Color #ab947a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010100 01111010
Octal 253 224 172
Decimal 171 148 122
Hex AB 94 7A

RGB Percentages of Color #ab947a

%38.78
%33.56
%27.66

CMYK Percentages of Color #ab947a

%0
%13
%29
%33

Triadic Colors of #ab947a

#ab947a #7aab94 #947aab

Analogous Colors of #ab947a

#ab947a #aaab7a #ab7c7a

Monochromatic Colors of #ab947a

#ab947a

Complementary Color

#ab947a #7a91ab

#ab947a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab947a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab947a Color CSS Codes

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

#ab947a Text Font Color

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

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


#ab947a Background Color

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

This div background color is #ab947a


#ab947a Border Color

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

This div border color is #ab947a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,148,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab947a

#ab947a Color Palettes


Comments

No comments written yet.

Please login to write comment.