Color Hex Logo

#ab553c Color Hex

#AB553C
(171,85,60)
0 Favorites   0 Comments

Color spaces of #ab553c

RGB 1718560
HSL0.040.480.45
HSV14°65°67°
CMYK 0.000.500.65   0.33
XYZ20.858715.48126.1638
Yxy15.48120.49080.3642
Hunter Lab39.346225.773018.2542
CIE-Lab46.286333.116230.5965

#ab553c color RGB value is (171,85,60).

#ab553c hex color red value is 171, green value is 85 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ab553c hue: 0.04 , saturation: 0.48 and the lightness value of ab553c is 0.45.

The process color (four color CMYK) of #ab553c color hex is 0.00, 0.50, 0.65, 0.33. Web safe color of #ab553c is #996633. Color #ab553c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010101 00111100
Octal 253 125 74
Decimal 171 85 60
Hex AB 55 3C

RGB Percentages of Color #ab553c

%54.11
%26.90
%18.99

CMYK Percentages of Color #ab553c

%0
%50
%65
%33

Triadic Colors of #ab553c

#ab553c #3cab55 #553cab

Analogous Colors of #ab553c

#ab553c #ab8d3c #ab3c5b

Monochromatic Colors of #ab553c

#ab553c

Complementary Color

#ab553c #3c92ab

#ab553c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab553c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab553c Color CSS Codes

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

#ab553c Text Font Color

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

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


#ab553c Background Color

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

This div background color is #ab553c


#ab553c Border Color

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

This div border color is #ab553c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab553c


Comments

No comments written yet.

Please login to write comment.