Color Hex Logo

#ab831c Color Hex

#AB831C
(171,131,28)
0 Favorites   0 Comments

Color spaces of #ab831c

RGB 17113128
HSL0.120.720.39
HSV43°84°67°
CMYK 0.000.230.84   0.33
XYZ25.120524.97444.5952
Yxy24.97440.45930.4567
Hunter Lab49.97442.270929.5303
CIE-Lab57.05056.000456.3167

#ab831c color RGB value is (171,131,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000011 00011100
Octal 253 203 34
Decimal 171 131 28
Hex AB 83 1C

RGB Percentages of Color #ab831c

%51.82
%39.70
%8.48

CMYK Percentages of Color #ab831c

%0
%23
%84
%33

Triadic Colors of #ab831c

#ab831c #1cab83 #831cab

Analogous Colors of #ab831c

#ab831c #8cab1c #ab3b1c

Monochromatic Colors of #ab831c

#ab831c

Complementary Color

#ab831c #1c44ab

#ab831c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab831c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab831c Color CSS Codes

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

#ab831c Text Font Color

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

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


#ab831c Background Color

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

This div background color is #ab831c


#ab831c Border Color

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

This div border color is #ab831c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,131,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 #ab831c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab831c


Comments

No comments written yet.

Please login to write comment.