Color Hex Logo

#afa560 Color Hex

#AFA560
(175,165,96)
0 Favorites   0 Comments

Color spaces of #afa560

RGB 17516596
HSL0.150.330.53
HSV52°45°69°
CMYK 0.000.060.45   0.31
XYZ33.245736.868816.4305
Yxy36.86880.38410.4260
Hunter Lab60.7197-8.525826.4601
CIE-Lab67.1785-6.236336.9331

#afa560 color RGB value is (175,165,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 01100000
Octal 257 245 140
Decimal 175 165 96
Hex AF A5 60

RGB Percentages of Color #afa560

%40.14
%37.84
%22.02

CMYK Percentages of Color #afa560

%0
%6
%45
%31

Triadic Colors of #afa560

#afa560 #60afa5 #a560af

Analogous Colors of #afa560

#afa560 #92af60 #af7e60

Monochromatic Colors of #afa560

#afa560

Complementary Color

#afa560 #606aaf

#afa560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa560 Color CSS Codes

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

#afa560 Text Font Color

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

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


#afa560 Background Color

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

This div background color is #afa560


#afa560 Border Color

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

This div border color is #afa560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa560


Comments

No comments written yet.

Please login to write comment.