Color Hex Logo

#ab875a Color Hex

#AB875A
(171,135,90)
0 Favorites   0 Comments

Color spaces of #ab875a

RGB 17113590
HSL0.090.330.51
HSV33°47°67°
CMYK 0.000.210.47   0.33
XYZ27.304026.724113.3920
Yxy26.72410.40500.3964
Hunter Lab51.69543.811720.8273
CIE-Lab58.71817.852229.3620

#ab875a color RGB value is (171,135,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000111 01011010
Octal 253 207 132
Decimal 171 135 90
Hex AB 87 5A

RGB Percentages of Color #ab875a

%43.18
%34.09
%22.73

CMYK Percentages of Color #ab875a

%0
%21
%47
%33

Triadic Colors of #ab875a

#ab875a #5aab87 #875aab

Analogous Colors of #ab875a

#ab875a #a7ab5a #ab5f5a

Monochromatic Colors of #ab875a

#ab875a

Complementary Color

#ab875a #5a7eab

#ab875a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab875a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab875a Color CSS Codes

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

#ab875a Text Font Color

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

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


#ab875a Background Color

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

This div background color is #ab875a


#ab875a Border Color

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

This div border color is #ab875a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab875a


Comments

No comments written yet.

Please login to write comment.