Color Hex Logo

#af774d Color Hex

#AF774D
(175,119,77)
0 Favorites   0 Comments

Color spaces of #af774d

RGB 17511977
HSL0.070.390.49
HSV26°56°69°
CMYK 0.000.320.56   0.31
XYZ25.615622.843410.0803
Yxy22.84340.43760.3902
Hunter Lab47.794812.026220.9516
CIE-Lab54.910717.318031.7835

#af774d color RGB value is (175,119,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110111 01001101
Octal 257 167 115
Decimal 175 119 77
Hex AF 77 4D

RGB Percentages of Color #af774d

%47.17
%32.08
%20.75

CMYK Percentages of Color #af774d

%0
%32
%56
%31

Triadic Colors of #af774d

#af774d #4daf77 #774daf

Analogous Colors of #af774d

#af774d #afa84d #af4d54

Monochromatic Colors of #af774d

#af774d

Complementary Color

#af774d #4d85af

#af774d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af774d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af774d Color CSS Codes

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

#af774d Text Font Color

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

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


#af774d Background Color

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

This div background color is #af774d


#af774d Border Color

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

This div border color is #af774d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,119,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 #af774d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af774d


Comments

No comments written yet.

Please login to write comment.