Color Hex Logo

#ab655f Color Hex

#AB655F
(171,101,95)
0 Favorites   0 Comments

Color spaces of #ab655f

RGB 17110195
HSL0.010.310.52
HSV44°67°
CMYK 0.000.410.44   0.33
XYZ23.513818.791513.2143
Yxy18.79150.42350.3385
Hunter Lab43.349220.962412.2708
CIE-Lab50.442427.491315.5354

#ab655f color RGB value is (171,101,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100101 01011111
Octal 253 145 137
Decimal 171 101 95
Hex AB 65 5F

RGB Percentages of Color #ab655f

%46.59
%27.52
%25.89

CMYK Percentages of Color #ab655f

%0
%41
%44
%33

Triadic Colors of #ab655f

#ab655f #5fab65 #655fab

Analogous Colors of #ab655f

#ab655f #ab8b5f #ab5f7f

Monochromatic Colors of #ab655f

#ab655f

Complementary Color

#ab655f #5fa5ab

#ab655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab655f Color CSS Codes

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

#ab655f Text Font Color

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

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


#ab655f Background Color

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

This div background color is #ab655f


#ab655f Border Color

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

This div border color is #ab655f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab655f


Comments

No comments written yet.

Please login to write comment.