Color Hex Logo

#ab671c Color Hex

#AB671C
(171,103,28)
0 Favorites   0 Comments

Color spaces of #ab671c

RGB 17110328
HSL0.090.720.39
HSV31°84°67°
CMYK 0.000.400.84   0.33
XYZ21.854418.44233.5065
Yxy18.44230.49890.4210
Hunter Lab42.944515.685525.2200
CIE-Lab50.028221.711950.2109

#ab671c color RGB value is (171,103,28).

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

The process color (four color CMYK) of #ab671c color hex is 0.00, 0.40, 0.84, 0.33. Web safe color of #ab671c is #996633. Color #ab671c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100111 00011100
Octal 253 147 34
Decimal 171 103 28
Hex AB 67 1C

RGB Percentages of Color #ab671c

%56.62
%34.11
%9.27

CMYK Percentages of Color #ab671c

%0
%40
%84
%33

Triadic Colors of #ab671c

#ab671c #1cab67 #671cab

Analogous Colors of #ab671c

#ab671c #a8ab1c #ab201c

Monochromatic Colors of #ab671c

#ab671c

Complementary Color

#ab671c #1c60ab

#ab671c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab671c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab671c Color CSS Codes

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

#ab671c Text Font Color

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

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


#ab671c Background Color

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

This div background color is #ab671c


#ab671c Border Color

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

This div border color is #ab671c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab671c


Comments

No comments written yet.

Please login to write comment.