Color Hex Logo

#af673f Color Hex

#AF673F
(175,103,63)
0 Favorites   0 Comments

Color spaces of #af673f

RGB 17510363
HSL0.060.470.47
HSV21°64°69°
CMYK 0.000.410.64   0.31
XYZ23.426619.17337.1687
Yxy19.17330.47070.3852
Hunter Lab43.787318.871220.9444
CIE-Lab50.889325.176234.5676

#af673f color RGB value is (175,103,63).

#af673f hex color red value is 175, green value is 103 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #af673f hue: 0.06 , saturation: 0.47 and the lightness value of af673f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100111 00111111
Octal 257 147 77
Decimal 175 103 63
Hex AF 67 3F

RGB Percentages of Color #af673f

%51.32
%30.21
%18.48

CMYK Percentages of Color #af673f

%0
%41
%64
%31

Triadic Colors of #af673f

#af673f #3faf67 #673faf

Analogous Colors of #af673f

#af673f #af9f3f #af3f4f

Monochromatic Colors of #af673f

#af673f

Complementary Color

#af673f #3f87af

#af673f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af673f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af673f Color CSS Codes

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

#af673f Text Font Color

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

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


#af673f Background Color

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

This div background color is #af673f


#af673f Border Color

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

This div border color is #af673f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af673f


Comments

No comments written yet.

Please login to write comment.