Color Hex Logo

#af784a Color Hex

#AF784A
(175,120,74)
0 Favorites   0 Comments

Color spaces of #af784a

RGB 17512074
HSL0.080.410.49
HSV27°58°69°
CMYK 0.000.310.58   0.31
XYZ25.631723.04139.5750
Yxy23.04130.44000.3956
Hunter Lab48.001411.312821.7742
CIE-Lab55.114916.505533.6734

#af784a color RGB value is (175,120,74).

#af784a hex color red value is 175, green value is 120 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #af784a hue: 0.08 , saturation: 0.41 and the lightness value of af784a is 0.49.

The process color (four color CMYK) of #af784a color hex is 0.00, 0.31, 0.58, 0.31. Web safe color of #af784a is #996633. Color #af784a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 01001010
Octal 257 170 112
Decimal 175 120 74
Hex AF 78 4A

RGB Percentages of Color #af784a

%47.43
%32.52
%20.05

CMYK Percentages of Color #af784a

%0
%31
%58
%31

Triadic Colors of #af784a

#af784a #4aaf78 #784aaf

Analogous Colors of #af784a

#af784a #afab4a #af4a4f

Monochromatic Colors of #af784a

#af784a

Complementary Color

#af784a #4a81af

#af784a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af784a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af784a Color CSS Codes

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

#af784a Text Font Color

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

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


#af784a Background Color

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

This div background color is #af784a


#af784a Border Color

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

This div border color is #af784a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af784a


Comments

No comments written yet.

Please login to write comment.