Color Hex Logo

#af780f Color Hex

#AF780F
(175,120,15)
0 Favorites   0 Comments

Color spaces of #af780f

RGB 17512015
HSL0.110.840.37
HSV39°91°69°
CMYK 0.000.310.91   0.31
XYZ24.481922.58143.5202
Yxy22.58140.48400.4464
Hunter Lab47.51998.802128.8718
CIE-Lab54.638513.654358.0769

#af780f color RGB value is (175,120,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 00001111
Octal 257 170 17
Decimal 175 120 15
Hex AF 78 F

RGB Percentages of Color #af780f

%56.45
%38.71
%4.84

CMYK Percentages of Color #af780f

%0
%31
%91
%31

Triadic Colors of #af780f

#af780f #0faf78 #780faf

Analogous Colors of #af780f

#af780f #96af0f #af280f

Monochromatic Colors of #af780f

#af780f

Complementary Color

#af780f #0f46af

#af780f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af780f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af780f Color CSS Codes

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

#af780f Text Font Color

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

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


#af780f Background Color

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

This div background color is #af780f


#af780f Border Color

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

This div border color is #af780f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af780f


Comments

No comments written yet.

Please login to write comment.