Color Hex Logo

#ab863a Color Hex

#AB863A
(171,134,58)
0 Favorites   0 Comments

Color spaces of #ab863a

RGB 17113458
HSL0.110.490.45
HSV40°66°67°
CMYK 0.000.220.66   0.33
XYZ26.083426.01367.6494
Yxy26.01360.43660.4354
Hunter Lab51.00352.029426.8103
CIE-Lab58.05005.740845.1473

#ab863a color RGB value is (171,134,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000110 00111010
Octal 253 206 72
Decimal 171 134 58
Hex AB 86 3A

RGB Percentages of Color #ab863a

%47.11
%36.91
%15.98

CMYK Percentages of Color #ab863a

%0
%22
%66
%33

Triadic Colors of #ab863a

#ab863a #3aab86 #863aab

Analogous Colors of #ab863a

#ab863a #98ab3a #ab4e3a

Monochromatic Colors of #ab863a

#ab863a

Complementary Color

#ab863a #3a5fab

#ab863a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab863a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab863a Color CSS Codes

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

#ab863a Text Font Color

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

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


#ab863a Background Color

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

This div background color is #ab863a


#ab863a Border Color

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

This div border color is #ab863a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab863a


Comments

No comments written yet.

Please login to write comment.