Color Hex Logo

#ab611a Color Hex

#AB611A
(171,97,26)
0 Favorites   0 Comments

Color spaces of #ab611a

RGB 1719726
HSL0.080.740.39
HSV29°85°67°
CMYK 0.000.430.85   0.33
XYZ21.255717.28193.1927
Yxy17.28190.50940.4141
Hunter Lab41.571518.517724.5466
CIE-Lab48.613324.987749.7291

#ab611a color RGB value is (171,97,26).

#ab611a hex color red value is 171, green value is 97 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ab611a hue: 0.08 , saturation: 0.74 and the lightness value of ab611a is 0.39.

The process color (four color CMYK) of #ab611a color hex is 0.00, 0.43, 0.85, 0.33. Web safe color of #ab611a is #996633. Color #ab611a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100001 00011010
Octal 253 141 32
Decimal 171 97 26
Hex AB 61 1A

RGB Percentages of Color #ab611a

%58.16
%32.99
%8.84

CMYK Percentages of Color #ab611a

%0
%43
%85
%33

Triadic Colors of #ab611a

#ab611a #1aab61 #611aab

Analogous Colors of #ab611a

#ab611a #abaa1a #ab1a1c

Monochromatic Colors of #ab611a

#ab611a

Complementary Color

#ab611a #1a64ab

#ab611a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab611a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab611a Color CSS Codes

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

#ab611a Text Font Color

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

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


#ab611a Background Color

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

This div background color is #ab611a


#ab611a Border Color

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

This div border color is #ab611a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab611a


Comments

No comments written yet.

Please login to write comment.