Color Hex Logo

#afa64d Color Hex

#AFA64D
(175,166,77)
0 Favorites   0 Comments

Color spaces of #afa64d

RGB 17516677
HSL0.150.390.49
HSV54°56°69°
CMYK 0.000.050.56   0.31
XYZ32.655036.922212.4268
Yxy36.92220.39820.4502
Hunter Lab60.7636-10.408730.4091
CIE-Lab67.2186-8.508246.4674

#afa64d color RGB value is (175,166,77).

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

The process color (four color CMYK) of #afa64d color hex is 0.00, 0.05, 0.56, 0.31. Web safe color of #afa64d is #999966. Color #afa64d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 01001101
Octal 257 246 115
Decimal 175 166 77
Hex AF A6 4D

RGB Percentages of Color #afa64d

%41.87
%39.71
%18.42

CMYK Percentages of Color #afa64d

%0
%5
%56
%31

Triadic Colors of #afa64d

#afa64d #4dafa6 #a64daf

Analogous Colors of #afa64d

#afa64d #87af4d #af754d

Monochromatic Colors of #afa64d

#afa64d

Complementary Color

#afa64d #4d56af

#afa64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa64d Color CSS Codes

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

#afa64d Text Font Color

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

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


#afa64d Background Color

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

This div background color is #afa64d


#afa64d Border Color

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

This div border color is #afa64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa64d


Comments

No comments written yet.

Please login to write comment.