Color Hex Logo

#af482e Color Hex

#AF482E
(175,72,46)
0 Favorites   0 Comments

Color spaces of #af482e

RGB 1757246
HSL0.030.580.43
HSV12°74°69°
CMYK 0.000.590.74   0.31
XYZ20.489713.94594.1967
Yxy13.94590.53040.3610
Hunter Lab37.344232.585519.4780
CIE-Lab44.155240.513036.1576

#af482e color RGB value is (175,72,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001000 00101110
Octal 257 110 56
Decimal 175 72 46
Hex AF 48 2E

RGB Percentages of Color #af482e

%59.73
%24.57
%15.70

CMYK Percentages of Color #af482e

%0
%59
%74
%31

Triadic Colors of #af482e

#af482e #2eaf48 #482eaf

Analogous Colors of #af482e

#af482e #af892e #af2e54

Monochromatic Colors of #af482e

#af482e

Complementary Color

#af482e #2e95af

#af482e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af482e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af482e Color CSS Codes

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

#af482e Text Font Color

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

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


#af482e Background Color

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

This div background color is #af482e


#af482e Border Color

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

This div border color is #af482e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af482e


Comments

No comments written yet.

Please login to write comment.