Color Hex Logo

#ab742d Color Hex

#AB742D
(171,116,45)
0 Favorites   0 Comments

Color spaces of #ab742d

RGB 17111645
HSL0.090.580.42
HSV34°74°67°
CMYK 0.000.320.74   0.33
XYZ23.513621.33825.3620
Yxy21.33820.46830.4249
Hunter Lab46.193310.022925.4531
CIE-Lab53.317715.096946.2051

#ab742d color RGB value is (171,116,45).

#ab742d hex color red value is 171, green value is 116 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ab742d hue: 0.09 , saturation: 0.58 and the lightness value of ab742d is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110100 00101101
Octal 253 164 55
Decimal 171 116 45
Hex AB 74 2D

RGB Percentages of Color #ab742d

%51.51
%34.94
%13.55

CMYK Percentages of Color #ab742d

%0
%32
%74
%33

Triadic Colors of #ab742d

#ab742d #2dab74 #742dab

Analogous Colors of #ab742d

#ab742d #a3ab2d #ab352d

Monochromatic Colors of #ab742d

#ab742d

Complementary Color

#ab742d #2d64ab

#ab742d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab742d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab742d Color CSS Codes

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

#ab742d Text Font Color

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

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


#ab742d Background Color

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

This div background color is #ab742d


#ab742d Border Color

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

This div border color is #ab742d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab742d


Comments

No comments written yet.

Please login to write comment.