Color Hex Logo

#ac673f Color Hex

#AC673F
(172,103,63)
0 Favorites   0 Comments

Color spaces of #ac673f

RGB 17210363
HSL0.060.460.46
HSV22°63°67°
CMYK 0.000.400.63   0.33
XYZ22.760718.83007.1376
Yxy18.83000.46710.3864
Hunter Lab43.393517.687820.6232
CIE-Lab50.487723.908433.9921

#ac673f color RGB value is (172,103,63).

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

The process color (four color CMYK) of #ac673f color hex is 0.00, 0.40, 0.63, 0.33. Web safe color of #ac673f is #996633. Color #ac673f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100111 00111111
Octal 254 147 77
Decimal 172 103 63
Hex AC 67 3F

RGB Percentages of Color #ac673f

%50.89
%30.47
%18.64

CMYK Percentages of Color #ac673f

%0
%40
%63
%33

Triadic Colors of #ac673f

#ac673f #3fac67 #673fac

Analogous Colors of #ac673f

#ac673f #ac9e3f #ac3f4d

Monochromatic Colors of #ac673f

#ac673f

Complementary Color

#ac673f #3f84ac

#ac673f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac673f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac673f Color CSS Codes

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

#ac673f Text Font Color

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

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


#ac673f Background Color

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

This div background color is #ac673f


#ac673f Border Color

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

This div border color is #ac673f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,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 #ac673f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac673f


Comments

No comments written yet.

Please login to write comment.