Color Hex Logo

#ab5610 Color Hex

#AB5610
(171,86,16)
0 Favorites   0 Comments

Color spaces of #ab5610

RGB 1718616
HSL0.080.830.37
HSV27°91°67°
CMYK 0.000.500.91   0.33
XYZ20.215915.35092.3877
Yxy15.35090.53260.4045
Hunter Lab39.180223.535623.8129
CIE-Lab46.111130.741151.1076

#ab5610 color RGB value is (171,86,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010110 00010000
Octal 253 126 20
Decimal 171 86 16
Hex AB 56 10

RGB Percentages of Color #ab5610

%62.64
%31.50
%5.86

CMYK Percentages of Color #ab5610

%0
%50
%91
%33

Triadic Colors of #ab5610

#ab5610 #10ab56 #5610ab

Analogous Colors of #ab5610

#ab5610 #aba410 #ab1017

Monochromatic Colors of #ab5610

#ab5610

Complementary Color

#ab5610 #1065ab

#ab5610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5610 Color CSS Codes

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

#ab5610 Text Font Color

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

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


#ab5610 Background Color

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

This div background color is #ab5610


#ab5610 Border Color

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

This div border color is #ab5610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5610


Comments

No comments written yet.

Please login to write comment.