Color Hex Logo

#afa689 Color Hex

#AFA689
(175,166,137)
0 Favorites   0 Comments

Color spaces of #afa689

RGB 175166137
HSL0.130.190.61
HSV46°22°69°
CMYK 0.000.050.22   0.31
XYZ35.830838.192529.1503
Yxy38.19250.34730.3702
Hunter Lab61.8001-4.658415.2937
CIE-Lab68.1623-1.572516.2059

#afa689 color RGB value is (175,166,137).

#afa689 hex color red value is 175, green value is 166 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #afa689 hue: 0.13 , saturation: 0.19 and the lightness value of afa689 is 0.61.

The process color (four color CMYK) of #afa689 color hex is 0.00, 0.05, 0.22, 0.31. Web safe color of #afa689 is #999999. Color #afa689 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 10001001
Octal 257 246 211
Decimal 175 166 137
Hex AF A6 89

RGB Percentages of Color #afa689

%36.61
%34.73
%28.66

CMYK Percentages of Color #afa689

%0
%5
%22
%31

Triadic Colors of #afa689

#afa689 #89afa6 #a689af

Analogous Colors of #afa689

#afa689 #a5af89 #af9389

Monochromatic Colors of #afa689

#afa689

Complementary Color

#afa689 #8992af

#afa689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa689 Color CSS Codes

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

#afa689 Text Font Color

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

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


#afa689 Background Color

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

This div background color is #afa689


#afa689 Border Color

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

This div border color is #afa689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa689


Comments

No comments written yet.

Please login to write comment.