Color Hex Logo

#af461c Color Hex

#AF461C
(175,70,28)
0 Favorites   0 Comments

Color spaces of #af461c

RGB 1757028
HSL0.050.720.40
HSV17°84°69°
CMYK 0.000.600.84   0.31
XYZ20.079013.57812.6612
Yxy13.57810.55290.3739
Hunter Lab36.848532.781121.5120
CIE-Lab43.621740.796144.7549

#af461c color RGB value is (175,70,28).

#af461c hex color red value is 175, green value is 70 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #af461c hue: 0.05 , saturation: 0.72 and the lightness value of af461c is 0.40.

The process color (four color CMYK) of #af461c color hex is 0.00, 0.60, 0.84, 0.31. Web safe color of #af461c is #993333. Color #af461c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000110 00011100
Octal 257 106 34
Decimal 175 70 28
Hex AF 46 1C

RGB Percentages of Color #af461c

%64.10
%25.64
%10.26

CMYK Percentages of Color #af461c

%0
%60
%84
%31

Triadic Colors of #af461c

#af461c #1caf46 #461caf

Analogous Colors of #af461c

#af461c #af901c #af1c3c

Monochromatic Colors of #af461c

#af461c

Complementary Color

#af461c #1c85af

#af461c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af461c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af461c Color CSS Codes

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

#af461c Text Font Color

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

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


#af461c Background Color

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

This div background color is #af461c


#af461c Border Color

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

This div border color is #af461c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af461c


Comments

No comments written yet.

Please login to write comment.