Color Hex Logo

#af432e Color Hex

#AF432E
(175,67,46)
0 Favorites   0 Comments

Color spaces of #af432e

RGB 1756746
HSL0.030.580.43
HSV10°74°69°
CMYK 0.000.620.74   0.31
XYZ20.179513.32554.0933
Yxy13.32550.53670.3544
Hunter Lab36.504134.792718.9045
CIE-Lab43.249742.895835.1557

#af432e color RGB value is (175,67,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000011 00101110
Octal 257 103 56
Decimal 175 67 46
Hex AF 43 2E

RGB Percentages of Color #af432e

%60.76
%23.26
%15.97

CMYK Percentages of Color #af432e

%0
%62
%74
%31

Triadic Colors of #af432e

#af432e #2eaf43 #432eaf

Analogous Colors of #af432e

#af432e #af842e #af2e5a

Monochromatic Colors of #af432e

#af432e

Complementary Color

#af432e #2e9aaf

#af432e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af432e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af432e Color CSS Codes

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

#af432e Text Font Color

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

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


#af432e Background Color

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

This div background color is #af432e


#af432e Border Color

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

This div border color is #af432e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af432e


Comments

No comments written yet.

Please login to write comment.