Color Hex Logo

#af4a1f Color Hex

#AF4A1F
(175,74,31)
0 Favorites   0 Comments

Color spaces of #af4a1f

RGB 1757431
HSL0.050.700.40
HSV18°82°69°
CMYK 0.000.580.82   0.31
XYZ20.375314.11042.9460
Yxy14.11040.54430.3770
Hunter Lab37.563831.085021.6448
CIE-Lab44.390838.938544.0803

#af4a1f color RGB value is (175,74,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001010 00011111
Octal 257 112 37
Decimal 175 74 31
Hex AF 4A 1F

RGB Percentages of Color #af4a1f

%62.50
%26.43
%11.07

CMYK Percentages of Color #af4a1f

%0
%58
%82
%31

Triadic Colors of #af4a1f

#af4a1f #1faf4a #4a1faf

Analogous Colors of #af4a1f

#af4a1f #af921f #af1f3c

Monochromatic Colors of #af4a1f

#af4a1f

Complementary Color

#af4a1f #1f84af

#af4a1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4a1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4a1f Color CSS Codes

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

#af4a1f Text Font Color

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

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


#af4a1f Background Color

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

This div background color is #af4a1f


#af4a1f Border Color

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

This div border color is #af4a1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4a1f


Comments

No comments written yet.

Please login to write comment.