Color Hex Logo

#ab762b Color Hex

#AB762B
(171,118,43)
0 Favorites   0 Comments

Color spaces of #ab762b

RGB 17111843
HSL0.100.600.42
HSV35°75°67°
CMYK 0.000.310.75   0.33
XYZ23.709121.78925.2416
Yxy21.78920.46730.4294
Hunter Lab46.67898.975526.0175
CIE-Lab53.802613.874147.5941

#ab762b color RGB value is (171,118,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 00101011
Octal 253 166 53
Decimal 171 118 43
Hex AB 76 2B

RGB Percentages of Color #ab762b

%51.51
%35.54
%12.95

CMYK Percentages of Color #ab762b

%0
%31
%75
%33

Triadic Colors of #ab762b

#ab762b #2bab76 #762bab

Analogous Colors of #ab762b

#ab762b #a0ab2b #ab362b

Monochromatic Colors of #ab762b

#ab762b

Complementary Color

#ab762b #2b60ab

#ab762b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab762b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab762b Color CSS Codes

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

#ab762b Text Font Color

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

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


#ab762b Background Color

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

This div background color is #ab762b


#ab762b Border Color

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

This div border color is #ab762b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab762b


Comments

No comments written yet.

Please login to write comment.