Color Hex Logo

#ab5628 Color Hex

#AB5628
(171,86,40)
0 Favorites   0 Comments

Color spaces of #ab5628

RGB 1718640
HSL0.060.620.41
HSV21°77°67°
CMYK 0.000.500.77   0.33
XYZ20.505415.46673.9121
Yxy15.46670.51410.3878
Hunter Lab39.327724.246021.6316
CIE-Lab46.266931.487641.3614

#ab5628 color RGB value is (171,86,40).

#ab5628 hex color red value is 171, green value is 86 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #ab5628 hue: 0.06 , saturation: 0.62 and the lightness value of ab5628 is 0.41.

The process color (four color CMYK) of #ab5628 color hex is 0.00, 0.50, 0.77, 0.33. Web safe color of #ab5628 is #996633. Color #ab5628 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010110 00101000
Octal 253 126 50
Decimal 171 86 40
Hex AB 56 28

RGB Percentages of Color #ab5628

%57.58
%28.96
%13.47

CMYK Percentages of Color #ab5628

%0
%50
%77
%33

Triadic Colors of #ab5628

#ab5628 #28ab56 #5628ab

Analogous Colors of #ab5628

#ab5628 #ab9828 #ab283b

Monochromatic Colors of #ab5628

#ab5628

Complementary Color

#ab5628 #287dab

#ab5628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5628 Color CSS Codes

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

#ab5628 Text Font Color

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

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


#ab5628 Background Color

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

This div background color is #ab5628


#ab5628 Border Color

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

This div border color is #ab5628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5628


Comments

No comments written yet.

Please login to write comment.