Color Hex Logo

#ab685f Color Hex

#AB685F
(171,104,95)
0 Favorites   0 Comments

Color spaces of #ab685f

RGB 17110495
HSL0.020.310.52
HSV44°67°
CMYK 0.000.390.44   0.33
XYZ23.810519.384813.3132
Yxy19.38480.42140.3430
Hunter Lab44.028219.483812.8917
CIE-Lab51.134425.823116.4821

#ab685f color RGB value is (171,104,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101000 01011111
Octal 253 150 137
Decimal 171 104 95
Hex AB 68 5F

RGB Percentages of Color #ab685f

%46.22
%28.11
%25.68

CMYK Percentages of Color #ab685f

%0
%39
%44
%33

Triadic Colors of #ab685f

#ab685f #5fab68 #685fab

Analogous Colors of #ab685f

#ab685f #ab8e5f #ab5f7c

Monochromatic Colors of #ab685f

#ab685f

Complementary Color

#ab685f #5fa2ab

#ab685f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab685f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab685f Color CSS Codes

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

#ab685f Text Font Color

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

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


#ab685f Background Color

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

This div background color is #ab685f


#ab685f Border Color

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

This div border color is #ab685f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,104,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 #ab685f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab685f


Comments

No comments written yet.

Please login to write comment.