Color Hex Logo

#ab943e Color Hex

#AB943E
(171,148,62)
0 Favorites   0 Comments

Color spaces of #ab943e

RGB 17114862
HSL0.130.470.46
HSV47°64°67°
CMYK 0.000.130.64   0.33
XYZ28.254030.18558.8947
Yxy30.18550.41960.4483
Hunter Lab54.9413-4.352328.8602
CIE-Lab61.8139-1.709347.3818

#ab943e color RGB value is (171,148,62).

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

The process color (four color CMYK) of #ab943e color hex is 0.00, 0.13, 0.64, 0.33. Web safe color of #ab943e is #999933. Color #ab943e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010100 00111110
Octal 253 224 76
Decimal 171 148 62
Hex AB 94 3E

RGB Percentages of Color #ab943e

%44.88
%38.85
%16.27

CMYK Percentages of Color #ab943e

%0
%13
%64
%33

Triadic Colors of #ab943e

#ab943e #3eab94 #943eab

Analogous Colors of #ab943e

#ab943e #8cab3e #ab5e3e

Monochromatic Colors of #ab943e

#ab943e

Complementary Color

#ab943e #3e55ab

#ab943e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab943e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab943e Color CSS Codes

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

#ab943e Text Font Color

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

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


#ab943e Background Color

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

This div background color is #ab943e


#ab943e Border Color

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

This div border color is #ab943e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab943e


Comments

No comments written yet.

Please login to write comment.