Color Hex Logo

#ab9876 Color Hex

#AB9876
(171,152,118)
0 Favorites   0 Comments

Color spaces of #ab9876

RGB 171152118
HSL0.110.240.57
HSV38°31°67°
CMYK 0.000.110.31   0.33
XYZ31.292832.422421.7484
Yxy32.42240.36620.3794
Hunter Lab56.9407-1.548217.2127
CIE-Lab63.69051.760620.4872

#ab9876 color RGB value is (171,152,118).

#ab9876 hex color red value is 171, green value is 152 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ab9876 hue: 0.11 , saturation: 0.24 and the lightness value of ab9876 is 0.57.

The process color (four color CMYK) of #ab9876 color hex is 0.00, 0.11, 0.31, 0.33. Web safe color of #ab9876 is #999966. Color #ab9876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011000 01110110
Octal 253 230 166
Decimal 171 152 118
Hex AB 98 76

RGB Percentages of Color #ab9876

%38.78
%34.47
%26.76

CMYK Percentages of Color #ab9876

%0
%11
%31
%33

Triadic Colors of #ab9876

#ab9876 #76ab98 #9876ab

Analogous Colors of #ab9876

#ab9876 #a4ab76 #ab7e76

Monochromatic Colors of #ab9876

#ab9876

Complementary Color

#ab9876 #7689ab

#ab9876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9876 Color CSS Codes

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

#ab9876 Text Font Color

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

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


#ab9876 Background Color

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

This div background color is #ab9876


#ab9876 Border Color

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

This div border color is #ab9876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9876


Comments

No comments written yet.

Please login to write comment.