Color Hex Logo

#af972e Color Hex

#AF972E
(175,151,46)
0 Favorites   0 Comments

Color spaces of #af972e

RGB 17515146
HSL0.140.580.43
HSV49°74°69°
CMYK 0.000.140.74   0.31
XYZ29.238931.44447.1131
Yxy31.44440.43130.4638
Hunter Lab56.0753-5.058031.7318
CIE-Lab62.8810-2.475555.4522

#af972e color RGB value is (175,151,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010111 00101110
Octal 257 227 56
Decimal 175 151 46
Hex AF 97 2E

RGB Percentages of Color #af972e

%47.04
%40.59
%12.37

CMYK Percentages of Color #af972e

%0
%14
%74
%31

Triadic Colors of #af972e

#af972e #2eaf97 #972eaf

Analogous Colors of #af972e

#af972e #87af2e #af562e

Monochromatic Colors of #af972e

#af972e

Complementary Color

#af972e #2e46af

#af972e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af972e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af972e Color CSS Codes

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

#af972e Text Font Color

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

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


#af972e Background Color

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

This div background color is #af972e


#af972e Border Color

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

This div border color is #af972e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af972e


Comments

No comments written yet.

Please login to write comment.