Color Hex Logo

#ab655e Color Hex

#AB655E
(171,101,94)
0 Favorites   0 Comments

Color spaces of #ab655e

RGB 17110194
HSL0.020.310.52
HSV45°67°
CMYK 0.000.410.45   0.33
XYZ23.468618.773412.9764
Yxy18.77340.42500.3400
Hunter Lab43.328320.859412.5730
CIE-Lab50.421027.382016.0965

#ab655e color RGB value is (171,101,94).

#ab655e hex color red value is 171, green value is 101 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ab655e hue: 0.02 , saturation: 0.31 and the lightness value of ab655e is 0.52.

The process color (four color CMYK) of #ab655e color hex is 0.00, 0.41, 0.45, 0.33. Web safe color of #ab655e is #996666. Color #ab655e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100101 01011110
Octal 253 145 136
Decimal 171 101 94
Hex AB 65 5E

RGB Percentages of Color #ab655e

%46.72
%27.60
%25.68

CMYK Percentages of Color #ab655e

%0
%41
%45
%33

Triadic Colors of #ab655e

#ab655e #5eab65 #655eab

Analogous Colors of #ab655e

#ab655e #ab8c5e #ab5e7e

Monochromatic Colors of #ab655e

#ab655e

Complementary Color

#ab655e #5ea4ab

#ab655e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab655e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab655e Color CSS Codes

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

#ab655e Text Font Color

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

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


#ab655e Background Color

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

This div background color is #ab655e


#ab655e Border Color

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

This div border color is #ab655e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab655e


Comments

No comments written yet.

Please login to write comment.