Color Hex Logo

#ab752e Color Hex

#AB752E
(171,117,46)
0 Favorites   0 Comments

Color spaces of #ab752e

RGB 17111746
HSL0.090.580.43
HSV34°73°67°
CMYK 0.000.320.73   0.33
XYZ23.649021.57785.5033
Yxy21.57780.46620.4253
Hunter Lab46.45199.584825.4921
CIE-Lab53.576114.584146.0124

#ab752e color RGB value is (171,117,46).

#ab752e hex color red value is 171, green value is 117 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ab752e hue: 0.09 , saturation: 0.58 and the lightness value of ab752e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110101 00101110
Octal 253 165 56
Decimal 171 117 46
Hex AB 75 2E

RGB Percentages of Color #ab752e

%51.20
%35.03
%13.77

CMYK Percentages of Color #ab752e

%0
%32
%73
%33

Triadic Colors of #ab752e

#ab752e #2eab75 #752eab

Analogous Colors of #ab752e

#ab752e #a3ab2e #ab372e

Monochromatic Colors of #ab752e

#ab752e

Complementary Color

#ab752e #2e64ab

#ab752e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab752e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab752e Color CSS Codes

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

#ab752e Text Font Color

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

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


#ab752e Background Color

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

This div background color is #ab752e


#ab752e Border Color

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

This div border color is #ab752e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab752e


Comments

No comments written yet.

Please login to write comment.