Color Hex Logo

#ab6442 Color Hex

#AB6442
(171,100,66)
0 Favorites   0 Comments

Color spaces of #ab6442

RGB 17110066
HSL0.050.440.46
HSV19°61°67°
CMYK 0.000.420.61   0.33
XYZ22.335118.16567.4834
Yxy18.16560.46550.3786
Hunter Lab42.621118.953919.4247
CIE-Lab49.696325.372031.3459

#ab6442 color RGB value is (171,100,66).

#ab6442 hex color red value is 171, green value is 100 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ab6442 hue: 0.05 , saturation: 0.44 and the lightness value of ab6442 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100100 01000010
Octal 253 144 102
Decimal 171 100 66
Hex AB 64 42

RGB Percentages of Color #ab6442

%50.74
%29.67
%19.58

CMYK Percentages of Color #ab6442

%0
%42
%61
%33

Triadic Colors of #ab6442

#ab6442 #42ab64 #6442ab

Analogous Colors of #ab6442

#ab6442 #ab9942 #ab4254

Monochromatic Colors of #ab6442

#ab6442

Complementary Color

#ab6442 #4289ab

#ab6442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6442 Color CSS Codes

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

#ab6442 Text Font Color

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

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


#ab6442 Background Color

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

This div background color is #ab6442


#ab6442 Border Color

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

This div border color is #ab6442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6442


Comments

No comments written yet.

Please login to write comment.