Color Hex Logo

#afa760 Color Hex

#AFA760
(175,167,96)
0 Favorites   0 Comments

Color spaces of #afa760

RGB 17516796
HSL0.150.330.53
HSV54°45°69°
CMYK 0.000.050.45   0.31
XYZ33.609237.595916.5517
Yxy37.59590.38300.4284
Hunter Lab61.3155-9.459926.9159
CIE-Lab67.7217-7.298537.6085

#afa760 color RGB value is (175,167,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 01100000
Octal 257 247 140
Decimal 175 167 96
Hex AF A7 60

RGB Percentages of Color #afa760

%39.95
%38.13
%21.92

CMYK Percentages of Color #afa760

%0
%5
%45
%31

Triadic Colors of #afa760

#afa760 #60afa7 #a760af

Analogous Colors of #afa760

#afa760 #90af60 #af8060

Monochromatic Colors of #afa760

#afa760

Complementary Color

#afa760 #6068af

#afa760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa760 Color CSS Codes

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

#afa760 Text Font Color

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

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


#afa760 Background Color

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

This div background color is #afa760


#afa760 Border Color

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

This div border color is #afa760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa760


Comments

No comments written yet.

Please login to write comment.