Color Hex Logo

#ab7941 Color Hex

#AB7941
(171,121,65)
0 Favorites   0 Comments

Color spaces of #ab7941

RGB 17112165
HSL0.090.450.46
HSV32°62°67°
CMYK 0.000.290.62   0.33
XYZ24.586122.71438.0895
Yxy22.71430.44390.4101
Hunter Lab47.65958.678623.2981
CIE-Lab54.776813.508937.9507

#ab7941 color RGB value is (171,121,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111001 01000001
Octal 253 171 101
Decimal 171 121 65
Hex AB 79 41

RGB Percentages of Color #ab7941

%47.90
%33.89
%18.21

CMYK Percentages of Color #ab7941

%0
%29
%62
%33

Triadic Colors of #ab7941

#ab7941 #41ab79 #7941ab

Analogous Colors of #ab7941

#ab7941 #a8ab41 #ab4441

Monochromatic Colors of #ab7941

#ab7941

Complementary Color

#ab7941 #4173ab

#ab7941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7941 Color CSS Codes

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

#ab7941 Text Font Color

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

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


#ab7941 Background Color

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

This div background color is #ab7941


#ab7941 Border Color

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

This div border color is #ab7941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7941


Comments

No comments written yet.

Please login to write comment.