Color Hex Logo

#af780c Color Hex

#AF780C
(175,120,12)
0 Favorites   0 Comments

Color spaces of #af780c

RGB 17512012
HSL0.110.870.37
HSV40°93°69°
CMYK 0.000.310.93   0.31
XYZ24.462022.57343.4156
Yxy22.57340.48490.4474
Hunter Lab47.51158.758328.9957
CIE-Lab54.630213.604058.7000

#af780c color RGB value is (175,120,12).

#af780c hex color red value is 175, green value is 120 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #af780c hue: 0.11 , saturation: 0.87 and the lightness value of af780c is 0.37.

The process color (four color CMYK) of #af780c color hex is 0.00, 0.31, 0.93, 0.31. Web safe color of #af780c is #996600. Color #af780c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 00001100
Octal 257 170 14
Decimal 175 120 12
Hex AF 78 C

RGB Percentages of Color #af780c

%57.00
%39.09
%3.91

CMYK Percentages of Color #af780c

%0
%31
%93
%31

Triadic Colors of #af780c

#af780c #0caf78 #780caf

Analogous Colors of #af780c

#af780c #95af0c #af270c

Monochromatic Colors of #af780c

#af780c

Complementary Color

#af780c #0c43af

#af780c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af780c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af780c Color CSS Codes

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

#af780c Text Font Color

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

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


#af780c Background Color

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

This div background color is #af780c


#af780c Border Color

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

This div border color is #af780c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af780c


Comments

No comments written yet.

Please login to write comment.