Color Hex Logo

#ab944d Color Hex

#AB944D
(171,148,77)
0 Favorites   0 Comments

Color spaces of #ab944d

RGB 17114877
HSL0.130.380.49
HSV45°55°67°
CMYK 0.000.130.55   0.33
XYZ28.724030.373611.3699
Yxy30.37360.40760.4310
Hunter Lab55.1122-3.413926.3468
CIE-Lab61.9752-0.564440.2593

#ab944d color RGB value is (171,148,77).

#ab944d hex color red value is 171, green value is 148 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ab944d hue: 0.13 , saturation: 0.38 and the lightness value of ab944d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010100 01001101
Octal 253 224 115
Decimal 171 148 77
Hex AB 94 4D

RGB Percentages of Color #ab944d

%43.18
%37.37
%19.44

CMYK Percentages of Color #ab944d

%0
%13
%55
%33

Triadic Colors of #ab944d

#ab944d #4dab94 #944dab

Analogous Colors of #ab944d

#ab944d #93ab4d #ab654d

Monochromatic Colors of #ab944d

#ab944d

Complementary Color

#ab944d #4d64ab

#ab944d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab944d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab944d Color CSS Codes

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

#ab944d Text Font Color

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

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


#ab944d Background Color

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

This div background color is #ab944d


#ab944d Border Color

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

This div border color is #ab944d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab944d


Comments

No comments written yet.

Please login to write comment.