Color Hex Logo

#af491b Color Hex

#AF491B
(175,73,27)
1 Favorites   0 Comments

Color spaces of #af491b

RGB 1757327
HSL0.050.730.40
HSV19°85°69°
CMYK 0.000.580.85   0.31
XYZ20.259613.95822.6633
Yxy13.95820.54930.3785
Hunter Lab37.360731.414121.9259
CIE-Lab44.172939.310345.6900

#af491b color RGB value is (175,73,27).

#af491b hex color red value is 175, green value is 73 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #af491b hue: 0.05 , saturation: 0.73 and the lightness value of af491b is 0.40.

The process color (four color CMYK) of #af491b color hex is 0.00, 0.58, 0.85, 0.31. Web safe color of #af491b is #993333. Color #af491b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001001 00011011
Octal 257 111 33
Decimal 175 73 27
Hex AF 49 1B

RGB Percentages of Color #af491b

%63.64
%26.55
%9.82

CMYK Percentages of Color #af491b

%0
%58
%85
%31

Triadic Colors of #af491b

#af491b #1baf49 #491baf

Analogous Colors of #af491b

#af491b #af931b #af1b37

Monochromatic Colors of #af491b

#af491b

Complementary Color

#af491b #1b81af

#af491b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af491b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af491b Color CSS Codes

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

#af491b Text Font Color

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

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


#af491b Background Color

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

This div background color is #af491b


#af491b Border Color

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

This div border color is #af491b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af491b


Comments

No comments written yet.

Please login to write comment.