Color Hex Logo

#ab760e Color Hex

#AB760E
(171,118,14)
0 Favorites   0 Comments

Color spaces of #ab760e

RGB 17111814
HSL0.110.850.36
HSV40°92°67°
CMYK 0.000.310.92   0.33
XYZ23.352321.64653.3629
Yxy21.64650.48290.4476
Hunter Lab46.52588.172828.2826
CIE-Lab53.649912.945557.3359

#ab760e color RGB value is (171,118,14).

#ab760e hex color red value is 171, green value is 118 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ab760e hue: 0.11 , saturation: 0.85 and the lightness value of ab760e is 0.36.

The process color (four color CMYK) of #ab760e color hex is 0.00, 0.31, 0.92, 0.33. Web safe color of #ab760e is #996600. Color #ab760e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 00001110
Octal 253 166 16
Decimal 171 118 14
Hex AB 76 E

RGB Percentages of Color #ab760e

%56.44
%38.94
%4.62

CMYK Percentages of Color #ab760e

%0
%31
%92
%33

Triadic Colors of #ab760e

#ab760e #0eab76 #760eab

Analogous Colors of #ab760e

#ab760e #92ab0e #ab280e

Monochromatic Colors of #ab760e

#ab760e

Complementary Color

#ab760e #0e43ab

#ab760e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab760e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab760e Color CSS Codes

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

#ab760e Text Font Color

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

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


#ab760e Background Color

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

This div background color is #ab760e


#ab760e Border Color

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

This div border color is #ab760e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab760e


Comments

No comments written yet.

Please login to write comment.