Color Hex Logo

#af672c Color Hex

#AF672C
(175,103,44)
0 Favorites   0 Comments

Color spaces of #af672c

RGB 17510344
HSL0.080.600.43
HSV27°75°69°
CMYK 0.000.410.75   0.31
XYZ22.984118.99634.8381
Yxy18.99630.49090.4057
Hunter Lab43.584717.857423.9279
CIE-Lab50.682924.079844.1322

#af672c color RGB value is (175,103,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100111 00101100
Octal 257 147 54
Decimal 175 103 44
Hex AF 67 2C

RGB Percentages of Color #af672c

%54.35
%31.99
%13.66

CMYK Percentages of Color #af672c

%0
%41
%75
%31

Triadic Colors of #af672c

#af672c #2caf67 #672caf

Analogous Colors of #af672c

#af672c #afa92c #af2c33

Monochromatic Colors of #af672c

#af672c

Complementary Color

#af672c #2c74af

#af672c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af672c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af672c Color CSS Codes

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

#af672c Text Font Color

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

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


#af672c Background Color

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

This div background color is #af672c


#af672c Border Color

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

This div border color is #af672c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af672c


Comments

No comments written yet.

Please login to write comment.