Color Hex Logo

#af971c Color Hex

#AF971C
(175,151,28)
0 Favorites   0 Comments

Color spaces of #af971c

RGB 17515128
HSL0.140.720.40
HSV50°84°69°
CMYK 0.000.140.84   0.31
XYZ28.955431.33105.6200
Yxy31.33100.43930.4754
Hunter Lab55.9741-5.616633.2289
CIE-Lab62.7861-3.160761.3725

#af971c color RGB value is (175,151,28).

#af971c hex color red value is 175, green value is 151 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #af971c hue: 0.14 , saturation: 0.72 and the lightness value of af971c is 0.40.

The process color (four color CMYK) of #af971c color hex is 0.00, 0.14, 0.84, 0.31. Web safe color of #af971c is #999933. Color #af971c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010111 00011100
Octal 257 227 34
Decimal 175 151 28
Hex AF 97 1C

RGB Percentages of Color #af971c

%49.44
%42.66
%7.91

CMYK Percentages of Color #af971c

%0
%14
%84
%31

Triadic Colors of #af971c

#af971c #1caf97 #971caf

Analogous Colors of #af971c

#af971c #7eaf1c #af4e1c

Monochromatic Colors of #af971c

#af971c

Complementary Color

#af971c #1c34af

#af971c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af971c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af971c Color CSS Codes

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

#af971c Text Font Color

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

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


#af971c Background Color

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

This div background color is #af971c


#af971c Border Color

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

This div border color is #af971c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af971c


Comments

No comments written yet.

Please login to write comment.