Color Hex Logo

#ab693e Color Hex

#AB693E
(171,105,62)
0 Favorites   0 Comments

Color spaces of #ab693e

RGB 17110562
HSL0.070.470.46
HSV24°64°67°
CMYK 0.000.390.64   0.33
XYZ22.715719.10897.0486
Yxy19.10890.46480.3910
Hunter Lab43.713716.257921.0394
CIE-Lab50.814422.295734.8919

#ab693e color RGB value is (171,105,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101001 00111110
Octal 253 151 76
Decimal 171 105 62
Hex AB 69 3E

RGB Percentages of Color #ab693e

%50.59
%31.07
%18.34

CMYK Percentages of Color #ab693e

%0
%39
%64
%33

Triadic Colors of #ab693e

#ab693e #3eab69 #693eab

Analogous Colors of #ab693e

#ab693e #aba03e #ab3e4a

Monochromatic Colors of #ab693e

#ab693e

Complementary Color

#ab693e #3e80ab

#ab693e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab693e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab693e Color CSS Codes

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

#ab693e Text Font Color

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

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


#ab693e Background Color

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

This div background color is #ab693e


#ab693e Border Color

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

This div border color is #ab693e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab693e

#ab693e Color Palettes


Comments

No comments written yet.

Please login to write comment.