Color Hex Logo

#afa43e Color Hex

#AFA43E
(175,164,62)
0 Favorites   0 Comments

Color spaces of #afa43e

RGB 17516462
HSL0.150.480.46
HSV54°65°69°
CMYK 0.000.060.65   0.31
XYZ31.824236.01279.8313
Yxy36.01270.40970.4637
Hunter Lab60.0106-10.358232.2942
CIE-Lab66.5296-8.533852.5674

#afa43e color RGB value is (175,164,62).

#afa43e hex color red value is 175, green value is 164 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #afa43e hue: 0.15 , saturation: 0.48 and the lightness value of afa43e is 0.46.

The process color (four color CMYK) of #afa43e color hex is 0.00, 0.06, 0.65, 0.31. Web safe color of #afa43e is #999933. Color #afa43e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 00111110
Octal 257 244 76
Decimal 175 164 62
Hex AF A4 3E

RGB Percentages of Color #afa43e

%43.64
%40.90
%15.46

CMYK Percentages of Color #afa43e

%0
%6
%65
%31

Triadic Colors of #afa43e

#afa43e #3eafa4 #a43eaf

Analogous Colors of #afa43e

#afa43e #82af3e #af6c3e

Monochromatic Colors of #afa43e

#afa43e

Complementary Color

#afa43e #3e49af

#afa43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa43e Color CSS Codes

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

#afa43e Text Font Color

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

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


#afa43e Background Color

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

This div background color is #afa43e


#afa43e Border Color

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

This div border color is #afa43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa43e


Comments

No comments written yet.

Please login to write comment.