Color Hex Logo

#af162d Color Hex

#AF162D
(175,22,45)
0 Favorites   0 Comments

Color spaces of #af162d

RGB 1752245
HSL0.970.780.39
HSV351°87°69°
CMYK 0.000.870.74   0.31
XYZ18.43989.87723.4172
Yxy9.87720.58110.3112
Hunter Lab31.428049.732515.5529
CIE-Lab37.621158.326029.3642

#af162d color RGB value is (175,22,45).

#af162d hex color red value is 175, green value is 22 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #af162d hue: 0.97 , saturation: 0.78 and the lightness value of af162d is 0.39.

The process color (four color CMYK) of #af162d color hex is 0.00, 0.87, 0.74, 0.31. Web safe color of #af162d is #990033. Color #af162d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010110 00101101
Octal 257 26 55
Decimal 175 22 45
Hex AF 16 2D

RGB Percentages of Color #af162d

%72.31
%9.09
%18.60

CMYK Percentages of Color #af162d

%0
%87
%74
%31

Triadic Colors of #af162d

#af162d #2daf16 #162daf

Analogous Colors of #af162d

#af162d #af4c16 #af167a

Monochromatic Colors of #af162d

#af162d

Complementary Color

#af162d #16af98

#af162d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af162d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af162d Color CSS Codes

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

#af162d Text Font Color

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

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


#af162d Background Color

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

This div background color is #af162d


#af162d Border Color

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

This div border color is #af162d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af162d


Comments

No comments written yet.

Please login to write comment.