Color Hex Logo

#af613c Color Hex

#AF613C
(175,97,60)
0 Favorites   0 Comments

Color spaces of #af613c

RGB 1759760
HSL0.050.490.46
HSV19°66°69°
CMYK 0.000.450.66   0.31
XYZ22.769517.98966.5472
Yxy17.98960.48130.3803
Hunter Lab42.414121.600720.5377
CIE-Lab49.483528.277034.5485

#af613c color RGB value is (175,97,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100001 00111100
Octal 257 141 74
Decimal 175 97 60
Hex AF 61 3C

RGB Percentages of Color #af613c

%52.71
%29.22
%18.07

CMYK Percentages of Color #af613c

%0
%45
%66
%31

Triadic Colors of #af613c

#af613c #3caf61 #613caf

Analogous Colors of #af613c

#af613c #af9b3c #af3c51

Monochromatic Colors of #af613c

#af613c

Complementary Color

#af613c #3c8aaf

#af613c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af613c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af613c Color CSS Codes

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

#af613c Text Font Color

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

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


#af613c Background Color

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

This div background color is #af613c


#af613c Border Color

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

This div border color is #af613c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af613c


Comments

No comments written yet.

Please login to write comment.