Color Hex Logo

#ab7216 Color Hex

#AB7216
(171,114,22)
0 Favorites   0 Comments

Color spaces of #ab7216

RGB 17111422
HSL0.100.770.38
HSV37°87°67°
CMYK 0.000.330.87   0.33
XYZ22.956720.75053.5543
Yxy20.75050.48570.4391
Hunter Lab45.552710.239427.2607
CIE-Lab52.675315.367754.4871

#ab7216 color RGB value is (171,114,22).

#ab7216 hex color red value is 171, green value is 114 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ab7216 hue: 0.10 , saturation: 0.77 and the lightness value of ab7216 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110010 00010110
Octal 253 162 26
Decimal 171 114 22
Hex AB 72 16

RGB Percentages of Color #ab7216

%55.70
%37.13
%7.17

CMYK Percentages of Color #ab7216

%0
%33
%87
%33

Triadic Colors of #ab7216

#ab7216 #16ab72 #7216ab

Analogous Colors of #ab7216

#ab7216 #9aab16 #ab2816

Monochromatic Colors of #ab7216

#ab7216

Complementary Color

#ab7216 #164fab

#ab7216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7216 Color CSS Codes

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

#ab7216 Text Font Color

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

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


#ab7216 Background Color

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

This div background color is #ab7216


#ab7216 Border Color

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

This div border color is #ab7216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7216


Comments

No comments written yet.

Please login to write comment.