Color Hex Logo

#ab785f Color Hex

#AB785F
(171,120,95)
0 Favorites   0 Comments

Color spaces of #ab785f

RGB 17112095
HSL0.050.310.52
HSV20°44°67°
CMYK 0.000.300.44   0.33
XYZ25.576622.917113.9019
Yxy22.91710.40990.3673
Hunter Lab47.871811.592016.2925
CIE-Lab54.986816.825621.6822

#ab785f color RGB value is (171,120,95).

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

The process color (four color CMYK) of #ab785f color hex is 0.00, 0.30, 0.44, 0.33. Web safe color of #ab785f is #996666. Color #ab785f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111000 01011111
Octal 253 170 137
Decimal 171 120 95
Hex AB 78 5F

RGB Percentages of Color #ab785f

%44.30
%31.09
%24.61

CMYK Percentages of Color #ab785f

%0
%30
%44
%33

Triadic Colors of #ab785f

#ab785f #5fab78 #785fab

Analogous Colors of #ab785f

#ab785f #ab9e5f #ab5f6c

Monochromatic Colors of #ab785f

#ab785f

Complementary Color

#ab785f #5f92ab

#ab785f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab785f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab785f Color CSS Codes

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

#ab785f Text Font Color

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

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


#ab785f Background Color

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

This div background color is #ab785f


#ab785f Border Color

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

This div border color is #ab785f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab785f


Comments

No comments written yet.

Please login to write comment.