Color Hex Logo

#af9667 Color Hex

#AF9667
(175,150,103)
0 Favorites   0 Comments

Color spaces of #af9667

RGB 175150103
HSL0.110.310.55
HSV39°41°69°
CMYK 0.000.140.41   0.31
XYZ31.033731.905917.3548
Yxy31.90590.38650.3974
Hunter Lab56.4853-0.779321.3232
CIE-Lab63.26502.638828.2254

#af9667 color RGB value is (175,150,103).

#af9667 hex color red value is 175, green value is 150 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #af9667 hue: 0.11 , saturation: 0.31 and the lightness value of af9667 is 0.55.

The process color (four color CMYK) of #af9667 color hex is 0.00, 0.14, 0.41, 0.31. Web safe color of #af9667 is #999966. Color #af9667 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010110 01100111
Octal 257 226 147
Decimal 175 150 103
Hex AF 96 67

RGB Percentages of Color #af9667

%40.89
%35.05
%24.07

CMYK Percentages of Color #af9667

%0
%14
%41
%31

Triadic Colors of #af9667

#af9667 #67af96 #9667af

Analogous Colors of #af9667

#af9667 #a4af67 #af7267

Monochromatic Colors of #af9667

#af9667

Complementary Color

#af9667 #6780af

#af9667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9667 Color CSS Codes

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

#af9667 Text Font Color

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

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


#af9667 Background Color

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

This div background color is #af9667


#af9667 Border Color

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

This div border color is #af9667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9667


Comments

No comments written yet.

Please login to write comment.