Color Hex Logo

#ab564c Color Hex

#AB564C
(171,86,76)
1 Favorites   0 Comments

Color spaces of #ab564c

RGB 1718676
HSL0.020.380.48
HSV56°67°
CMYK 0.000.500.56   0.33
XYZ21.426915.83538.7647
Yxy15.83530.46550.3440
Hunter Lab39.793626.474714.7967
CIE-Lab46.757733.798721.8476

#ab564c color RGB value is (171,86,76).

#ab564c hex color red value is 171, green value is 86 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ab564c hue: 0.02 , saturation: 0.38 and the lightness value of ab564c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010110 01001100
Octal 253 126 114
Decimal 171 86 76
Hex AB 56 4C

RGB Percentages of Color #ab564c

%51.35
%25.83
%22.82

CMYK Percentages of Color #ab564c

%0
%50
%56
%33

Triadic Colors of #ab564c

#ab564c #4cab56 #564cab

Analogous Colors of #ab564c

#ab564c #ab864c #ab4c72

Monochromatic Colors of #ab564c

#ab564c

Complementary Color

#ab564c #4ca1ab

#ab564c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab564c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab564c Color CSS Codes

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

#ab564c Text Font Color

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

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


#ab564c Background Color

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

This div background color is #ab564c


#ab564c Border Color

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

This div border color is #ab564c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab564c


Comments

No comments written yet.

Please login to write comment.