Color Hex Logo

#afa647 Color Hex

#AFA647
(175,166,71)
0 Favorites   0 Comments

Color spaces of #afa647

RGB 17516671
HSL0.150.420.48
HSV55°59°69°
CMYK 0.000.050.59   0.31
XYZ32.452736.841311.3619
Yxy36.84130.40240.4568
Hunter Lab60.6970-10.781831.3894
CIE-Lab67.1578-8.970749.2168

#afa647 color RGB value is (175,166,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 01000111
Octal 257 246 107
Decimal 175 166 71
Hex AF A6 47

RGB Percentages of Color #afa647

%42.48
%40.29
%17.23

CMYK Percentages of Color #afa647

%0
%5
%59
%31

Triadic Colors of #afa647

#afa647 #47afa6 #a647af

Analogous Colors of #afa647

#afa647 #84af47 #af7247

Monochromatic Colors of #afa647

#afa647

Complementary Color

#afa647 #4750af

#afa647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa647 Color CSS Codes

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

#afa647 Text Font Color

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

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


#afa647 Background Color

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

This div background color is #afa647


#afa647 Border Color

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

This div border color is #afa647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa647


Comments

No comments written yet.

Please login to write comment.