color codes Logo

#af482c color codes

#AF482C
(175,72,44)
0 Favorites   0 Comments

Color spaces of #af482c

RGB 1757244
HSL0.040.600.43
HSV13°75°69°
CMYK 0.000.590.75   0.31
XYZ20.451213.93053.9938
Yxy13.93050.53290.3630
Hunter Lab37.323632.491619.7822
CIE-Lab44.133140.420637.2262

#af482c color RGB value is (175,72,44).

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

The process color (four color CMYK) of #af482c color code is 0.00, 0.59, 0.75, 0.31. Web safe color of #af482c is #993333. Color #af482c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001000 00101100
Octal 257 110 54
Decimal 175 72 44
Hex AF 48 2C

RGB Percentages of Color #af482c

%60.14
%24.74
%15.12

CMYK Percentages of Color #af482c

%0
%59
%75
%31

Triadic Colors of #af482c

#af482c #2caf48 #482caf

Analogous Colors of #af482c

#af482c #af8a2c #af2c52

Monochromatic Colors of #af482c

#af482c

Complementary Color

#af482c #2c93af

#af482c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af482c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af482c Color CSS Codes

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

#af482c Text Font Color

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

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


#af482c Background Color

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

This div background color is #af482c


#af482c Border Color

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

This div border color is #af482c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af482c


Comments

No comments written yet.

Please login to write comment.