Color Hex Logo

#af736c Color Hex

#AF736C
(175,115,108)
0 Favorites   0 Comments

Color spaces of #af736c

RGB 175115108
HSL0.020.300.55
HSV38°69°
CMYK 0.000.340.38   0.31
XYZ26.516722.458117.1246
Yxy22.45810.40120.3398
Hunter Lab47.390016.945811.7483
CIE-Lab54.509722.789713.6117

#af736c color RGB value is (175,115,108).

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

The process color (four color CMYK) of #af736c color hex is 0.00, 0.34, 0.38, 0.31. Web safe color of #af736c is #996666. Color #af736c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110011 01101100
Octal 257 163 154
Decimal 175 115 108
Hex AF 73 6C

RGB Percentages of Color #af736c

%43.97
%28.89
%27.14

CMYK Percentages of Color #af736c

%0
%34
%38
%31

Triadic Colors of #af736c

#af736c #6caf73 #736caf

Analogous Colors of #af736c

#af736c #af956c #af6c87

Monochromatic Colors of #af736c

#af736c

Complementary Color

#af736c #6ca8af

#af736c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af736c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af736c Color CSS Codes

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

#af736c Text Font Color

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

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


#af736c Background Color

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

This div background color is #af736c


#af736c Border Color

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

This div border color is #af736c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af736c


Comments

No comments written yet.

Please login to write comment.