Color Hex Logo

#ab621a Color Hex

#AB621A
(171,98,26)
0 Favorites   0 Comments

Color spaces of #ab621a

RGB 1719826
HSL0.080.740.39
HSV30°85°67°
CMYK 0.000.430.85   0.33
XYZ21.348717.46793.2237
Yxy17.46790.50780.4155
Hunter Lab41.794618.037324.6831
CIE-Lab48.844324.434149.9284

#ab621a color RGB value is (171,98,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100010 00011010
Octal 253 142 32
Decimal 171 98 26
Hex AB 62 1A

RGB Percentages of Color #ab621a

%57.97
%33.22
%8.81

CMYK Percentages of Color #ab621a

%0
%43
%85
%33

Triadic Colors of #ab621a

#ab621a #1aab62 #621aab

Analogous Colors of #ab621a

#ab621a #abab1a #ab1a1b

Monochromatic Colors of #ab621a

#ab621a

Complementary Color

#ab621a #1a63ab

#ab621a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab621a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab621a Color CSS Codes

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

#ab621a Text Font Color

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

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


#ab621a Background Color

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

This div background color is #ab621a


#ab621a Border Color

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

This div border color is #ab621a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,98,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 #ab621a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab621a


Comments

No comments written yet.

Please login to write comment.