Color Hex Logo

#afa56d Color Hex

#AFA56D
(175,165,109)
0 Favorites   0 Comments

Color spaces of #afa56d

RGB 175165109
HSL0.140.290.56
HSV51°38°69°
CMYK 0.000.060.38   0.31
XYZ33.894637.128419.8480
Yxy37.12840.37300.4086
Hunter Lab60.9331-7.340623.3404
CIE-Lab67.3733-4.798530.3463

#afa56d color RGB value is (175,165,109).

#afa56d hex color red value is 175, green value is 165 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #afa56d hue: 0.14 , saturation: 0.29 and the lightness value of afa56d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 01101101
Octal 257 245 155
Decimal 175 165 109
Hex AF A5 6D

RGB Percentages of Color #afa56d

%38.98
%36.75
%24.28

CMYK Percentages of Color #afa56d

%0
%6
%38
%31

Triadic Colors of #afa56d

#afa56d #6dafa5 #a56daf

Analogous Colors of #afa56d

#afa56d #98af6d #af846d

Monochromatic Colors of #afa56d

#afa56d

Complementary Color

#afa56d #6d77af

#afa56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa56d Color CSS Codes

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

#afa56d Text Font Color

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

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


#afa56d Background Color

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

This div background color is #afa56d


#afa56d Border Color

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

This div border color is #afa56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa56d


Comments

No comments written yet.

Please login to write comment.