Color Hex Logo

#af7745 Color Hex

#AF7745
(175,119,69)
0 Favorites   0 Comments

Color spaces of #af7745

RGB 17511969
HSL0.080.430.48
HSV28°61°69°
CMYK 0.000.320.61   0.31
XYZ25.350222.73738.6829
Yxy22.73730.44650.4005
Hunter Lab47.683611.450122.5822
CIE-Lab54.800716.672735.9844

#af7745 color RGB value is (175,119,69).

#af7745 hex color red value is 175, green value is 119 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #af7745 hue: 0.08 , saturation: 0.43 and the lightness value of af7745 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110111 01000101
Octal 257 167 105
Decimal 175 119 69
Hex AF 77 45

RGB Percentages of Color #af7745

%48.21
%32.78
%19.01

CMYK Percentages of Color #af7745

%0
%32
%61
%31

Triadic Colors of #af7745

#af7745 #45af77 #7745af

Analogous Colors of #af7745

#af7745 #afac45 #af4548

Monochromatic Colors of #af7745

#af7745

Complementary Color

#af7745 #457daf

#af7745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7745 Color CSS Codes

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

#af7745 Text Font Color

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

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


#af7745 Background Color

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

This div background color is #af7745


#af7745 Border Color

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

This div border color is #af7745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7745


Comments

No comments written yet.

Please login to write comment.