Color Hex Logo

#af442e Color Hex

#AF442E
(175,68,46)
0 Favorites   0 Comments

Color spaces of #af442e

RGB 1756846
HSL0.030.580.43
HSV10°74°69°
CMYK 0.000.610.74   0.31
XYZ20.239513.44554.1133
Yxy13.44550.53550.3557
Hunter Lab36.668134.356519.0167
CIE-Lab43.427042.426835.3524

#af442e color RGB value is (175,68,46).

#af442e hex color red value is 175, green value is 68 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #af442e hue: 0.03 , saturation: 0.58 and the lightness value of af442e is 0.43.

The process color (four color CMYK) of #af442e color hex is 0.00, 0.61, 0.74, 0.31. Web safe color of #af442e is #993333. Color #af442e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000100 00101110
Octal 257 104 56
Decimal 175 68 46
Hex AF 44 2E

RGB Percentages of Color #af442e

%60.55
%23.53
%15.92

CMYK Percentages of Color #af442e

%0
%61
%74
%31

Triadic Colors of #af442e

#af442e #2eaf44 #442eaf

Analogous Colors of #af442e

#af442e #af852e #af2e58

Monochromatic Colors of #af442e

#af442e

Complementary Color

#af442e #2e99af

#af442e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af442e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af442e Color CSS Codes

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

#af442e Text Font Color

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

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


#af442e Background Color

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

This div background color is #af442e


#af442e Border Color

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

This div border color is #af442e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af442e


Comments

No comments written yet.

Please login to write comment.