Color Hex Logo

#afa67e Color Hex

#AFA67E
(175,166,126)
0 Favorites   0 Comments

Color spaces of #afa67e

RGB 175166126
HSL0.140.230.59
HSV49°28°69°
CMYK 0.000.050.28   0.31
XYZ35.081337.892825.2037
Yxy37.89280.35730.3860
Hunter Lab61.5571-5.998118.8145
CIE-Lab67.9415-3.157421.9269

#afa67e color RGB value is (175,166,126).

#afa67e hex color red value is 175, green value is 166 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #afa67e hue: 0.14 , saturation: 0.23 and the lightness value of afa67e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 01111110
Octal 257 246 176
Decimal 175 166 126
Hex AF A6 7E

RGB Percentages of Color #afa67e

%37.47
%35.55
%26.98

CMYK Percentages of Color #afa67e

%0
%5
%28
%31

Triadic Colors of #afa67e

#afa67e #7eafa6 #a67eaf

Analogous Colors of #afa67e

#afa67e #a0af7e #af8e7e

Monochromatic Colors of #afa67e

#afa67e

Complementary Color

#afa67e #7e87af

#afa67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa67e Color CSS Codes

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

#afa67e Text Font Color

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

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


#afa67e Background Color

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

This div background color is #afa67e


#afa67e Border Color

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

This div border color is #afa67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa67e


Comments

No comments written yet.

Please login to write comment.