Color Hex Logo

#ab967c Color Hex

#AB967C
(171,150,124)
0 Favorites   0 Comments

Color spaces of #ab967c

RGB 171150124
HSL0.090.220.58
HSV33°27°67°
CMYK 0.000.120.27   0.33
XYZ31.339031.925923.5793
Yxy31.92590.36090.3676
Hunter Lab56.50300.123514.8098
CIE-Lab63.28163.692816.5895

#ab967c color RGB value is (171,150,124).

#ab967c hex color red value is 171, green value is 150 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ab967c hue: 0.09 , saturation: 0.22 and the lightness value of ab967c is 0.58.

The process color (four color CMYK) of #ab967c color hex is 0.00, 0.12, 0.27, 0.33. Web safe color of #ab967c is #999966. Color #ab967c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010110 01111100
Octal 253 226 174
Decimal 171 150 124
Hex AB 96 7C

RGB Percentages of Color #ab967c

%38.43
%33.71
%27.87

CMYK Percentages of Color #ab967c

%0
%12
%27
%33

Triadic Colors of #ab967c

#ab967c #7cab96 #967cab

Analogous Colors of #ab967c

#ab967c #a9ab7c #ab7f7c

Monochromatic Colors of #ab967c

#ab967c

Complementary Color

#ab967c #7c91ab

#ab967c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab967c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab967c Color CSS Codes

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

#ab967c Text Font Color

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

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


#ab967c Background Color

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

This div background color is #ab967c


#ab967c Border Color

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

This div border color is #ab967c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab967c


Comments

No comments written yet.

Please login to write comment.