Color Hex Logo

#ab7656 Color Hex

#AB7656
(171,118,86)
1 Favorites   0 Comments

Color spaces of #ab7656

RGB 17111886
HSL0.060.340.50
HSV23°50°67°
CMYK 0.000.310.50   0.33
XYZ24.952722.286711.7907
Yxy22.28670.42270.3775
Hunter Lab47.208811.732718.2381
CIE-Lab54.329917.011025.9298

#ab7656 color RGB value is (171,118,86).

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

The process color (four color CMYK) of #ab7656 color hex is 0.00, 0.31, 0.50, 0.33. Web safe color of #ab7656 is #996666. Color #ab7656 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 01010110
Octal 253 166 126
Decimal 171 118 86
Hex AB 76 56

RGB Percentages of Color #ab7656

%45.60
%31.47
%22.93

CMYK Percentages of Color #ab7656

%0
%31
%50
%33

Triadic Colors of #ab7656

#ab7656 #56ab76 #7656ab

Analogous Colors of #ab7656

#ab7656 #aba156 #ab5660

Monochromatic Colors of #ab7656

#ab7656

Complementary Color

#ab7656 #568bab

#ab7656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7656 Color CSS Codes

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

#ab7656 Text Font Color

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

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


#ab7656 Background Color

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

This div background color is #ab7656


#ab7656 Border Color

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

This div border color is #ab7656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7656

#ab7656 Color Palettes


Comments

No comments written yet.

Please login to write comment.