Color Hex Logo

#afa649 Color Hex

#AFA649
(175,166,73)
0 Favorites   0 Comments

Color spaces of #afa649

RGB 17516673
HSL0.150.410.49
HSV55°58°69°
CMYK 0.000.050.58   0.31
XYZ32.518036.867411.7056
Yxy36.86740.40100.4546
Hunter Lab60.7185-10.661231.0728
CIE-Lab67.1774-8.821148.3107

#afa649 color RGB value is (175,166,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 01001001
Octal 257 246 111
Decimal 175 166 73
Hex AF A6 49

RGB Percentages of Color #afa649

%42.27
%40.10
%17.63

CMYK Percentages of Color #afa649

%0
%5
%58
%31

Triadic Colors of #afa649

#afa649 #49afa6 #a649af

Analogous Colors of #afa649

#afa649 #85af49 #af7349

Monochromatic Colors of #afa649

#afa649

Complementary Color

#afa649 #4952af

#afa649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa649 Color CSS Codes

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

#afa649 Text Font Color

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

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


#afa649 Background Color

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

This div background color is #afa649


#afa649 Border Color

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

This div border color is #afa649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa649


Comments

No comments written yet.

Please login to write comment.