Color Hex Logo

#afa580 Color Hex

#AFA580
(175,165,128)
0 Favorites   0 Comments

Color spaces of #afa580

RGB 175165128
HSL0.130.230.59
HSV47°27°69°
CMYK 0.000.060.27   0.31
XYZ35.030637.582725.8300
Yxy37.58270.35580.3818
Hunter Lab61.3047-5.285217.9322
CIE-Lab67.7119-2.340520.5221

#afa580 color RGB value is (175,165,128).

#afa580 hex color red value is 175, green value is 165 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #afa580 hue: 0.13 , saturation: 0.23 and the lightness value of afa580 is 0.59.

The process color (four color CMYK) of #afa580 color hex is 0.00, 0.06, 0.27, 0.31. Web safe color of #afa580 is #999999. Color #afa580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 10000000
Octal 257 245 200
Decimal 175 165 128
Hex AF A5 80

RGB Percentages of Color #afa580

%37.39
%35.26
%27.35

CMYK Percentages of Color #afa580

%0
%6
%27
%31

Triadic Colors of #afa580

#afa580 #80afa5 #a580af

Analogous Colors of #afa580

#afa580 #a2af80 #af8e80

Monochromatic Colors of #afa580

#afa580

Complementary Color

#afa580 #808aaf

#afa580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa580 Color CSS Codes

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

#afa580 Text Font Color

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

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


#afa580 Background Color

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

This div background color is #afa580


#afa580 Border Color

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

This div border color is #afa580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa580


Comments

No comments written yet.

Please login to write comment.