Color Hex Logo

#ab872a Color Hex

#AB872A
(171,135,42)
0 Favorites   0 Comments

Color spaces of #ab872a

RGB 17113542
HSL0.120.610.42
HSV43°75°67°
CMYK 0.000.210.75   0.33
XYZ25.876526.15305.8747
Yxy26.15300.44690.4517
Hunter Lab51.14000.824828.9871
CIE-Lab58.18204.310252.3261

#ab872a color RGB value is (171,135,42).

#ab872a hex color red value is 171, green value is 135 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ab872a hue: 0.12 , saturation: 0.61 and the lightness value of ab872a is 0.42.

The process color (four color CMYK) of #ab872a color hex is 0.00, 0.21, 0.75, 0.33. Web safe color of #ab872a is #999933. Color #ab872a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000111 00101010
Octal 253 207 52
Decimal 171 135 42
Hex AB 87 2A

RGB Percentages of Color #ab872a

%49.14
%38.79
%12.07

CMYK Percentages of Color #ab872a

%0
%21
%75
%33

Triadic Colors of #ab872a

#ab872a #2aab87 #872aab

Analogous Colors of #ab872a

#ab872a #8fab2a #ab472a

Monochromatic Colors of #ab872a

#ab872a

Complementary Color

#ab872a #2a4eab

#ab872a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab872a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab872a Color CSS Codes

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

#ab872a Text Font Color

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

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


#ab872a Background Color

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

This div background color is #ab872a


#ab872a Border Color

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

This div border color is #ab872a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab872a


Comments

No comments written yet.

Please login to write comment.