Color Hex Logo

#af794d Color Hex

#AF794D
(175,121,77)
0 Favorites   0 Comments

Color spaces of #af794d

RGB 17512177
HSL0.070.390.49
HSV27°56°69°
CMYK 0.000.310.56   0.31
XYZ25.856123.324510.1605
Yxy23.32450.43570.3931
Hunter Lab48.295411.047121.3333
CIE-Lab55.405016.194832.3966

#af794d color RGB value is (175,121,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111001 01001101
Octal 257 171 115
Decimal 175 121 77
Hex AF 79 4D

RGB Percentages of Color #af794d

%46.92
%32.44
%20.64

CMYK Percentages of Color #af794d

%0
%31
%56
%31

Triadic Colors of #af794d

#af794d #4daf79 #794daf

Analogous Colors of #af794d

#af794d #afaa4d #af4d52

Monochromatic Colors of #af794d

#af794d

Complementary Color

#af794d #4d83af

#af794d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af794d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af794d Color CSS Codes

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

#af794d Text Font Color

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

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


#af794d Background Color

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

This div background color is #af794d


#af794d Border Color

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

This div border color is #af794d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af794d


Comments

No comments written yet.

Please login to write comment.