Color Hex Logo

#af673e Color Hex

#AF673E
(175,103,62)
0 Favorites   0 Comments

Color spaces of #af673e

RGB 17510362
HSL0.060.480.46
HSV22°65°69°
CMYK 0.000.410.65   0.31
XYZ23.398919.16237.0229
Yxy19.16230.47190.3865
Hunter Lab43.774818.807721.1303
CIE-Lab50.876625.107835.0968

#af673e color RGB value is (175,103,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100111 00111110
Octal 257 147 76
Decimal 175 103 62
Hex AF 67 3E

RGB Percentages of Color #af673e

%51.47
%30.29
%18.24

CMYK Percentages of Color #af673e

%0
%41
%65
%31

Triadic Colors of #af673e

#af673e #3eaf67 #673eaf

Analogous Colors of #af673e

#af673e #afa03e #af3e4d

Monochromatic Colors of #af673e

#af673e

Complementary Color

#af673e #3e86af

#af673e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af673e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af673e Color CSS Codes

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

#af673e Text Font Color

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

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


#af673e Background Color

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

This div background color is #af673e


#af673e Border Color

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

This div border color is #af673e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af673e


Comments

No comments written yet.

Please login to write comment.