Color Hex Logo

#afa564 Color Hex

#AFA564
(175,165,100)
0 Favorites   0 Comments

Color spaces of #afa564

RGB 175165100
HSL0.140.320.54
HSV52°43°69°
CMYK 0.000.060.43   0.31
XYZ33.434636.944317.4254
Yxy36.94430.38080.4208
Hunter Lab60.7818-8.179725.5496
CIE-Lab67.2352-5.814934.9237

#afa564 color RGB value is (175,165,100).

#afa564 hex color red value is 175, green value is 165 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #afa564 hue: 0.14 , saturation: 0.32 and the lightness value of afa564 is 0.54.

The process color (four color CMYK) of #afa564 color hex is 0.00, 0.06, 0.43, 0.31. Web safe color of #afa564 is #999966. Color #afa564 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 01100100
Octal 257 245 144
Decimal 175 165 100
Hex AF A5 64

RGB Percentages of Color #afa564

%39.77
%37.50
%22.73

CMYK Percentages of Color #afa564

%0
%6
%43
%31

Triadic Colors of #afa564

#afa564 #64afa5 #a564af

Analogous Colors of #afa564

#afa564 #94af64 #af8064

Monochromatic Colors of #afa564

#afa564

Complementary Color

#afa564 #646eaf

#afa564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa564 Color CSS Codes

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

#afa564 Text Font Color

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

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


#afa564 Background Color

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

This div background color is #afa564


#afa564 Border Color

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

This div border color is #afa564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa564


Comments

No comments written yet.

Please login to write comment.