Color Hex Logo

#ab971d Color Hex

#AB971D
(171,151,29)
0 Favorites   0 Comments

Color spaces of #ab971d

RGB 17115129
HSL0.140.710.39
HSV52°83°67°
CMYK 0.000.120.83   0.33
XYZ28.083030.87995.6427
Yxy30.87990.43470.4780
Hunter Lab55.5697-7.039232.8783
CIE-Lab62.4061-4.936360.6173

#ab971d color RGB value is (171,151,29).

#ab971d hex color red value is 171, green value is 151 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ab971d hue: 0.14 , saturation: 0.71 and the lightness value of ab971d is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010111 00011101
Octal 253 227 35
Decimal 171 151 29
Hex AB 97 1D

RGB Percentages of Color #ab971d

%48.72
%43.02
%8.26

CMYK Percentages of Color #ab971d

%0
%12
%83
%33

Triadic Colors of #ab971d

#ab971d #1dab97 #971dab

Analogous Colors of #ab971d

#ab971d #78ab1d #ab501d

Monochromatic Colors of #ab971d

#ab971d

Complementary Color

#ab971d #1d31ab

#ab971d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab971d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab971d Color CSS Codes

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

#ab971d Text Font Color

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

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


#ab971d Background Color

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

This div background color is #ab971d


#ab971d Border Color

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

This div border color is #ab971d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab971d


Comments

No comments written yet.

Please login to write comment.