Color Hex Logo

#ab754a Color Hex

#AB754A
(171,117,74)
0 Favorites   0 Comments

Color spaces of #ab754a

RGB 17111774
HSL0.070.400.48
HSV27°57°67°
CMYK 0.000.320.57   0.33
XYZ24.391921.87499.4153
Yxy21.87490.43810.3929
Hunter Lab46.770611.243120.8039
CIE-Lab53.894016.473132.0657

#ab754a color RGB value is (171,117,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110101 01001010
Octal 253 165 112
Decimal 171 117 74
Hex AB 75 4A

RGB Percentages of Color #ab754a

%47.24
%32.32
%20.44

CMYK Percentages of Color #ab754a

%0
%32
%57
%33

Triadic Colors of #ab754a

#ab754a #4aab75 #754aab

Analogous Colors of #ab754a

#ab754a #aba64a #ab4a50

Monochromatic Colors of #ab754a

#ab754a

Complementary Color

#ab754a #4a80ab

#ab754a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab754a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab754a Color CSS Codes

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

#ab754a Text Font Color

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

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


#ab754a Background Color

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

This div background color is #ab754a


#ab754a Border Color

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

This div border color is #ab754a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab754a


Comments

No comments written yet.

Please login to write comment.