Color Hex Logo

#ab5849 Color Hex

#AB5849
(171,88,73)
0 Favorites   0 Comments

Color spaces of #ab5849

RGB 1718873
HSL0.030.400.48
HSV57°67°
CMYK 0.000.490.57   0.33
XYZ21.486916.11848.2820
Yxy16.11840.46830.3513
Hunter Lab40.147725.273915.8726
CIE-Lab47.129432.480024.1039

#ab5849 color RGB value is (171,88,73).

#ab5849 hex color red value is 171, green value is 88 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ab5849 hue: 0.03 , saturation: 0.40 and the lightness value of ab5849 is 0.48.

The process color (four color CMYK) of #ab5849 color hex is 0.00, 0.49, 0.57, 0.33. Web safe color of #ab5849 is #996633. Color #ab5849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011000 01001001
Octal 253 130 111
Decimal 171 88 73
Hex AB 58 49

RGB Percentages of Color #ab5849

%51.51
%26.51
%21.99

CMYK Percentages of Color #ab5849

%0
%49
%57
%33

Triadic Colors of #ab5849

#ab5849 #49ab58 #5849ab

Analogous Colors of #ab5849

#ab5849 #ab8949 #ab496b

Monochromatic Colors of #ab5849

#ab5849

Complementary Color

#ab5849 #499cab

#ab5849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5849 Color CSS Codes

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

#ab5849 Text Font Color

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

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


#ab5849 Background Color

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

This div background color is #ab5849


#ab5849 Border Color

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

This div border color is #ab5849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5849


Comments

No comments written yet.

Please login to write comment.