Color Hex Logo

#afa46e Color Hex

#AFA46E
(175,164,110)
0 Favorites   0 Comments

Color spaces of #afa46e

RGB 175164110
HSL0.140.290.56
HSV50°37°69°
CMYK 0.000.060.37   0.31
XYZ33.769136.790720.0733
Yxy36.79070.37260.4059
Hunter Lab60.6553-6.769222.8373
CIE-Lab67.1197-4.143829.4817

#afa46e color RGB value is (175,164,110).

#afa46e hex color red value is 175, green value is 164 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #afa46e hue: 0.14 , saturation: 0.29 and the lightness value of afa46e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 01101110
Octal 257 244 156
Decimal 175 164 110
Hex AF A4 6E

RGB Percentages of Color #afa46e

%38.98
%36.53
%24.50

CMYK Percentages of Color #afa46e

%0
%6
%37
%31

Triadic Colors of #afa46e

#afa46e #6eafa4 #a46eaf

Analogous Colors of #afa46e

#afa46e #9aaf6e #af846e

Monochromatic Colors of #afa46e

#afa46e

Complementary Color

#afa46e #6e79af

#afa46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa46e Color CSS Codes

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

#afa46e Text Font Color

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

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


#afa46e Background Color

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

This div background color is #afa46e


#afa46e Border Color

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

This div border color is #afa46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa46e


Comments

No comments written yet.

Please login to write comment.