Color Hex Logo

#ab883e Color Hex

#AB883E
(171,136,62)
0 Favorites   0 Comments

Color spaces of #ab883e

RGB 17113662
HSL0.110.470.46
HSV41°64°67°
CMYK 0.000.200.64   0.33
XYZ26.468226.61408.2994
Yxy26.61400.43120.4336
Hunter Lab51.58881.301126.5738
CIE-Lab58.61534.893943.8478

#ab883e color RGB value is (171,136,62).

#ab883e hex color red value is 171, green value is 136 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ab883e hue: 0.11 , saturation: 0.47 and the lightness value of ab883e is 0.46.

The process color (four color CMYK) of #ab883e color hex is 0.00, 0.20, 0.64, 0.33. Web safe color of #ab883e is #999933. Color #ab883e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001000 00111110
Octal 253 210 76
Decimal 171 136 62
Hex AB 88 3E

RGB Percentages of Color #ab883e

%46.34
%36.86
%16.80

CMYK Percentages of Color #ab883e

%0
%20
%64
%33

Triadic Colors of #ab883e

#ab883e #3eab88 #883eab

Analogous Colors of #ab883e

#ab883e #98ab3e #ab523e

Monochromatic Colors of #ab883e

#ab883e

Complementary Color

#ab883e #3e61ab

#ab883e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab883e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab883e Color CSS Codes

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

#ab883e Text Font Color

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

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


#ab883e Background Color

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

This div background color is #ab883e


#ab883e Border Color

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

This div border color is #ab883e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab883e


Comments

No comments written yet.

Please login to write comment.