color codes Logo

#ab561c color codes

#AB561C
(171,86,28)
0 Favorites   0 Comments

Color spaces of #ab561c

RGB 1718628
HSL0.070.720.39
HSV24°84°67°
CMYK 0.000.500.84   0.33
XYZ20.332015.39732.9990
Yxy15.39730.52500.3976
Hunter Lab39.239423.821322.9361
CIE-Lab46.173631.041946.7961

#ab561c color RGB value is (171,86,28).

#ab561c hex color red value is 171, green value is 86 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ab561c hue: 0.07 , saturation: 0.72 and the lightness value of ab561c is 0.39.

The process color (four color CMYK) of #ab561c color code is 0.00, 0.50, 0.84, 0.33. Web safe color of #ab561c is #996633. Color #ab561c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010110 00011100
Octal 253 126 34
Decimal 171 86 28
Hex AB 56 1C

RGB Percentages of Color #ab561c

%60.00
%30.18
%9.82

CMYK Percentages of Color #ab561c

%0
%50
%84
%33

Triadic Colors of #ab561c

#ab561c #1cab56 #561cab

Analogous Colors of #ab561c

#ab561c #ab9e1c #ab1c29

Monochromatic Colors of #ab561c

#ab561c

Complementary Color

#ab561c #1c71ab

#ab561c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab561c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab561c Color CSS Codes

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

#ab561c Text Font Color

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

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


#ab561c Background Color

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

This div background color is #ab561c


#ab561c Border Color

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

This div border color is #ab561c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab561c


Comments

No comments written yet.

Please login to write comment.