Color Hex Logo

#ab744b Color Hex

#AB744B
(171,116,75)
0 Favorites   0 Comments

Color spaces of #ab744b

RGB 17111675
HSL0.070.390.48
HSV26°56°67°
CMYK 0.000.320.56   0.33
XYZ24.310021.65679.5555
Yxy21.65670.43780.3901
Hunter Lab46.536811.806020.4016
CIE-Lab53.660817.122131.2269

#ab744b color RGB value is (171,116,75).

#ab744b hex color red value is 171, green value is 116 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ab744b hue: 0.07 , saturation: 0.39 and the lightness value of ab744b is 0.48.

The process color (four color CMYK) of #ab744b color hex is 0.00, 0.32, 0.56, 0.33. Web safe color of #ab744b is #996633. Color #ab744b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110100 01001011
Octal 253 164 113
Decimal 171 116 75
Hex AB 74 4B

RGB Percentages of Color #ab744b

%47.24
%32.04
%20.72

CMYK Percentages of Color #ab744b

%0
%32
%56
%33

Triadic Colors of #ab744b

#ab744b #4bab74 #744bab

Analogous Colors of #ab744b

#ab744b #aba44b #ab4b52

Monochromatic Colors of #ab744b

#ab744b

Complementary Color

#ab744b #4b82ab

#ab744b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab744b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab744b Color CSS Codes

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

#ab744b Text Font Color

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

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


#ab744b Background Color

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

This div background color is #ab744b


#ab744b Border Color

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

This div border color is #ab744b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab744b

#ab744b Color Palettes


Comments

No comments written yet.

Please login to write comment.