Color Hex Logo

#ab794c Color Hex

#AB794C
(171,121,76)
0 Favorites   0 Comments

Color spaces of #ab794c

RGB 17112176
HSL0.080.380.48
HSV28°56°67°
CMYK 0.000.290.56   0.33
XYZ24.936522.85459.9345
Yxy22.85450.43200.3959
Hunter Lab47.80649.447021.1436
CIE-Lab54.922214.388832.2417

#ab794c color RGB value is (171,121,76).

#ab794c hex color red value is 171, green value is 121 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ab794c hue: 0.08 , saturation: 0.38 and the lightness value of ab794c is 0.48.

The process color (four color CMYK) of #ab794c color hex is 0.00, 0.29, 0.56, 0.33. Web safe color of #ab794c is #996633. Color #ab794c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111001 01001100
Octal 253 171 114
Decimal 171 121 76
Hex AB 79 4C

RGB Percentages of Color #ab794c

%46.47
%32.88
%20.65

CMYK Percentages of Color #ab794c

%0
%29
%56
%33

Triadic Colors of #ab794c

#ab794c #4cab79 #794cab

Analogous Colors of #ab794c

#ab794c #aba94c #ab4c4f

Monochromatic Colors of #ab794c

#ab794c

Complementary Color

#ab794c #4c7eab

#ab794c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab794c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab794c Color CSS Codes

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

#ab794c Text Font Color

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

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


#ab794c Background Color

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

This div background color is #ab794c


#ab794c Border Color

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

This div border color is #ab794c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab794c


Comments

No comments written yet.

Please login to write comment.