Color Hex Logo

#afa178 Color Hex

#AFA178
(175,161,120)
0 Favorites   0 Comments

Color spaces of #afa178

RGB 175161120
HSL0.120.260.58
HSV45°31°69°
CMYK 0.000.080.31   0.31
XYZ33.814235.959822.9280
Yxy35.95980.36480.3879
Hunter Lab59.9665-4.287919.3072
CIE-Lab66.4892-1.268523.2360

#afa178 color RGB value is (175,161,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 01111000
Octal 257 241 170
Decimal 175 161 120
Hex AF A1 78

RGB Percentages of Color #afa178

%38.38
%35.31
%26.32

CMYK Percentages of Color #afa178

%0
%8
%31
%31

Triadic Colors of #afa178

#afa178 #78afa1 #a178af

Analogous Colors of #afa178

#afa178 #a2af78 #af8678

Monochromatic Colors of #afa178

#afa178

Complementary Color

#afa178 #7886af

#afa178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa178 Color CSS Codes

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

#afa178 Text Font Color

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

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


#afa178 Background Color

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

This div background color is #afa178


#afa178 Border Color

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

This div border color is #afa178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa178


Comments

No comments written yet.

Please login to write comment.