Color Hex Logo

#ab916c Color Hex

#AB916C
(171,145,108)
0 Favorites   0 Comments

Color spaces of #ab916c

RGB 171145108
HSL0.100.270.55
HSV35°37°67°
CMYK 0.000.150.37   0.33
XYZ29.626829.991418.4148
Yxy29.99140.37970.3843
Hunter Lab54.76440.728418.3985
CIE-Lab61.64684.330423.2711

#ab916c color RGB value is (171,145,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010001 01101100
Octal 253 221 154
Decimal 171 145 108
Hex AB 91 6C

RGB Percentages of Color #ab916c

%40.33
%34.20
%25.47

CMYK Percentages of Color #ab916c

%0
%15
%37
%33

Triadic Colors of #ab916c

#ab916c #6cab91 #916cab

Analogous Colors of #ab916c

#ab916c #a6ab6c #ab726c

Monochromatic Colors of #ab916c

#ab916c

Complementary Color

#ab916c #6c86ab

#ab916c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab916c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab916c Color CSS Codes

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

#ab916c Text Font Color

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

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


#ab916c Background Color

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

This div background color is #ab916c


#ab916c Border Color

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

This div border color is #ab916c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab916c


Comments

No comments written yet.

Please login to write comment.