Color Hex Logo

#af806c Color Hex

#AF806C
(175,128,108)
0 Favorites   0 Comments

Color spaces of #af806c

RGB 175128108
HSL0.050.300.55
HSV18°38°69°
CMYK 0.000.270.38   0.31
XYZ28.105125.635017.6541
Yxy25.63500.39370.3591
Hunter Lab50.631010.480414.7684
CIE-Lab57.689015.483617.9917

#af806c color RGB value is (175,128,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000000 01101100
Octal 257 200 154
Decimal 175 128 108
Hex AF 80 6C

RGB Percentages of Color #af806c

%42.58
%31.14
%26.28

CMYK Percentages of Color #af806c

%0
%27
%38
%31

Triadic Colors of #af806c

#af806c #6caf80 #806caf

Analogous Colors of #af806c

#af806c #afa26c #af6c7a

Monochromatic Colors of #af806c

#af806c

Complementary Color

#af806c #6c9baf

#af806c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af806c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af806c Color CSS Codes

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

#af806c Text Font Color

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

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


#af806c Background Color

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

This div background color is #af806c


#af806c Border Color

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

This div border color is #af806c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af806c


Comments

No comments written yet.

Please login to write comment.