Color Hex Logo

#afa471 Color Hex

#AFA471
(175,164,113)
0 Favorites   0 Comments

Color spaces of #afa471

RGB 175164113
HSL0.140.280.56
HSV49°35°69°
CMYK 0.000.060.35   0.31
XYZ33.935336.857120.9483
Yxy36.85710.36990.4018
Hunter Lab60.7100-6.465822.0387
CIE-Lab67.1697-3.779227.9374

#afa471 color RGB value is (175,164,113).

#afa471 hex color red value is 175, green value is 164 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #afa471 hue: 0.14 , saturation: 0.28 and the lightness value of afa471 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 01110001
Octal 257 244 161
Decimal 175 164 113
Hex AF A4 71

RGB Percentages of Color #afa471

%38.72
%36.28
%25.00

CMYK Percentages of Color #afa471

%0
%6
%35
%31

Triadic Colors of #afa471

#afa471 #71afa4 #a471af

Analogous Colors of #afa471

#afa471 #9baf71 #af8571

Monochromatic Colors of #afa471

#afa471

Complementary Color

#afa471 #717caf

#afa471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa471 Color CSS Codes

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

#afa471 Text Font Color

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

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


#afa471 Background Color

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

This div background color is #afa471


#afa471 Border Color

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

This div border color is #afa471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa471


Comments

No comments written yet.

Please login to write comment.