Color Hex Logo

#af9479 Color Hex

#AF9479
(175,148,121)
0 Favorites   0 Comments

Color spaces of #af9479

RGB 175148121
HSL0.080.250.58
HSV30°31°69°
CMYK 0.000.150.31   0.31
XYZ31.720331.674222.5311
Yxy31.67420.36920.3686
Hunter Lab56.27982.116015.6597
CIE-Lab63.07275.988518.0360

#af9479 color RGB value is (175,148,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010100 01111001
Octal 257 224 171
Decimal 175 148 121
Hex AF 94 79

RGB Percentages of Color #af9479

%39.41
%33.33
%27.25

CMYK Percentages of Color #af9479

%0
%15
%31
%31

Triadic Colors of #af9479

#af9479 #79af94 #9479af

Analogous Colors of #af9479

#af9479 #afaf79 #af7979

Monochromatic Colors of #af9479

#af9479

Complementary Color

#af9479 #7994af

#af9479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9479 Color CSS Codes

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

#af9479 Text Font Color

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

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


#af9479 Background Color

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

This div background color is #af9479


#af9479 Border Color

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

This div border color is #af9479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9479

#af9479 Color Palettes


Comments

No comments written yet.

Please login to write comment.