Color Hex Logo

#ab562e Color Hex

#AB562E
(171,86,46)
0 Favorites   0 Comments

Color spaces of #ab562e

RGB 1718646
HSL0.050.580.43
HSV19°73°67°
CMYK 0.000.500.73   0.33
XYZ20.615515.51084.4921
Yxy15.51080.50750.3819
Hunter Lab39.383824.514620.8060
CIE-Lab46.326031.768538.3510

#ab562e color RGB value is (171,86,46).

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

The process color (four color CMYK) of #ab562e color hex is 0.00, 0.50, 0.73, 0.33. Web safe color of #ab562e is #996633. Color #ab562e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010110 00101110
Octal 253 126 56
Decimal 171 86 46
Hex AB 56 2E

RGB Percentages of Color #ab562e

%56.44
%28.38
%15.18

CMYK Percentages of Color #ab562e

%0
%50
%73
%33

Triadic Colors of #ab562e

#ab562e #2eab56 #562eab

Analogous Colors of #ab562e

#ab562e #ab952e #ab2e44

Monochromatic Colors of #ab562e

#ab562e

Complementary Color

#ab562e #2e83ab

#ab562e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab562e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab562e Color CSS Codes

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

#ab562e Text Font Color

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

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


#ab562e Background Color

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

This div background color is #ab562e


#ab562e Border Color

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

This div border color is #ab562e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,86,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 #ab562e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab562e


Comments

No comments written yet.

Please login to write comment.