Color Hex Logo

#ab701a Color Hex

#AB701A
(171,112,26)
0 Favorites   0 Comments

Color spaces of #ab701a

RGB 17111226
HSL0.100.740.39
HSV36°85°67°
CMYK 0.000.350.85   0.33
XYZ22.775220.32083.6992
Yxy20.32080.48670.4342
Hunter Lab45.078611.296626.6896
CIE-Lab52.198016.602552.8070

#ab701a color RGB value is (171,112,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110000 00011010
Octal 253 160 32
Decimal 171 112 26
Hex AB 70 1A

RGB Percentages of Color #ab701a

%55.34
%36.25
%8.41

CMYK Percentages of Color #ab701a

%0
%35
%85
%33

Triadic Colors of #ab701a

#ab701a #1aab70 #701aab

Analogous Colors of #ab701a

#ab701a #9eab1a #ab281a

Monochromatic Colors of #ab701a

#ab701a

Complementary Color

#ab701a #1a55ab

#ab701a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab701a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab701a Color CSS Codes

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

#ab701a Text Font Color

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

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


#ab701a Background Color

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

This div background color is #ab701a


#ab701a Border Color

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

This div border color is #ab701a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab701a


Comments

No comments written yet.

Please login to write comment.