Color Hex Logo

#af753c Color Hex

#AF753C
(175,117,60)
0 Favorites   0 Comments

Color spaces of #af753c

RGB 17511760
HSL0.080.490.46
HSV30°66°69°
CMYK 0.000.330.66   0.31
XYZ24.856122.16287.2428
Yxy22.16280.45810.4084
Hunter Lab47.077411.859723.8325
CIE-Lab54.199317.160139.9971

#af753c color RGB value is (175,117,60).

#af753c hex color red value is 175, green value is 117 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #af753c hue: 0.08 , saturation: 0.49 and the lightness value of af753c is 0.46.

The process color (four color CMYK) of #af753c color hex is 0.00, 0.33, 0.66, 0.31. Web safe color of #af753c is #996633. Color #af753c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110101 00111100
Octal 257 165 74
Decimal 175 117 60
Hex AF 75 3C

RGB Percentages of Color #af753c

%49.72
%33.24
%17.05

CMYK Percentages of Color #af753c

%0
%33
%66
%31

Triadic Colors of #af753c

#af753c #3caf75 #753caf

Analogous Colors of #af753c

#af753c #afaf3c #af3c3c

Monochromatic Colors of #af753c

#af753c

Complementary Color

#af753c #3c76af

#af753c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af753c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af753c Color CSS Codes

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

#af753c Text Font Color

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

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


#af753c Background Color

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

This div background color is #af753c


#af753c Border Color

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

This div border color is #af753c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af753c


Comments

No comments written yet.

Please login to write comment.