Color Hex Logo

#af6829 Color Hex

#AF6829
(175,104,41)
0 Favorites   0 Comments

Color spaces of #af6829

RGB 17510441
HSL0.080.620.42
HSV28°77°69°
CMYK 0.000.410.77   0.31
XYZ23.029719.17474.5851
Yxy19.17470.49220.4098
Hunter Lab43.788917.247024.4440
CIE-Lab50.891023.388745.7479

#af6829 color RGB value is (175,104,41).

#af6829 hex color red value is 175, green value is 104 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #af6829 hue: 0.08 , saturation: 0.62 and the lightness value of af6829 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101000 00101001
Octal 257 150 51
Decimal 175 104 41
Hex AF 68 29

RGB Percentages of Color #af6829

%54.69
%32.50
%12.81

CMYK Percentages of Color #af6829

%0
%41
%77
%31

Triadic Colors of #af6829

#af6829 #29af68 #6829af

Analogous Colors of #af6829

#af6829 #afab29 #af292d

Monochromatic Colors of #af6829

#af6829

Complementary Color

#af6829 #2970af

#af6829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6829 Color CSS Codes

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

#af6829 Text Font Color

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

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


#af6829 Background Color

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

This div background color is #af6829


#af6829 Border Color

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

This div border color is #af6829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6829


Comments

No comments written yet.

Please login to write comment.