Color Hex Logo

#ab911c Color Hex

#AB911C
(171,145,28)
0 Favorites   0 Comments

Color spaces of #ab911c

RGB 17114528
HSL0.140.720.39
HSV49°84°67°
CMYK 0.000.150.84   0.33
XYZ27.129628.99265.2649
Yxy28.99260.44190.4723
Hunter Lab53.8448-4.291431.8940
CIE-Lab60.7751-1.718259.5079

#ab911c color RGB value is (171,145,28).

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

The process color (four color CMYK) of #ab911c color hex is 0.00, 0.15, 0.84, 0.33. Web safe color of #ab911c is #999933. Color #ab911c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010001 00011100
Octal 253 221 34
Decimal 171 145 28
Hex AB 91 1C

RGB Percentages of Color #ab911c

%49.71
%42.15
%8.14

CMYK Percentages of Color #ab911c

%0
%15
%84
%33

Triadic Colors of #ab911c

#ab911c #1cab91 #911cab

Analogous Colors of #ab911c

#ab911c #7eab1c #ab4a1c

Monochromatic Colors of #ab911c

#ab911c

Complementary Color

#ab911c #1c36ab

#ab911c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab911c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab911c Color CSS Codes

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

#ab911c Text Font Color

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

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


#ab911c Background Color

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

This div background color is #ab911c


#ab911c Border Color

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

This div border color is #ab911c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab911c


Comments

No comments written yet.

Please login to write comment.