Color Hex Logo

#afa747 Color Hex

#AFA747
(175,167,71)
0 Favorites   0 Comments

Color spaces of #afa747

RGB 17516771
HSL0.150.420.48
HSV55°59°69°
CMYK 0.000.050.59   0.31
XYZ32.635237.206311.4227
Yxy37.20630.40160.4578
Hunter Lab60.9970-11.241931.5948
CIE-Lab67.4315-9.496749.5211

#afa747 color RGB value is (175,167,71).

#afa747 hex color red value is 175, green value is 167 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #afa747 hue: 0.15 , saturation: 0.42 and the lightness value of afa747 is 0.48.

The process color (four color CMYK) of #afa747 color hex is 0.00, 0.05, 0.59, 0.31. Web safe color of #afa747 is #999933. Color #afa747 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 01000111
Octal 257 247 107
Decimal 175 167 71
Hex AF A7 47

RGB Percentages of Color #afa747

%42.37
%40.44
%17.19

CMYK Percentages of Color #afa747

%0
%5
%59
%31

Triadic Colors of #afa747

#afa747 #47afa7 #a747af

Analogous Colors of #afa747

#afa747 #83af47 #af7347

Monochromatic Colors of #afa747

#afa747

Complementary Color

#afa747 #474faf

#afa747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa747 Color CSS Codes

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

#afa747 Text Font Color

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

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


#afa747 Background Color

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

This div background color is #afa747


#afa747 Border Color

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

This div border color is #afa747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa747


Comments

No comments written yet.

Please login to write comment.