Color Hex Logo

#ab8920 Color Hex

#AB8920
(171,137,32)
0 Favorites   0 Comments

Color spaces of #ab8920

RGB 17113732
HSL0.130.680.40
HSV45°81°67°
CMYK 0.000.200.81   0.33
XYZ26.001026.65355.1407
Yxy26.65350.44990.4612
Hunter Lab51.6270-0.449130.2352
CIE-Lab58.65222.802356.4253

#ab8920 color RGB value is (171,137,32).

#ab8920 hex color red value is 171, green value is 137 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ab8920 hue: 0.13 , saturation: 0.68 and the lightness value of ab8920 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001001 00100000
Octal 253 211 40
Decimal 171 137 32
Hex AB 89 20

RGB Percentages of Color #ab8920

%50.29
%40.29
%9.41

CMYK Percentages of Color #ab8920

%0
%20
%81
%33

Triadic Colors of #ab8920

#ab8920 #20ab89 #8920ab

Analogous Colors of #ab8920

#ab8920 #88ab20 #ab4420

Monochromatic Colors of #ab8920

#ab8920

Complementary Color

#ab8920 #2042ab

#ab8920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8920 Color CSS Codes

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

#ab8920 Text Font Color

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

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


#ab8920 Background Color

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

This div background color is #ab8920


#ab8920 Border Color

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

This div border color is #ab8920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8920


Comments

No comments written yet.

Please login to write comment.