Color Hex Logo

#ab632f Color Hex

#AB632F
(171,99,47)
0 Favorites   0 Comments

Color spaces of #ab632f

RGB 1719947
HSL0.070.570.43
HSV25°73°67°
CMYK 0.000.420.73   0.33
XYZ21.769517.78684.9751
Yxy17.78680.48890.3994
Hunter Lab42.174418.332622.5279
CIE-Lab49.236524.727440.9760

#ab632f color RGB value is (171,99,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100011 00101111
Octal 253 143 57
Decimal 171 99 47
Hex AB 63 2F

RGB Percentages of Color #ab632f

%53.94
%31.23
%14.83

CMYK Percentages of Color #ab632f

%0
%42
%73
%33

Triadic Colors of #ab632f

#ab632f #2fab63 #632fab

Analogous Colors of #ab632f

#ab632f #aba12f #ab2f39

Monochromatic Colors of #ab632f

#ab632f

Complementary Color

#ab632f #2f77ab

#ab632f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab632f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab632f Color CSS Codes

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

#ab632f Text Font Color

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

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


#ab632f Background Color

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

This div background color is #ab632f


#ab632f Border Color

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

This div border color is #ab632f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,99,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 #ab632f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab632f


Comments

No comments written yet.

Please login to write comment.