Color Hex Logo

#ab661c Color Hex

#AB661C
(171,102,28)
0 Favorites   0 Comments

Color spaces of #ab661c

RGB 17110228
HSL0.090.720.39
HSV31°84°67°
CMYK 0.000.400.84   0.33
XYZ21.755618.24453.4735
Yxy18.24450.50040.4197
Hunter Lab42.713616.167925.0780
CIE-Lab49.791322.270750.0027

#ab661c color RGB value is (171,102,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100110 00011100
Octal 253 146 34
Decimal 171 102 28
Hex AB 66 1C

RGB Percentages of Color #ab661c

%56.81
%33.89
%9.30

CMYK Percentages of Color #ab661c

%0
%40
%84
%33

Triadic Colors of #ab661c

#ab661c #1cab66 #661cab

Analogous Colors of #ab661c

#ab661c #a9ab1c #ab1f1c

Monochromatic Colors of #ab661c

#ab661c

Complementary Color

#ab661c #1c61ab

#ab661c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab661c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab661c Color CSS Codes

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

#ab661c Text Font Color

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

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


#ab661c Background Color

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

This div background color is #ab661c


#ab661c Border Color

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

This div border color is #ab661c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab661c


Comments

No comments written yet.

Please login to write comment.