Color Hex Logo

#afa573 Color Hex

#AFA573
(175,165,115)
0 Favorites   0 Comments

Color spaces of #afa573

RGB 175165115
HSL0.140.270.57
HSV50°34°69°
CMYK 0.000.060.34   0.31
XYZ34.228837.262021.6079
Yxy37.26200.36770.4002
Hunter Lab61.0426-6.733221.7423
CIE-Lab67.4731-4.067527.2613

#afa573 color RGB value is (175,165,115).

#afa573 hex color red value is 175, green value is 165 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #afa573 hue: 0.14 , saturation: 0.27 and the lightness value of afa573 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 01110011
Octal 257 245 163
Decimal 175 165 115
Hex AF A5 73

RGB Percentages of Color #afa573

%38.46
%36.26
%25.27

CMYK Percentages of Color #afa573

%0
%6
%34
%31

Triadic Colors of #afa573

#afa573 #73afa5 #a573af

Analogous Colors of #afa573

#afa573 #9baf73 #af8773

Monochromatic Colors of #afa573

#afa573

Complementary Color

#afa573 #737daf

#afa573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa573 Color CSS Codes

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

#afa573 Text Font Color

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

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


#afa573 Background Color

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

This div background color is #afa573


#afa573 Border Color

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

This div border color is #afa573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa573


Comments

No comments written yet.

Please login to write comment.