Color Hex Logo

#af986c Color Hex

#AF986C
(175,152,108)
0 Favorites   0 Comments

Color spaces of #af986c

RGB 175152108
HSL0.110.300.55
HSV39°38°69°
CMYK 0.000.130.38   0.31
XYZ31.614232.653118.8238
Yxy32.65310.38050.3930
Hunter Lab57.1429-1.245320.4689
CIE-Lab63.87902.125826.3069

#af986c color RGB value is (175,152,108).

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

The process color (four color CMYK) of #af986c color hex is 0.00, 0.13, 0.38, 0.31. Web safe color of #af986c is #999966. Color #af986c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011000 01101100
Octal 257 230 154
Decimal 175 152 108
Hex AF 98 6C

RGB Percentages of Color #af986c

%40.23
%34.94
%24.83

CMYK Percentages of Color #af986c

%0
%13
%38
%31

Triadic Colors of #af986c

#af986c #6caf98 #986caf

Analogous Colors of #af986c

#af986c #a5af6c #af776c

Monochromatic Colors of #af986c

#af986c

Complementary Color

#af986c #6c83af

#af986c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af986c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af986c Color CSS Codes

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

#af986c Text Font Color

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

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


#af986c Background Color

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

This div background color is #af986c


#af986c Border Color

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

This div border color is #af986c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af986c


Comments

No comments written yet.

Please login to write comment.