Color Hex Logo

#ab7944 Color Hex

#AB7944
(171,121,68)
0 Favorites   0 Comments

Color spaces of #ab7944

RGB 17112168
HSL0.090.430.47
HSV31°60°67°
CMYK 0.000.290.60   0.33
XYZ24.675322.75008.5595
Yxy22.75000.44070.4064
Hunter Lab47.69708.874622.7479
CIE-Lab54.813913.733936.4169

#ab7944 color RGB value is (171,121,68).

#ab7944 hex color red value is 171, green value is 121 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #ab7944 hue: 0.09 , saturation: 0.43 and the lightness value of ab7944 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111001 01000100
Octal 253 171 104
Decimal 171 121 68
Hex AB 79 44

RGB Percentages of Color #ab7944

%47.50
%33.61
%18.89

CMYK Percentages of Color #ab7944

%0
%29
%60
%33

Triadic Colors of #ab7944

#ab7944 #44ab79 #7944ab

Analogous Colors of #ab7944

#ab7944 #aaab44 #ab4644

Monochromatic Colors of #ab7944

#ab7944

Complementary Color

#ab7944 #4476ab

#ab7944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7944 Color CSS Codes

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

#ab7944 Text Font Color

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

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


#ab7944 Background Color

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

This div background color is #ab7944


#ab7944 Border Color

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

This div border color is #ab7944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7944


Comments

No comments written yet.

Please login to write comment.