Color Hex Logo

#af482d Color Hex

#AF482D
(175,72,45)
0 Favorites   0 Comments

Color spaces of #af482d

RGB 1757245
HSL0.030.590.43
HSV12°74°69°
CMYK 0.000.590.74   0.31
XYZ20.470213.93824.0941
Yxy13.93820.53170.3620
Hunter Lab37.333932.537319.6319
CIE-Lab44.144240.465636.6936

#af482d color RGB value is (175,72,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001000 00101101
Octal 257 110 55
Decimal 175 72 45
Hex AF 48 2D

RGB Percentages of Color #af482d

%59.93
%24.66
%15.41

CMYK Percentages of Color #af482d

%0
%59
%74
%31

Triadic Colors of #af482d

#af482d #2daf48 #482daf

Analogous Colors of #af482d

#af482d #af892d #af2d53

Monochromatic Colors of #af482d

#af482d

Complementary Color

#af482d #2d94af

#af482d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af482d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af482d Color CSS Codes

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

#af482d Text Font Color

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

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


#af482d Background Color

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

This div background color is #af482d


#af482d Border Color

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

This div border color is #af482d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af482d


Comments

No comments written yet.

Please login to write comment.