Color Hex Logo

#afa55e Color Hex

#AFA55E
(175,165,94)
0 Favorites   0 Comments

Color spaces of #afa55e

RGB 17516594
HSL0.150.340.53
HSV53°46°69°
CMYK 0.000.060.46   0.31
XYZ33.154736.832415.9516
Yxy36.83240.38580.4286
Hunter Lab60.6897-8.692726.8991
CIE-Lab67.1511-6.440037.9306

#afa55e color RGB value is (175,165,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 01011110
Octal 257 245 136
Decimal 175 165 94
Hex AF A5 5E

RGB Percentages of Color #afa55e

%40.32
%38.02
%21.66

CMYK Percentages of Color #afa55e

%0
%6
%46
%31

Triadic Colors of #afa55e

#afa55e #5eafa5 #a55eaf

Analogous Colors of #afa55e

#afa55e #91af5e #af7d5e

Monochromatic Colors of #afa55e

#afa55e

Complementary Color

#afa55e #5e68af

#afa55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa55e Color CSS Codes

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

#afa55e Text Font Color

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

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


#afa55e Background Color

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

This div background color is #afa55e


#afa55e Border Color

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

This div border color is #afa55e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,165,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 #afa55e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa55e


Comments

No comments written yet.

Please login to write comment.