Color Hex Logo

#ab564d Color Hex

#AB564D
(171,86,77)
0 Favorites   0 Comments

Color spaces of #ab564d

RGB 1718677
HSL0.020.380.49
HSV55°67°
CMYK 0.000.500.55   0.33
XYZ21.461915.84938.9492
Yxy15.84930.46390.3426
Hunter Lab39.811226.558414.5400
CIE-Lab46.776233.884621.2777

#ab564d color RGB value is (171,86,77).

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

The process color (four color CMYK) of #ab564d color hex is 0.00, 0.50, 0.55, 0.33. Web safe color of #ab564d is #996666. Color #ab564d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010110 01001101
Octal 253 126 115
Decimal 171 86 77
Hex AB 56 4D

RGB Percentages of Color #ab564d

%51.20
%25.75
%23.05

CMYK Percentages of Color #ab564d

%0
%50
%55
%33

Triadic Colors of #ab564d

#ab564d #4dab56 #564dab

Analogous Colors of #ab564d

#ab564d #ab854d #ab4d73

Monochromatic Colors of #ab564d

#ab564d

Complementary Color

#ab564d #4da2ab

#ab564d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab564d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab564d Color CSS Codes

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

#ab564d Text Font Color

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

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


#ab564d Background Color

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

This div background color is #ab564d


#ab564d Border Color

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

This div border color is #ab564d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab564d


Comments

No comments written yet.

Please login to write comment.