Color Hex Logo

#afa775 Color Hex

#AFA775
(175,167,117)
0 Favorites   0 Comments

Color spaces of #afa775

RGB 175167117
HSL0.140.270.57
HSV52°33°69°
CMYK 0.000.050.33   0.31
XYZ34.708838.035722.3419
Yxy38.03570.36500.4000
Hunter Lab61.6731-7.470521.6926
CIE-Lab68.0469-4.885626.9443

#afa775 color RGB value is (175,167,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 01110101
Octal 257 247 165
Decimal 175 167 117
Hex AF A7 75

RGB Percentages of Color #afa775

%38.13
%36.38
%25.49

CMYK Percentages of Color #afa775

%0
%5
%33
%31

Triadic Colors of #afa775

#afa775 #75afa7 #a775af

Analogous Colors of #afa775

#afa775 #9aaf75 #af8a75

Monochromatic Colors of #afa775

#afa775

Complementary Color

#afa775 #757daf

#afa775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa775 Color CSS Codes

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

#afa775 Text Font Color

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

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


#afa775 Background Color

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

This div background color is #afa775


#afa775 Border Color

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

This div border color is #afa775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa775


Comments

No comments written yet.

Please login to write comment.