Color Hex Logo

#af521c Color Hex

#AF521C
(175,82,28)
0 Favorites   0 Comments

Color spaces of #af521c

RGB 1758228
HSL0.060.720.40
HSV22°84°69°
CMYK 0.000.530.84   0.31
XYZ20.906115.23242.9369
Yxy15.23240.53500.3898
Hunter Lab39.028727.315022.8585
CIE-Lab45.950934.790546.8319

#af521c color RGB value is (175,82,28).

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

The process color (four color CMYK) of #af521c color hex is 0.00, 0.53, 0.84, 0.31. Web safe color of #af521c is #996633. Color #af521c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010010 00011100
Octal 257 122 34
Decimal 175 82 28
Hex AF 52 1C

RGB Percentages of Color #af521c

%61.40
%28.77
%9.82

CMYK Percentages of Color #af521c

%0
%53
%84
%31

Triadic Colors of #af521c

#af521c #1caf52 #521caf

Analogous Colors of #af521c

#af521c #af9c1c #af1c30

Monochromatic Colors of #af521c

#af521c

Complementary Color

#af521c #1c79af

#af521c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af521c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af521c Color CSS Codes

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

#af521c Text Font Color

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

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


#af521c Background Color

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

This div background color is #af521c


#af521c Border Color

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

This div border color is #af521c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af521c


Comments

No comments written yet.

Please login to write comment.