Color Hex Logo

#ab974a Color Hex

#AB974A
(171,151,74)
0 Favorites   0 Comments

Color spaces of #ab974a

RGB 17115174
HSL0.130.400.48
HSV48°57°67°
CMYK 0.000.120.57   0.33
XYZ29.097231.285610.9837
Yxy31.28560.40770.4384
Hunter Lab55.9335-5.026127.5107
CIE-Lab62.7480-2.448342.6703

#ab974a color RGB value is (171,151,74).

#ab974a hex color red value is 171, green value is 151 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ab974a hue: 0.13 , saturation: 0.40 and the lightness value of ab974a is 0.48.

The process color (four color CMYK) of #ab974a color hex is 0.00, 0.12, 0.57, 0.33. Web safe color of #ab974a is #999933. Color #ab974a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010111 01001010
Octal 253 227 112
Decimal 171 151 74
Hex AB 97 4A

RGB Percentages of Color #ab974a

%43.18
%38.13
%18.69

CMYK Percentages of Color #ab974a

%0
%12
%57
%33

Triadic Colors of #ab974a

#ab974a #4aab97 #974aab

Analogous Colors of #ab974a

#ab974a #8fab4a #ab674a

Monochromatic Colors of #ab974a

#ab974a

Complementary Color

#ab974a #4a5eab

#ab974a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab974a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab974a Color CSS Codes

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

#ab974a Text Font Color

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

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


#ab974a Background Color

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

This div background color is #ab974a


#ab974a Border Color

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

This div border color is #ab974a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab974a


Comments

No comments written yet.

Please login to write comment.