Color Hex Logo

#afa179 Color Hex

#AFA179
(175,161,121)
0 Favorites   0 Comments

Color spaces of #afa179

RGB 175161121
HSL0.120.250.58
HSV44°31°69°
CMYK 0.000.080.31   0.31
XYZ33.875335.984223.2494
Yxy35.98420.36380.3865
Hunter Lab59.9868-4.175819.0115
CIE-Lab66.5079-1.135622.7147

#afa179 color RGB value is (175,161,121).

#afa179 hex color red value is 175, green value is 161 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #afa179 hue: 0.12 , saturation: 0.25 and the lightness value of afa179 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 01111001
Octal 257 241 171
Decimal 175 161 121
Hex AF A1 79

RGB Percentages of Color #afa179

%38.29
%35.23
%26.48

CMYK Percentages of Color #afa179

%0
%8
%31
%31

Triadic Colors of #afa179

#afa179 #79afa1 #a179af

Analogous Colors of #afa179

#afa179 #a2af79 #af8679

Monochromatic Colors of #afa179

#afa179

Complementary Color

#afa179 #7987af

#afa179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa179 Color CSS Codes

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

#afa179 Text Font Color

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

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


#afa179 Background Color

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

This div background color is #afa179


#afa179 Border Color

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

This div border color is #afa179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa179


Comments

No comments written yet.

Please login to write comment.