Color Hex Logo

#ab975e Color Hex

#AB975E
(171,151,94)
0 Favorites   0 Comments

Color spaces of #ab975e

RGB 17115194
HSL0.120.310.52
HSV44°45°67°
CMYK 0.000.120.45   0.33
XYZ29.881631.599315.1140
Yxy31.59930.39010.4126
Hunter Lab56.2133-3.486923.4080
CIE-Lab63.0103-0.577732.6700

#ab975e color RGB value is (171,151,94).

#ab975e hex color red value is 171, green value is 151 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ab975e hue: 0.12 , saturation: 0.31 and the lightness value of ab975e is 0.52.

The process color (four color CMYK) of #ab975e color hex is 0.00, 0.12, 0.45, 0.33. Web safe color of #ab975e is #999966. Color #ab975e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010111 01011110
Octal 253 227 136
Decimal 171 151 94
Hex AB 97 5E

RGB Percentages of Color #ab975e

%41.11
%36.30
%22.60

CMYK Percentages of Color #ab975e

%0
%12
%45
%33

Triadic Colors of #ab975e

#ab975e #5eab97 #975eab

Analogous Colors of #ab975e

#ab975e #99ab5e #ab715e

Monochromatic Colors of #ab975e

#ab975e

Complementary Color

#ab975e #5e72ab

#ab975e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab975e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab975e Color CSS Codes

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

#ab975e Text Font Color

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

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


#ab975e Background Color

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

This div background color is #ab975e


#ab975e Border Color

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

This div border color is #ab975e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab975e


Comments

No comments written yet.

Please login to write comment.