Color Hex Logo

#ab8163 Color Hex

#AB8163
(171,129,99)
0 Favorites   0 Comments

Color spaces of #ab8163

RGB 17112999
HSL0.070.300.53
HSV25°42°67°
CMYK 0.000.250.42   0.33
XYZ26.897025.259315.2623
Yxy25.25930.39900.3747
Hunter Lab50.25867.575617.1761
CIE-Lab57.327212.199922.5339

#ab8163 color RGB value is (171,129,99).

#ab8163 hex color red value is 171, green value is 129 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ab8163 hue: 0.07 , saturation: 0.30 and the lightness value of ab8163 is 0.53.

The process color (four color CMYK) of #ab8163 color hex is 0.00, 0.25, 0.42, 0.33. Web safe color of #ab8163 is #999966. Color #ab8163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000001 01100011
Octal 253 201 143
Decimal 171 129 99
Hex AB 81 63

RGB Percentages of Color #ab8163

%42.86
%32.33
%24.81

CMYK Percentages of Color #ab8163

%0
%25
%42
%33

Triadic Colors of #ab8163

#ab8163 #63ab81 #8163ab

Analogous Colors of #ab8163

#ab8163 #aba563 #ab6369

Monochromatic Colors of #ab8163

#ab8163

Complementary Color

#ab8163 #638dab

#ab8163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8163 Color CSS Codes

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

#ab8163 Text Font Color

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

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


#ab8163 Background Color

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

This div background color is #ab8163


#ab8163 Border Color

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

This div border color is #ab8163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8163


Comments

No comments written yet.

Please login to write comment.