Color Hex Logo

#ab751f Color Hex

#AB751F
(171,117,31)
0 Favorites   0 Comments

Color spaces of #ab751f

RGB 17111731
HSL0.100.690.40
HSV37°82°67°
CMYK 0.000.320.82   0.33
XYZ23.403221.47944.2088
Yxy21.47940.47670.4375
Hunter Lab46.34599.031627.0578
CIE-Lab53.470213.947352.1530

#ab751f color RGB value is (171,117,31).

#ab751f hex color red value is 171, green value is 117 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ab751f hue: 0.10 , saturation: 0.69 and the lightness value of ab751f is 0.40.

The process color (four color CMYK) of #ab751f color hex is 0.00, 0.32, 0.82, 0.33. Web safe color of #ab751f is #996633. Color #ab751f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110101 00011111
Octal 253 165 37
Decimal 171 117 31
Hex AB 75 1F

RGB Percentages of Color #ab751f

%53.61
%36.68
%9.72

CMYK Percentages of Color #ab751f

%0
%32
%82
%33

Triadic Colors of #ab751f

#ab751f #1fab75 #751fab

Analogous Colors of #ab751f

#ab751f #9bab1f #ab2f1f

Monochromatic Colors of #ab751f

#ab751f

Complementary Color

#ab751f #1f55ab

#ab751f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab751f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab751f Color CSS Codes

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

#ab751f Text Font Color

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

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


#ab751f Background Color

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

This div background color is #ab751f


#ab751f Border Color

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

This div border color is #ab751f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab751f


Comments

No comments written yet.

Please login to write comment.