Color Hex Logo

#ab875f Color Hex

#AB875F
(171,135,95)
0 Favorites   0 Comments

Color spaces of #ab875f

RGB 17113595
HSL0.090.310.52
HSV32°44°67°
CMYK 0.000.210.44   0.33
XYZ27.524126.812114.5510
Yxy26.81210.39960.3892
Hunter Lab51.78044.266819.5850
CIE-Lab58.80008.383226.7129

#ab875f color RGB value is (171,135,95).

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

The process color (four color CMYK) of #ab875f color hex is 0.00, 0.21, 0.44, 0.33. Web safe color of #ab875f is #999966. Color #ab875f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000111 01011111
Octal 253 207 137
Decimal 171 135 95
Hex AB 87 5F

RGB Percentages of Color #ab875f

%42.64
%33.67
%23.69

CMYK Percentages of Color #ab875f

%0
%21
%44
%33

Triadic Colors of #ab875f

#ab875f #5fab87 #875fab

Analogous Colors of #ab875f

#ab875f #a9ab5f #ab615f

Monochromatic Colors of #ab875f

#ab875f

Complementary Color

#ab875f #5f83ab

#ab875f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab875f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab875f Color CSS Codes

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

#ab875f Text Font Color

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

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


#ab875f Background Color

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

This div background color is #ab875f


#ab875f Border Color

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

This div border color is #ab875f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab875f


Comments

No comments written yet.

Please login to write comment.