Color Hex Logo

#ab7321 Color Hex

#AB7321
(171,115,33)
0 Favorites   0 Comments

Color spaces of #ab7321

RGB 17111533
HSL0.100.680.40
HSV36°81°67°
CMYK 0.000.330.81   0.33
XYZ23.199821.02924.2751
Yxy21.02920.47830.4336
Hunter Lab45.857610.054026.5730
CIE-Lab52.981415.143650.9570

#ab7321 color RGB value is (171,115,33).

#ab7321 hex color red value is 171, green value is 115 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ab7321 hue: 0.10 , saturation: 0.68 and the lightness value of ab7321 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110011 00100001
Octal 253 163 41
Decimal 171 115 33
Hex AB 73 21

RGB Percentages of Color #ab7321

%53.61
%36.05
%10.34

CMYK Percentages of Color #ab7321

%0
%33
%81
%33

Triadic Colors of #ab7321

#ab7321 #21ab73 #7321ab

Analogous Colors of #ab7321

#ab7321 #9eab21 #ab2e21

Monochromatic Colors of #ab7321

#ab7321

Complementary Color

#ab7321 #2159ab

#ab7321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7321 Color CSS Codes

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

#ab7321 Text Font Color

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

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


#ab7321 Background Color

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

This div background color is #ab7321


#ab7321 Border Color

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

This div border color is #ab7321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7321


Comments

No comments written yet.

Please login to write comment.