Color Hex Logo

#ab523e Color Hex

#AB523E
(171,82,62)
0 Favorites   0 Comments

Color spaces of #ab523e

RGB 1718262
HSL0.030.470.46
HSV11°64°67°
CMYK 0.000.520.64   0.33
XYZ20.681415.04036.3705
Yxy15.04030.49130.3573
Hunter Lab38.781827.321517.4080
CIE-Lab45.689334.832628.7181

#ab523e color RGB value is (171,82,62).

#ab523e hex color red value is 171, green value is 82 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ab523e hue: 0.03 , saturation: 0.47 and the lightness value of ab523e is 0.46.

The process color (four color CMYK) of #ab523e color hex is 0.00, 0.52, 0.64, 0.33. Web safe color of #ab523e is #996633. Color #ab523e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010010 00111110
Octal 253 122 76
Decimal 171 82 62
Hex AB 52 3E

RGB Percentages of Color #ab523e

%54.29
%26.03
%19.68

CMYK Percentages of Color #ab523e

%0
%52
%64
%33

Triadic Colors of #ab523e

#ab523e #3eab52 #523eab

Analogous Colors of #ab523e

#ab523e #ab893e #ab3e60

Monochromatic Colors of #ab523e

#ab523e

Complementary Color

#ab523e #3e97ab

#ab523e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab523e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab523e Color CSS Codes

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

#ab523e Text Font Color

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

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


#ab523e Background Color

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

This div background color is #ab523e


#ab523e Border Color

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

This div border color is #ab523e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab523e


Comments

No comments written yet.

Please login to write comment.