color codes Logo

#ab646f color codes

#AB646F
(171,100,111)
0 Favorites   0 Comments

Color spaces of #ab646f

RGB 171100111
HSL0.970.300.53
HSV351°42°67°
CMYK 0.000.420.35   0.33
XYZ24.221018.920017.4143
Yxy18.92000.40000.3124
Hunter Lab43.497123.27626.7109
CIE-Lab50.593529.95576.2541

#ab646f color RGB value is (171,100,111).

#ab646f hex color red value is 171, green value is 100 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ab646f hue: 0.97 , saturation: 0.30 and the lightness value of ab646f is 0.53.

The process color (four color CMYK) of #ab646f color code is 0.00, 0.42, 0.35, 0.33. Web safe color of #ab646f is #996666. Color #ab646f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100100 01101111
Octal 253 144 157
Decimal 171 100 111
Hex AB 64 6F

RGB Percentages of Color #ab646f

%44.76
%26.18
%29.06

CMYK Percentages of Color #ab646f

%0
%42
%35
%33

Triadic Colors of #ab646f

#ab646f #6fab64 #646fab

Analogous Colors of #ab646f

#ab646f #ab7d64 #ab6493

Monochromatic Colors of #ab646f

#ab646f

Complementary Color

#ab646f #64aba0

#ab646f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab646f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab646f Color CSS Codes

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

#ab646f Text Font Color

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

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


#ab646f Background Color

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

This div background color is #ab646f


#ab646f Border Color

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

This div border color is #ab646f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab646f


Comments

No comments written yet.

Please login to write comment.