Color Hex Logo

#ab762e Color Hex

#AB762E
(171,118,46)
0 Favorites   0 Comments

Color spaces of #ab762e

RGB 17111846
HSL0.100.580.43
HSV35°73°67°
CMYK 0.000.310.73   0.33
XYZ23.766221.81215.5423
Yxy21.81210.46490.4267
Hunter Lab46.70349.103225.6564
CIE-Lab53.827114.021246.2707

#ab762e color RGB value is (171,118,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 00101110
Octal 253 166 56
Decimal 171 118 46
Hex AB 76 2E

RGB Percentages of Color #ab762e

%51.04
%35.22
%13.73

CMYK Percentages of Color #ab762e

%0
%31
%73
%33

Triadic Colors of #ab762e

#ab762e #2eab76 #762eab

Analogous Colors of #ab762e

#ab762e #a2ab2e #ab382e

Monochromatic Colors of #ab762e

#ab762e

Complementary Color

#ab762e #2e63ab

#ab762e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab762e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab762e Color CSS Codes

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

#ab762e Text Font Color

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

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


#ab762e Background Color

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

This div background color is #ab762e


#ab762e Border Color

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

This div border color is #ab762e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab762e


Comments

No comments written yet.

Please login to write comment.