Color Hex Logo

#ab664e Color Hex

#AB664E
(171,102,78)
0 Favorites   0 Comments

Color spaces of #ab664e

RGB 17110278
HSL0.040.370.49
HSV15°54°67°
CMYK 0.000.400.54   0.33
XYZ22.921118.71079.6112
Yxy18.71070.44730.3651
Hunter Lab43.255918.888617.1052
CIE-Lab50.347025.242625.3410

#ab664e color RGB value is (171,102,78).

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

The process color (four color CMYK) of #ab664e color hex is 0.00, 0.40, 0.54, 0.33. Web safe color of #ab664e is #996666. Color #ab664e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100110 01001110
Octal 253 146 116
Decimal 171 102 78
Hex AB 66 4E

RGB Percentages of Color #ab664e

%48.72
%29.06
%22.22

CMYK Percentages of Color #ab664e

%0
%40
%54
%33

Triadic Colors of #ab664e

#ab664e #4eab66 #664eab

Analogous Colors of #ab664e

#ab664e #ab954e #ab4e65

Monochromatic Colors of #ab664e

#ab664e

Complementary Color

#ab664e #4e93ab

#ab664e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab664e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab664e Color CSS Codes

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

#ab664e Text Font Color

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

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


#ab664e Background Color

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

This div background color is #ab664e


#ab664e Border Color

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

This div border color is #ab664e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab664e


Comments

No comments written yet.

Please login to write comment.