Color Hex Logo

#ab8142 Color Hex

#AB8142
(171,129,66)
0 Favorites   0 Comments

Color spaces of #ab8142

RGB 17112966
HSL0.100.440.46
HSV36°61°67°
CMYK 0.000.250.61   0.33
XYZ25.628224.75188.5811
Yxy24.75180.43470.4198
Hunter Lab49.75124.885724.5995
CIE-Lab56.83289.085939.8257

#ab8142 color RGB value is (171,129,66).

#ab8142 hex color red value is 171, green value is 129 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ab8142 hue: 0.10 , saturation: 0.44 and the lightness value of ab8142 is 0.46.

The process color (four color CMYK) of #ab8142 color hex is 0.00, 0.25, 0.61, 0.33. Web safe color of #ab8142 is #999933. Color #ab8142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000001 01000010
Octal 253 201 102
Decimal 171 129 66
Hex AB 81 42

RGB Percentages of Color #ab8142

%46.72
%35.25
%18.03

CMYK Percentages of Color #ab8142

%0
%25
%61
%33

Triadic Colors of #ab8142

#ab8142 #42ab81 #8142ab

Analogous Colors of #ab8142

#ab8142 #a1ab42 #ab4d42

Monochromatic Colors of #ab8142

#ab8142

Complementary Color

#ab8142 #426cab

#ab8142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8142 Color CSS Codes

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

#ab8142 Text Font Color

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

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


#ab8142 Background Color

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

This div background color is #ab8142


#ab8142 Border Color

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

This div border color is #ab8142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8142


Comments

No comments written yet.

Please login to write comment.