Color Hex Logo

#ab5612 Color Hex

#AB5612
(171,86,18)
0 Favorites   0 Comments

Color spaces of #ab5612

RGB 1718618
HSL0.070.810.37
HSV27°89°67°
CMYK 0.000.500.89   0.33
XYZ20.231615.35722.4702
Yxy15.35720.53160.4035
Hunter Lab39.188323.574223.6945
CIE-Lab46.119630.781850.4848

#ab5612 color RGB value is (171,86,18).

#ab5612 hex color red value is 171, green value is 86 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ab5612 hue: 0.07 , saturation: 0.81 and the lightness value of ab5612 is 0.37.

The process color (four color CMYK) of #ab5612 color hex is 0.00, 0.50, 0.89, 0.33. Web safe color of #ab5612 is #996600. Color #ab5612 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010110 00010010
Octal 253 126 22
Decimal 171 86 18
Hex AB 56 12

RGB Percentages of Color #ab5612

%62.18
%31.27
%6.55

CMYK Percentages of Color #ab5612

%0
%50
%89
%33

Triadic Colors of #ab5612

#ab5612 #12ab56 #5612ab

Analogous Colors of #ab5612

#ab5612 #aba312 #ab121a

Monochromatic Colors of #ab5612

#ab5612

Complementary Color

#ab5612 #1267ab

#ab5612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5612 Color CSS Codes

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

#ab5612 Text Font Color

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

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


#ab5612 Background Color

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

This div background color is #ab5612


#ab5612 Border Color

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

This div border color is #ab5612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5612


Comments

No comments written yet.

Please login to write comment.