Color Hex Logo

#ab6d3e Color Hex

#AB6D3E
(171,109,62)
0 Favorites   0 Comments

Color spaces of #ab6d3e

RGB 17110962
HSL0.070.470.46
HSV26°64°67°
CMYK 0.000.360.64   0.33
XYZ23.132719.94307.1876
Yxy19.94300.46020.3968
Hunter Lab44.657614.312521.7176
CIE-Lab51.772720.052136.0197

#ab6d3e color RGB value is (171,109,62).

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

The process color (four color CMYK) of #ab6d3e color hex is 0.00, 0.36, 0.64, 0.33. Web safe color of #ab6d3e is #996633. Color #ab6d3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101101 00111110
Octal 253 155 76
Decimal 171 109 62
Hex AB 6D 3E

RGB Percentages of Color #ab6d3e

%50.00
%31.87
%18.13

CMYK Percentages of Color #ab6d3e

%0
%36
%64
%33

Triadic Colors of #ab6d3e

#ab6d3e #3eab6d #6d3eab

Analogous Colors of #ab6d3e

#ab6d3e #aba43e #ab3e46

Monochromatic Colors of #ab6d3e

#ab6d3e

Complementary Color

#ab6d3e #3e7cab

#ab6d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6d3e Color CSS Codes

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

#ab6d3e Text Font Color

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

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


#ab6d3e Background Color

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

This div background color is #ab6d3e


#ab6d3e Border Color

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

This div border color is #ab6d3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6d3e

#ab6d3e Color Palettes


Comments

No comments written yet.

Please login to write comment.