Color Hex Logo

#ab693a Color Hex

#AB693A
(171,105,58)
0 Favorites   0 Comments

Color spaces of #ab693a

RGB 17110558
HSL0.070.490.45
HSV25°66°67°
CMYK 0.000.390.66   0.33
XYZ22.609919.06666.4915
Yxy19.06660.46940.3958
Hunter Lab43.665316.013021.7514
CIE-Lab50.765022.025936.9808

#ab693a color RGB value is (171,105,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101001 00111010
Octal 253 151 72
Decimal 171 105 58
Hex AB 69 3A

RGB Percentages of Color #ab693a

%51.20
%31.44
%17.37

CMYK Percentages of Color #ab693a

%0
%39
%66
%33

Triadic Colors of #ab693a

#ab693a #3aab69 #693aab

Analogous Colors of #ab693a

#ab693a #aba23a #ab3a43

Monochromatic Colors of #ab693a

#ab693a

Complementary Color

#ab693a #3a7cab

#ab693a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab693a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab693a Color CSS Codes

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

#ab693a Text Font Color

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

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


#ab693a Background Color

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

This div background color is #ab693a


#ab693a Border Color

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

This div border color is #ab693a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,105,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab693a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab693a


Comments

No comments written yet.

Please login to write comment.