Color Hex Logo

#ab862e Color Hex

#AB862E
(171,134,46)
0 Favorites   0 Comments

Color spaces of #ab862e

RGB 17113446
HSL0.120.580.43
HSV42°73°67°
CMYK 0.000.220.73   0.33
XYZ25.812825.90546.2245
Yxy25.90540.44550.4471
Hunter Lab50.89731.456728.3773
CIE-Lab57.94715.056450.4500

#ab862e color RGB value is (171,134,46).

#ab862e hex color red value is 171, green value is 134 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ab862e hue: 0.12 , saturation: 0.58 and the lightness value of ab862e is 0.43.

The process color (four color CMYK) of #ab862e color hex is 0.00, 0.22, 0.73, 0.33. Web safe color of #ab862e is #999933. Color #ab862e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000110 00101110
Octal 253 206 56
Decimal 171 134 46
Hex AB 86 2E

RGB Percentages of Color #ab862e

%48.72
%38.18
%13.11

CMYK Percentages of Color #ab862e

%0
%22
%73
%33

Triadic Colors of #ab862e

#ab862e #2eab86 #862eab

Analogous Colors of #ab862e

#ab862e #92ab2e #ab482e

Monochromatic Colors of #ab862e

#ab862e

Complementary Color

#ab862e #2e53ab

#ab862e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab862e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab862e Color CSS Codes

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

#ab862e Text Font Color

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

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


#ab862e Background Color

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

This div background color is #ab862e


#ab862e Border Color

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

This div border color is #ab862e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab862e


Comments

No comments written yet.

Please login to write comment.