Color Hex Logo

#ab492f Color Hex

#AB492F
(171,73,47)
0 Favorites   0 Comments

Color spaces of #ab492f

RGB 1717347
HSL0.030.570.43
HSV13°73°67°
CMYK 0.000.570.73   0.33
XYZ19.690213.62834.2820
Yxy13.62830.52370.3624
Hunter Lab36.916530.602818.9644
CIE-Lab43.695138.545234.9095

#ab492f color RGB value is (171,73,47).

#ab492f hex color red value is 171, green value is 73 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ab492f hue: 0.03 , saturation: 0.57 and the lightness value of ab492f is 0.43.

The process color (four color CMYK) of #ab492f color hex is 0.00, 0.57, 0.73, 0.33. Web safe color of #ab492f is #993333. Color #ab492f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001001 00101111
Octal 253 111 57
Decimal 171 73 47
Hex AB 49 2F

RGB Percentages of Color #ab492f

%58.76
%25.09
%16.15

CMYK Percentages of Color #ab492f

%0
%57
%73
%33

Triadic Colors of #ab492f

#ab492f #2fab49 #492fab

Analogous Colors of #ab492f

#ab492f #ab872f #ab2f53

Monochromatic Colors of #ab492f

#ab492f

Complementary Color

#ab492f #2f91ab

#ab492f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab492f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab492f Color CSS Codes

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

#ab492f Text Font Color

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

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


#ab492f Background Color

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

This div background color is #ab492f


#ab492f Border Color

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

This div border color is #ab492f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab492f


Comments

No comments written yet.

Please login to write comment.