Color Hex Logo

#af735c Color Hex

#AF735C
(175,115,92)
0 Favorites   0 Comments

Color spaces of #af735c

RGB 17511592
HSL0.050.340.52
HSV17°47°69°
CMYK 0.000.340.47   0.31
XYZ25.741722.148113.0435
Yxy22.14810.42250.3635
Hunter Lab47.061815.277316.5106
CIE-Lab54.183820.980222.4146

#af735c color RGB value is (175,115,92).

#af735c hex color red value is 175, green value is 115 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #af735c hue: 0.05 , saturation: 0.34 and the lightness value of af735c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110011 01011100
Octal 257 163 134
Decimal 175 115 92
Hex AF 73 5C

RGB Percentages of Color #af735c

%45.81
%30.10
%24.08

CMYK Percentages of Color #af735c

%0
%34
%47
%31

Triadic Colors of #af735c

#af735c #5caf73 #735caf

Analogous Colors of #af735c

#af735c #af9d5c #af5c6f

Monochromatic Colors of #af735c

#af735c

Complementary Color

#af735c #5c98af

#af735c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af735c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af735c Color CSS Codes

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

#af735c Text Font Color

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

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


#af735c Background Color

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

This div background color is #af735c


#af735c Border Color

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

This div border color is #af735c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af735c


Comments

No comments written yet.

Please login to write comment.