Color Hex Logo

#af673a Color Hex

#AF673A
(175,103,58)
0 Favorites   0 Comments

Color spaces of #af673a

RGB 17510358
HSL0.060.500.46
HSV23°67°69°
CMYK 0.000.410.67   0.31
XYZ23.293219.11996.4658
Yxy19.11990.47650.3912
Hunter Lab43.726318.566721.8412
CIE-Lab50.827224.847937.1912

#af673a color RGB value is (175,103,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100111 00111010
Octal 257 147 72
Decimal 175 103 58
Hex AF 67 3A

RGB Percentages of Color #af673a

%52.08
%30.65
%17.26

CMYK Percentages of Color #af673a

%0
%41
%67
%31

Triadic Colors of #af673a

#af673a #3aaf67 #673aaf

Analogous Colors of #af673a

#af673a #afa23a #af3a47

Monochromatic Colors of #af673a

#af673a

Complementary Color

#af673a #3a82af

#af673a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af673a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af673a Color CSS Codes

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

#af673a Text Font Color

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

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


#af673a Background Color

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

This div background color is #af673a


#af673a Border Color

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

This div border color is #af673a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af673a


Comments

No comments written yet.

Please login to write comment.