Color Hex Logo

#ab815f Color Hex

#AB815F
(171,129,95)
0 Favorites   0 Comments

Color spaces of #ab815f

RGB 17112995
HSL0.070.310.52
HSV27°44°67°
CMYK 0.000.250.44   0.33
XYZ26.710425.184714.2798
Yxy25.18470.40360.3806
Hunter Lab50.18447.183218.2583
CIE-Lab57.254911.750524.6883

#ab815f color RGB value is (171,129,95).

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

The process color (four color CMYK) of #ab815f color hex is 0.00, 0.25, 0.44, 0.33. Web safe color of #ab815f is #999966. Color #ab815f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000001 01011111
Octal 253 201 137
Decimal 171 129 95
Hex AB 81 5F

RGB Percentages of Color #ab815f

%43.29
%32.66
%24.05

CMYK Percentages of Color #ab815f

%0
%25
%44
%33

Triadic Colors of #ab815f

#ab815f #5fab81 #815fab

Analogous Colors of #ab815f

#ab815f #aba75f #ab5f63

Monochromatic Colors of #ab815f

#ab815f

Complementary Color

#ab815f #5f89ab

#ab815f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab815f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab815f Color CSS Codes

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

#ab815f Text Font Color

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

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


#ab815f Background Color

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

This div background color is #ab815f


#ab815f Border Color

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

This div border color is #ab815f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,129,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 #ab815f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab815f


Comments

No comments written yet.

Please login to write comment.