Color Hex Logo

#ab473e Color Hex

#AB473E
(171,71,62)
0 Favorites   0 Comments

Color spaces of #ab473e

RGB 1717162
HSL0.010.470.46
HSV64°67°
CMYK 0.000.580.64   0.33
XYZ19.917313.51226.1158
Yxy13.51220.50370.3417
Hunter Lab36.758932.389515.8668
CIE-Lab43.525140.411026.0355

#ab473e color RGB value is (171,71,62).

#ab473e hex color red value is 171, green value is 71 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ab473e hue: 0.01 , saturation: 0.47 and the lightness value of ab473e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 00111110
Octal 253 107 76
Decimal 171 71 62
Hex AB 47 3E

RGB Percentages of Color #ab473e

%56.25
%23.36
%20.39

CMYK Percentages of Color #ab473e

%0
%58
%64
%33

Triadic Colors of #ab473e

#ab473e #3eab47 #473eab

Analogous Colors of #ab473e

#ab473e #ab7e3e #ab3e6c

Monochromatic Colors of #ab473e

#ab473e

Complementary Color

#ab473e #3ea2ab

#ab473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab473e Color CSS Codes

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

#ab473e Text Font Color

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

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


#ab473e Background Color

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

This div background color is #ab473e


#ab473e Border Color

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

This div border color is #ab473e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab473e


Comments

No comments written yet.

Please login to write comment.