Color Hex Logo

#af794e Color Hex

#AF794E
(175,121,78)
0 Favorites   0 Comments

Color spaces of #af794e

RGB 17512178
HSL0.070.380.50
HSV27°55°69°
CMYK 0.000.310.55   0.31
XYZ25.891723.338810.3479
Yxy23.33880.43460.3917
Hunter Lab48.310211.123521.1174
CIE-Lab55.419616.280531.8674

#af794e color RGB value is (175,121,78).

#af794e hex color red value is 175, green value is 121 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #af794e hue: 0.07 , saturation: 0.38 and the lightness value of af794e is 0.50.

The process color (four color CMYK) of #af794e color hex is 0.00, 0.31, 0.55, 0.31. Web safe color of #af794e is #996666. Color #af794e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111001 01001110
Octal 257 171 116
Decimal 175 121 78
Hex AF 79 4E

RGB Percentages of Color #af794e

%46.79
%32.35
%20.86

CMYK Percentages of Color #af794e

%0
%31
%55
%31

Triadic Colors of #af794e

#af794e #4eaf79 #794eaf

Analogous Colors of #af794e

#af794e #afaa4e #af4e54

Monochromatic Colors of #af794e

#af794e

Complementary Color

#af794e #4e84af

#af794e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af794e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af794e Color CSS Codes

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

#af794e Text Font Color

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

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


#af794e Background Color

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

This div background color is #af794e


#af794e Border Color

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

This div border color is #af794e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af794e


Comments

No comments written yet.

Please login to write comment.