Color Hex Logo

#afa960 Color Hex

#AFA960
(175,169,96)
0 Favorites   0 Comments

Color spaces of #afa960

RGB 17516996
HSL0.150.330.53
HSV55°45°69°
CMYK 0.000.030.45   0.31
XYZ33.978538.334416.6748
Yxy38.33440.38180.4308
Hunter Lab61.9148-10.391027.3724
CIE-Lab68.2664-8.355838.2836

#afa960 color RGB value is (175,169,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 01100000
Octal 257 251 140
Decimal 175 169 96
Hex AF A9 60

RGB Percentages of Color #afa960

%39.77
%38.41
%21.82

CMYK Percentages of Color #afa960

%0
%3
%45
%31

Triadic Colors of #afa960

#afa960 #60afa9 #a960af

Analogous Colors of #afa960

#afa960 #8eaf60 #af8260

Monochromatic Colors of #afa960

#afa960

Complementary Color

#afa960 #6066af

#afa960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa960 Color CSS Codes

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

#afa960 Text Font Color

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

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


#afa960 Background Color

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

This div background color is #afa960


#afa960 Border Color

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

This div border color is #afa960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa960


Comments

No comments written yet.

Please login to write comment.