Color Hex Logo

#afa379 Color Hex

#AFA379
(175,163,121)
1 Favorites   0 Comments

Color spaces of #afa379

RGB 175163121
HSL0.130.250.58
HSV47°31°69°
CMYK 0.000.070.31   0.31
XYZ34.227636.688823.3668
Yxy36.68880.36300.3891
Hunter Lab60.5713-5.133019.5274
CIE-Lab67.0429-2.217223.4364

#afa379 color RGB value is (175,163,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 01111001
Octal 257 243 171
Decimal 175 163 121
Hex AF A3 79

RGB Percentages of Color #afa379

%38.13
%35.51
%26.36

CMYK Percentages of Color #afa379

%0
%7
%31
%31

Triadic Colors of #afa379

#afa379 #79afa3 #a379af

Analogous Colors of #afa379

#afa379 #a0af79 #af8879

Monochromatic Colors of #afa379

#afa379

Complementary Color

#afa379 #7985af

#afa379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa379 Color CSS Codes

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

#afa379 Text Font Color

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

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


#afa379 Background Color

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

This div background color is #afa379


#afa379 Border Color

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

This div border color is #afa379


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,163,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 #afa379">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa379


Comments

No comments written yet.

Please login to write comment.