Color Hex Logo

#af790e Color Hex

#AF790E
(175,121,14)
0 Favorites   0 Comments

Color spaces of #af790e

RGB 17512114
HSL0.110.850.37
HSV40°92°69°
CMYK 0.000.310.92   0.31
XYZ24.595822.82043.5239
Yxy22.82040.48280.4480
Hunter Lab47.77078.305929.0658
CIE-Lab54.886913.076558.4828

#af790e color RGB value is (175,121,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111001 00001110
Octal 257 171 16
Decimal 175 121 14
Hex AF 79 E

RGB Percentages of Color #af790e

%56.45
%39.03
%4.52

CMYK Percentages of Color #af790e

%0
%31
%92
%31

Triadic Colors of #af790e

#af790e #0eaf79 #790eaf

Analogous Colors of #af790e

#af790e #95af0e #af290e

Monochromatic Colors of #af790e

#af790e

Complementary Color

#af790e #0e44af

#af790e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af790e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af790e Color CSS Codes

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

#af790e Text Font Color

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

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


#af790e Background Color

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

This div background color is #af790e


#af790e Border Color

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

This div border color is #af790e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af790e


Comments

No comments written yet.

Please login to write comment.