Color Hex Logo

#afa064 Color Hex

#AFA064
(175,160,100)
0 Favorites   0 Comments

Color spaces of #afa064

RGB 175160100
HSL0.130.320.54
HSV48°43°69°
CMYK 0.000.090.43   0.31
XYZ32.550335.175717.1306
Yxy35.17570.38360.4145
Hunter Lab59.3091-5.825724.3913
CIE-Lab65.8852-3.135533.2120

#afa064 color RGB value is (175,160,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01100100
Octal 257 240 144
Decimal 175 160 100
Hex AF A0 64

RGB Percentages of Color #afa064

%40.23
%36.78
%22.99

CMYK Percentages of Color #afa064

%0
%9
%43
%31

Triadic Colors of #afa064

#afa064 #64afa0 #a064af

Analogous Colors of #afa064

#afa064 #99af64 #af7b64

Monochromatic Colors of #afa064

#afa064

Complementary Color

#afa064 #6473af

#afa064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa064 Color CSS Codes

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

#afa064 Text Font Color

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

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


#afa064 Background Color

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

This div background color is #afa064


#afa064 Border Color

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

This div border color is #afa064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa064


Comments

No comments written yet.

Please login to write comment.