Color Hex Logo

#ab762c Color Hex

#AB762C
(171,118,44)
0 Favorites   0 Comments

Color spaces of #ab762c

RGB 17111844
HSL0.100.590.42
HSV35°74°67°
CMYK 0.000.310.74   0.33
XYZ23.727621.79665.3395
Yxy21.79660.46650.4285
Hunter Lab46.68689.016925.8999
CIE-Lab53.810513.921947.1575

#ab762c color RGB value is (171,118,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 00101100
Octal 253 166 54
Decimal 171 118 44
Hex AB 76 2C

RGB Percentages of Color #ab762c

%51.35
%35.44
%13.21

CMYK Percentages of Color #ab762c

%0
%31
%74
%33

Triadic Colors of #ab762c

#ab762c #2cab76 #762cab

Analogous Colors of #ab762c

#ab762c #a1ab2c #ab372c

Monochromatic Colors of #ab762c

#ab762c

Complementary Color

#ab762c #2c61ab

#ab762c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab762c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab762c Color CSS Codes

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

#ab762c Text Font Color

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

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


#ab762c Background Color

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

This div background color is #ab762c


#ab762c Border Color

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

This div border color is #ab762c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab762c


Comments

No comments written yet.

Please login to write comment.