Color Hex Logo

#ab9056 Color Hex

#AB9056
(171,144,86)
0 Favorites   0 Comments

Color spaces of #ab9056

RGB 17114486
HSL0.110.340.50
HSV41°50°67°
CMYK 0.000.160.50   0.33
XYZ28.447629.276312.9556
Yxy29.27630.40250.4142
Hunter Lab54.1076-0.840123.6788
CIE-Lab61.02472.453034.4313

#ab9056 color RGB value is (171,144,86).

#ab9056 hex color red value is 171, green value is 144 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #ab9056 hue: 0.11 , saturation: 0.34 and the lightness value of ab9056 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010000 01010110
Octal 253 220 126
Decimal 171 144 86
Hex AB 90 56

RGB Percentages of Color #ab9056

%42.64
%35.91
%21.45

CMYK Percentages of Color #ab9056

%0
%16
%50
%33

Triadic Colors of #ab9056

#ab9056 #56ab90 #9056ab

Analogous Colors of #ab9056

#ab9056 #9cab56 #ab6656

Monochromatic Colors of #ab9056

#ab9056

Complementary Color

#ab9056 #5671ab

#ab9056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9056 Color CSS Codes

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

#ab9056 Text Font Color

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

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


#ab9056 Background Color

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

This div background color is #ab9056


#ab9056 Border Color

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

This div border color is #ab9056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9056


Comments

No comments written yet.

Please login to write comment.