Color Hex Logo

#afa147 Color Hex

#AFA147
(175,161,71)
0 Favorites   0 Comments

Color spaces of #afa147

RGB 17516171
HSL0.140.420.48
HSV52°59°69°
CMYK 0.000.080.59   0.31
XYZ31.561435.058611.0648
Yxy35.05860.40630.4513
Hunter Lab59.2103-8.470630.3675
CIE-Lab65.7943-6.322547.6939

#afa147 color RGB value is (175,161,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 01000111
Octal 257 241 107
Decimal 175 161 71
Hex AF A1 47

RGB Percentages of Color #afa147

%43.00
%39.56
%17.44

CMYK Percentages of Color #afa147

%0
%8
%59
%31

Triadic Colors of #afa147

#afa147 #47afa1 #a147af

Analogous Colors of #afa147

#afa147 #89af47 #af6d47

Monochromatic Colors of #afa147

#afa147

Complementary Color

#afa147 #4755af

#afa147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa147 Color CSS Codes

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

#afa147 Text Font Color

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

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


#afa147 Background Color

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

This div background color is #afa147


#afa147 Border Color

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

This div border color is #afa147


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,161,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 #afa147">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa147


Comments

No comments written yet.

Please login to write comment.