Color Hex Logo

#afa65e Color Hex

#AFA65E
(175,166,94)
0 Favorites   0 Comments

Color spaces of #afa65e

RGB 17516694
HSL0.150.340.53
HSV53°46°69°
CMYK 0.000.050.46   0.31
XYZ33.335837.194516.0120
Yxy37.19450.38520.4298
Hunter Lab60.9873-9.159227.1247
CIE-Lab67.4227-6.971038.2660

#afa65e color RGB value is (175,166,94).

#afa65e hex color red value is 175, green value is 166 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #afa65e hue: 0.15 , saturation: 0.34 and the lightness value of afa65e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 01011110
Octal 257 246 136
Decimal 175 166 94
Hex AF A6 5E

RGB Percentages of Color #afa65e

%40.23
%38.16
%21.61

CMYK Percentages of Color #afa65e

%0
%5
%46
%31

Triadic Colors of #afa65e

#afa65e #5eafa6 #a65eaf

Analogous Colors of #afa65e

#afa65e #90af5e #af7e5e

Monochromatic Colors of #afa65e

#afa65e

Complementary Color

#afa65e #5e67af

#afa65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa65e Color CSS Codes

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

#afa65e Text Font Color

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

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


#afa65e Background Color

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

This div background color is #afa65e


#afa65e Border Color

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

This div border color is #afa65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa65e


Comments

No comments written yet.

Please login to write comment.