Color Hex Logo

#af442a Color Hex

#AF442A
(175,68,42)
0 Favorites   0 Comments

Color spaces of #af442a

RGB 1756842
HSL0.030.610.43
HSV12°76°69°
CMYK 0.000.610.76   0.31
XYZ20.164213.41543.7171
Yxy13.41540.54060.3597
Hunter Lab36.627034.171919.6219
CIE-Lab43.382642.247337.5037

#af442a color RGB value is (175,68,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000100 00101010
Octal 257 104 52
Decimal 175 68 42
Hex AF 44 2A

RGB Percentages of Color #af442a

%61.40
%23.86
%14.74

CMYK Percentages of Color #af442a

%0
%61
%76
%31

Triadic Colors of #af442a

#af442a #2aaf44 #442aaf

Analogous Colors of #af442a

#af442a #af872a #af2a52

Monochromatic Colors of #af442a

#af442a

Complementary Color

#af442a #2a95af

#af442a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af442a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af442a Color CSS Codes

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

#af442a Text Font Color

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

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


#af442a Background Color

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

This div background color is #af442a


#af442a Border Color

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

This div border color is #af442a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af442a


Comments

No comments written yet.

Please login to write comment.