Color Hex Logo

#ab473c Color Hex

#AB473C
(171,71,60)
0 Favorites   0 Comments

Color spaces of #ab473c

RGB 1717160
HSL0.020.480.45
HSV65°67°
CMYK 0.000.580.65   0.33
XYZ19.863413.49065.8320
Yxy13.49060.50690.3443
Hunter Lab36.729632.256416.2965
CIE-Lab43.493340.279727.1844

#ab473c color RGB value is (171,71,60).

#ab473c hex color red value is 171, green value is 71 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ab473c hue: 0.02 , saturation: 0.48 and the lightness value of ab473c is 0.45.

The process color (four color CMYK) of #ab473c color hex is 0.00, 0.58, 0.65, 0.33. Web safe color of #ab473c is #993333. Color #ab473c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 00111100
Octal 253 107 74
Decimal 171 71 60
Hex AB 47 3C

RGB Percentages of Color #ab473c

%56.62
%23.51
%19.87

CMYK Percentages of Color #ab473c

%0
%58
%65
%33

Triadic Colors of #ab473c

#ab473c #3cab47 #473cab

Analogous Colors of #ab473c

#ab473c #ab7f3c #ab3c69

Monochromatic Colors of #ab473c

#ab473c

Complementary Color

#ab473c #3ca0ab

#ab473c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab473c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab473c Color CSS Codes

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

#ab473c Text Font Color

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

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


#ab473c Background Color

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

This div background color is #ab473c


#ab473c Border Color

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

This div border color is #ab473c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab473c


Comments

No comments written yet.

Please login to write comment.