Color Hex Logo

#ab745d Color Hex

#AB745D
(171,116,93)
0 Favorites   0 Comments

Color spaces of #ab745d

RGB 17111693
HSL0.050.320.52
HSV18°46°67°
CMYK 0.000.320.46   0.33
XYZ25.015821.939013.2721
Yxy21.93900.41540.3643
Hunter Lab46.839113.364815.9872
CIE-Lab53.962218.865421.4600

#ab745d color RGB value is (171,116,93).

#ab745d hex color red value is 171, green value is 116 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ab745d hue: 0.05 , saturation: 0.32 and the lightness value of ab745d is 0.52.

The process color (four color CMYK) of #ab745d color hex is 0.00, 0.32, 0.46, 0.33. Web safe color of #ab745d is #996666. Color #ab745d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110100 01011101
Octal 253 164 135
Decimal 171 116 93
Hex AB 74 5D

RGB Percentages of Color #ab745d

%45.00
%30.53
%24.47

CMYK Percentages of Color #ab745d

%0
%32
%46
%33

Triadic Colors of #ab745d

#ab745d #5dab74 #745dab

Analogous Colors of #ab745d

#ab745d #ab9b5d #ab5d6d

Monochromatic Colors of #ab745d

#ab745d

Complementary Color

#ab745d #5d94ab

#ab745d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab745d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab745d Color CSS Codes

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

#ab745d Text Font Color

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

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


#ab745d Background Color

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

This div background color is #ab745d


#ab745d Border Color

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

This div border color is #ab745d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab745d


Comments

No comments written yet.

Please login to write comment.