Color Hex Logo

#ab553a Color Hex

#AB553A
(171,85,58)
0 Favorites   0 Comments

Color spaces of #ab553a

RGB 1718558
HSL0.040.490.45
HSV14°66°67°
CMYK 0.000.500.66   0.33
XYZ20.806815.46045.8905
Yxy15.46040.49350.3667
Hunter Lab39.319725.647318.6415
CIE-Lab46.258432.986231.7005

#ab553a color RGB value is (171,85,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010101 00111010
Octal 253 125 72
Decimal 171 85 58
Hex AB 55 3A

RGB Percentages of Color #ab553a

%54.46
%27.07
%18.47

CMYK Percentages of Color #ab553a

%0
%50
%66
%33

Triadic Colors of #ab553a

#ab553a #3aab55 #553aab

Analogous Colors of #ab553a

#ab553a #ab8e3a #ab3a57

Monochromatic Colors of #ab553a

#ab553a

Complementary Color

#ab553a #3a90ab

#ab553a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab553a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab553a Color CSS Codes

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

#ab553a Text Font Color

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

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


#ab553a Background Color

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

This div background color is #ab553a


#ab553a Border Color

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

This div border color is #ab553a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab553a


Comments

No comments written yet.

Please login to write comment.