Color Hex Logo

#ab906c Color Hex

#AB906C
(171,144,108)
0 Favorites   0 Comments

Color spaces of #ab906c

RGB 171144108
HSL0.100.270.55
HSV34°37°67°
CMYK 0.000.160.37   0.33
XYZ29.474629.687218.3641
Yxy29.68720.38020.3829
Hunter Lab54.48601.210518.1569
CIE-Lab61.38344.884322.9186

#ab906c color RGB value is (171,144,108).

#ab906c hex color red value is 171, green value is 144 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ab906c hue: 0.10 , saturation: 0.27 and the lightness value of ab906c is 0.55.

The process color (four color CMYK) of #ab906c color hex is 0.00, 0.16, 0.37, 0.33. Web safe color of #ab906c is #999966. Color #ab906c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010000 01101100
Octal 253 220 154
Decimal 171 144 108
Hex AB 90 6C

RGB Percentages of Color #ab906c

%40.43
%34.04
%25.53

CMYK Percentages of Color #ab906c

%0
%16
%37
%33

Triadic Colors of #ab906c

#ab906c #6cab90 #906cab

Analogous Colors of #ab906c

#ab906c #a7ab6c #ab716c

Monochromatic Colors of #ab906c

#ab906c

Complementary Color

#ab906c #6c87ab

#ab906c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab906c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab906c Color CSS Codes

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

#ab906c Text Font Color

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

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


#ab906c Background Color

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

This div background color is #ab906c


#ab906c Border Color

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

This div border color is #ab906c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab906c


Comments

No comments written yet.

Please login to write comment.