Color Hex Logo

#ab5940 Color Hex

#AB5940
(171,89,64)
0 Favorites   0 Comments

Color spaces of #ab5940

RGB 1718964
HSL0.040.460.46
HSV14°63°67°
CMYK 0.000.480.63   0.33
XYZ21.292416.17286.8499
Yxy16.17280.48050.3650
Hunter Lab40.215424.131418.0519
CIE-Lab47.200431.252329.4227

#ab5940 color RGB value is (171,89,64).

#ab5940 hex color red value is 171, green value is 89 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ab5940 hue: 0.04 , saturation: 0.46 and the lightness value of ab5940 is 0.46.

The process color (four color CMYK) of #ab5940 color hex is 0.00, 0.48, 0.63, 0.33. Web safe color of #ab5940 is #996633. Color #ab5940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011001 01000000
Octal 253 131 100
Decimal 171 89 64
Hex AB 59 40

RGB Percentages of Color #ab5940

%52.78
%27.47
%19.75

CMYK Percentages of Color #ab5940

%0
%48
%63
%33

Triadic Colors of #ab5940

#ab5940 #40ab59 #5940ab

Analogous Colors of #ab5940

#ab5940 #ab8f40 #ab405c

Monochromatic Colors of #ab5940

#ab5940

Complementary Color

#ab5940 #4092ab

#ab5940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5940 Color CSS Codes

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

#ab5940 Text Font Color

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

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


#ab5940 Background Color

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

This div background color is #ab5940


#ab5940 Border Color

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

This div border color is #ab5940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5940


Comments

No comments written yet.

Please login to write comment.