Color Hex Logo

#ab8941 Color Hex

#AB8941
(171,137,65)
0 Favorites   0 Comments

Color spaces of #ab8941

RGB 17113765
HSL0.110.450.46
HSV41°62°67°
CMYK 0.000.200.62   0.33
XYZ26.694426.93098.7923
Yxy26.93090.42770.4315
Hunter Lab51.89501.002926.2813
CIE-Lab58.91034.549942.7099

#ab8941 color RGB value is (171,137,65).

#ab8941 hex color red value is 171, green value is 137 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ab8941 hue: 0.11 , saturation: 0.45 and the lightness value of ab8941 is 0.46.

The process color (four color CMYK) of #ab8941 color hex is 0.00, 0.20, 0.62, 0.33. Web safe color of #ab8941 is #999933. Color #ab8941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001001 01000001
Octal 253 211 101
Decimal 171 137 65
Hex AB 89 41

RGB Percentages of Color #ab8941

%45.84
%36.73
%17.43

CMYK Percentages of Color #ab8941

%0
%20
%62
%33

Triadic Colors of #ab8941

#ab8941 #41ab89 #8941ab

Analogous Colors of #ab8941

#ab8941 #98ab41 #ab5441

Monochromatic Colors of #ab8941

#ab8941

Complementary Color

#ab8941 #4163ab

#ab8941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8941 Color CSS Codes

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

#ab8941 Text Font Color

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

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


#ab8941 Background Color

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

This div background color is #ab8941


#ab8941 Border Color

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

This div border color is #ab8941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8941


Comments

No comments written yet.

Please login to write comment.