Color Hex Logo

#ab6c3e Color Hex

#AB6C3E
(171,108,62)
0 Favorites   0 Comments

Color spaces of #ab6c3e

RGB 17110862
HSL0.070.470.46
HSV25°64°67°
CMYK 0.000.370.64   0.33
XYZ23.026619.73097.1522
Yxy19.73090.46140.3953
Hunter Lab44.419514.798521.5471
CIE-Lab51.531620.613435.7369

#ab6c3e color RGB value is (171,108,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101100 00111110
Octal 253 154 76
Decimal 171 108 62
Hex AB 6C 3E

RGB Percentages of Color #ab6c3e

%50.15
%31.67
%18.18

CMYK Percentages of Color #ab6c3e

%0
%37
%64
%33

Triadic Colors of #ab6c3e

#ab6c3e #3eab6c #6c3eab

Analogous Colors of #ab6c3e

#ab6c3e #aba33e #ab3e47

Monochromatic Colors of #ab6c3e

#ab6c3e

Complementary Color

#ab6c3e #3e7dab

#ab6c3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6c3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6c3e Color CSS Codes

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

#ab6c3e Text Font Color

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

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


#ab6c3e Background Color

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

This div background color is #ab6c3e


#ab6c3e Border Color

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

This div border color is #ab6c3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6c3e


Comments

No comments written yet.

Please login to write comment.