Color Hex Logo

#ab632e Color Hex

#AB632E
(171,99,46)
0 Favorites   0 Comments

Color spaces of #ab632e

RGB 1719946
HSL0.070.580.43
HSV25°73°67°
CMYK 0.000.420.73   0.33
XYZ21.749617.77894.8701
Yxy17.77890.48990.4004
Hunter Lab42.165018.285222.6675
CIE-Lab49.226824.675841.4659

#ab632e color RGB value is (171,99,46).

#ab632e hex color red value is 171, green value is 99 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ab632e hue: 0.07 , saturation: 0.58 and the lightness value of ab632e is 0.43.

The process color (four color CMYK) of #ab632e color hex is 0.00, 0.42, 0.73, 0.33. Web safe color of #ab632e is #996633. Color #ab632e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100011 00101110
Octal 253 143 56
Decimal 171 99 46
Hex AB 63 2E

RGB Percentages of Color #ab632e

%54.11
%31.33
%14.56

CMYK Percentages of Color #ab632e

%0
%42
%73
%33

Triadic Colors of #ab632e

#ab632e #2eab63 #632eab

Analogous Colors of #ab632e

#ab632e #aba22e #ab2e38

Monochromatic Colors of #ab632e

#ab632e

Complementary Color

#ab632e #2e76ab

#ab632e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab632e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab632e Color CSS Codes

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

#ab632e Text Font Color

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

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


#ab632e Background Color

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

This div background color is #ab632e


#ab632e Border Color

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

This div border color is #ab632e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab632e


Comments

No comments written yet.

Please login to write comment.