Color Hex Logo

#ab682e Color Hex

#AB682E
(171,104,46)
0 Favorites   0 Comments

Color spaces of #ab682e

RGB 17110446
HSL0.080.580.43
HSV28°73°67°
CMYK 0.000.390.73   0.33
XYZ22.238018.75585.0329
Yxy18.75580.48320.4075
Hunter Lab43.308015.868223.4254
CIE-Lab50.400321.890142.7067

#ab682e color RGB value is (171,104,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101000 00101110
Octal 253 150 56
Decimal 171 104 46
Hex AB 68 2E

RGB Percentages of Color #ab682e

%53.27
%32.40
%14.33

CMYK Percentages of Color #ab682e

%0
%39
%73
%33

Triadic Colors of #ab682e

#ab682e #2eab68 #682eab

Analogous Colors of #ab682e

#ab682e #aba72e #ab2e33

Monochromatic Colors of #ab682e

#ab682e

Complementary Color

#ab682e #2e71ab

#ab682e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab682e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab682e Color CSS Codes

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

#ab682e Text Font Color

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

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


#ab682e Background Color

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

This div background color is #ab682e


#ab682e Border Color

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

This div border color is #ab682e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab682e


Comments

No comments written yet.

Please login to write comment.