Color Hex Logo

#ab9444 Color Hex

#AB9444
(171,148,68)
0 Favorites   0 Comments

Color spaces of #ab9444

RGB 17114868
HSL0.130.430.47
HSV47°60°67°
CMYK 0.000.130.60   0.33
XYZ28.427930.25519.8103
Yxy30.25510.41500.4417
Hunter Lab55.0046-4.004427.9286
CIE-Lab61.8737-1.283744.6039

#ab9444 color RGB value is (171,148,68).

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

The process color (four color CMYK) of #ab9444 color hex is 0.00, 0.13, 0.60, 0.33. Web safe color of #ab9444 is #999933. Color #ab9444 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010100 01000100
Octal 253 224 104
Decimal 171 148 68
Hex AB 94 44

RGB Percentages of Color #ab9444

%44.19
%38.24
%17.57

CMYK Percentages of Color #ab9444

%0
%13
%60
%33

Triadic Colors of #ab9444

#ab9444 #44ab94 #9444ab

Analogous Colors of #ab9444

#ab9444 #8fab44 #ab6144

Monochromatic Colors of #ab9444

#ab9444

Complementary Color

#ab9444 #445bab

#ab9444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9444 Color CSS Codes

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

#ab9444 Text Font Color

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

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


#ab9444 Background Color

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

This div background color is #ab9444


#ab9444 Border Color

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

This div border color is #ab9444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9444


Comments

No comments written yet.

Please login to write comment.