Color Hex Logo

#ab492b Color Hex

#AB492B
(171,73,43)
0 Favorites   0 Comments

Color spaces of #ab492b

RGB 1717343
HSL0.040.600.42
HSV14°75°67°
CMYK 0.000.570.75   0.33
XYZ19.613213.59743.8763
Yxy13.59740.52880.3666
Hunter Lab36.874730.411419.5796
CIE-Lab43.649938.353737.0513

#ab492b color RGB value is (171,73,43).

#ab492b hex color red value is 171, green value is 73 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ab492b hue: 0.04 , saturation: 0.60 and the lightness value of ab492b is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001001 00101011
Octal 253 111 53
Decimal 171 73 43
Hex AB 49 2B

RGB Percentages of Color #ab492b

%59.58
%25.44
%14.98

CMYK Percentages of Color #ab492b

%0
%57
%75
%33

Triadic Colors of #ab492b

#ab492b #2bab49 #492bab

Analogous Colors of #ab492b

#ab492b #ab892b #ab2b4d

Monochromatic Colors of #ab492b

#ab492b

Complementary Color

#ab492b #2b8dab

#ab492b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab492b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab492b Color CSS Codes

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

#ab492b Text Font Color

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

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


#ab492b Background Color

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

This div background color is #ab492b


#ab492b Border Color

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

This div border color is #ab492b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab492b


Comments

No comments written yet.

Please login to write comment.