Color Hex Logo

#af452e Color Hex

#AF452E
(175,69,46)
0 Favorites   0 Comments

Color spaces of #af452e

RGB 1756946
HSL0.030.580.43
HSV11°74°69°
CMYK 0.000.610.74   0.31
XYZ20.300513.56754.1336
Yxy13.56750.53420.3570
Hunter Lab36.834133.917719.1302
CIE-Lab43.606241.954035.5512

#af452e color RGB value is (175,69,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000101 00101110
Octal 257 105 56
Decimal 175 69 46
Hex AF 45 2E

RGB Percentages of Color #af452e

%60.34
%23.79
%15.86

CMYK Percentages of Color #af452e

%0
%61
%74
%31

Triadic Colors of #af452e

#af452e #2eaf45 #452eaf

Analogous Colors of #af452e

#af452e #af862e #af2e57

Monochromatic Colors of #af452e

#af452e

Complementary Color

#af452e #2e98af

#af452e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af452e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af452e Color CSS Codes

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

#af452e Text Font Color

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

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


#af452e Background Color

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

This div background color is #af452e


#af452e Border Color

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

This div border color is #af452e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af452e


Comments

No comments written yet.

Please login to write comment.