Color Hex Logo

#af6524 Color Hex

#AF6524
(175,101,36)
0 Favorites   0 Comments

Color spaces of #af6524

RGB 17510136
HSL0.080.660.41
HSV28°79°69°
CMYK 0.000.420.79   0.31
XYZ22.651318.54874.0555
Yxy18.54870.50050.4099
Hunter Lab43.068218.511024.5647
CIE-Lab50.155024.844447.2682

#af6524 color RGB value is (175,101,36).

#af6524 hex color red value is 175, green value is 101 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #af6524 hue: 0.08 , saturation: 0.66 and the lightness value of af6524 is 0.41.

The process color (four color CMYK) of #af6524 color hex is 0.00, 0.42, 0.79, 0.31. Web safe color of #af6524 is #996633. Color #af6524 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100101 00100100
Octal 257 145 44
Decimal 175 101 36
Hex AF 65 24

RGB Percentages of Color #af6524

%56.09
%32.37
%11.54

CMYK Percentages of Color #af6524

%0
%42
%79
%31

Triadic Colors of #af6524

#af6524 #24af65 #6524af

Analogous Colors of #af6524

#af6524 #afab24 #af2429

Monochromatic Colors of #af6524

#af6524

Complementary Color

#af6524 #246eaf

#af6524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6524 Color CSS Codes

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

#af6524 Text Font Color

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

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


#af6524 Background Color

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

This div background color is #af6524


#af6524 Border Color

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

This div border color is #af6524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6524


Comments

No comments written yet.

Please login to write comment.