Color Hex Logo

#af9178 Color Hex

#AF9178
(175,145,120)
0 Favorites   0 Comments

Color spaces of #af9178

RGB 175145120
HSL0.080.260.58
HSV27°31°69°
CMYK 0.000.170.31   0.31
XYZ31.194830.720822.0549
Yxy30.72080.37150.3659
Hunter Lab55.42633.466415.2061
CIE-Lab62.27127.517217.4936

#af9178 color RGB value is (175,145,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010001 01111000
Octal 257 221 170
Decimal 175 145 120
Hex AF 91 78

RGB Percentages of Color #af9178

%39.77
%32.95
%27.27

CMYK Percentages of Color #af9178

%0
%17
%31
%31

Triadic Colors of #af9178

#af9178 #78af91 #9178af

Analogous Colors of #af9178

#af9178 #afad78 #af787b

Monochromatic Colors of #af9178

#af9178

Complementary Color

#af9178 #7896af

#af9178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9178 Color CSS Codes

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

#af9178 Text Font Color

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

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


#af9178 Background Color

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

This div background color is #af9178


#af9178 Border Color

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

This div border color is #af9178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9178


Comments

No comments written yet.

Please login to write comment.