Color Hex Logo

#ab863b Color Hex

#AB863B
(171,134,59)
0 Favorites   0 Comments

Color spaces of #ab863b

RGB 17113459
HSL0.110.490.45
HSV40°65°67°
CMYK 0.000.220.65   0.33
XYZ26.109126.02397.7847
Yxy26.02390.43570.4343
Hunter Lab51.01362.083626.6619
CIE-Lab58.05975.805344.6804

#ab863b color RGB value is (171,134,59).

#ab863b hex color red value is 171, green value is 134 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ab863b hue: 0.11 , saturation: 0.49 and the lightness value of ab863b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000110 00111011
Octal 253 206 73
Decimal 171 134 59
Hex AB 86 3B

RGB Percentages of Color #ab863b

%46.98
%36.81
%16.21

CMYK Percentages of Color #ab863b

%0
%22
%65
%33

Triadic Colors of #ab863b

#ab863b #3bab86 #863bab

Analogous Colors of #ab863b

#ab863b #98ab3b #ab4e3b

Monochromatic Colors of #ab863b

#ab863b

Complementary Color

#ab863b #3b60ab

#ab863b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab863b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab863b Color CSS Codes

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

#ab863b Text Font Color

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

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


#ab863b Background Color

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

This div background color is #ab863b


#ab863b Border Color

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

This div border color is #ab863b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab863b


Comments

No comments written yet.

Please login to write comment.