Color Hex Logo

#afa460 Color Hex

#AFA460
(175,164,96)
0 Favorites   0 Comments

Color spaces of #afa460

RGB 17516496
HSL0.140.330.53
HSV52°45°69°
CMYK 0.000.060.45   0.31
XYZ33.066036.509416.3706
Yxy36.50940.38470.4248
Hunter Lab60.4230-8.057626.2325
CIE-Lab66.9073-5.703436.5951

#afa460 color RGB value is (175,164,96).

#afa460 hex color red value is 175, green value is 164 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #afa460 hue: 0.14 , saturation: 0.33 and the lightness value of afa460 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 01100000
Octal 257 244 140
Decimal 175 164 96
Hex AF A4 60

RGB Percentages of Color #afa460

%40.23
%37.70
%22.07

CMYK Percentages of Color #afa460

%0
%6
%45
%31

Triadic Colors of #afa460

#afa460 #60afa4 #a460af

Analogous Colors of #afa460

#afa460 #93af60 #af7d60

Monochromatic Colors of #afa460

#afa460

Complementary Color

#afa460 #606baf

#afa460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa460 Color CSS Codes

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

#afa460 Text Font Color

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

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


#afa460 Background Color

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

This div background color is #afa460


#afa460 Border Color

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

This div border color is #afa460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa460


Comments

No comments written yet.

Please login to write comment.