Color Hex Logo

#afa759 Color Hex

#AFA759
(175,167,89)
0 Favorites   0 Comments

Color spaces of #afa759

RGB 17516789
HSL0.150.350.52
HSV54°49°69°
CMYK 0.000.050.49   0.31
XYZ33.301137.472714.9290
Yxy37.47270.38860.4372
Hunter Lab61.2149-10.021728.3909
CIE-Lab67.6302-7.987641.0595

#afa759 color RGB value is (175,167,89).

#afa759 hex color red value is 175, green value is 167 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #afa759 hue: 0.15 , saturation: 0.35 and the lightness value of afa759 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 01011001
Octal 257 247 131
Decimal 175 167 89
Hex AF A7 59

RGB Percentages of Color #afa759

%40.60
%38.75
%20.65

CMYK Percentages of Color #afa759

%0
%5
%49
%31

Triadic Colors of #afa759

#afa759 #59afa7 #a759af

Analogous Colors of #afa759

#afa759 #8caf59 #af7c59

Monochromatic Colors of #afa759

#afa759

Complementary Color

#afa759 #5961af

#afa759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa759 Color CSS Codes

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

#afa759 Text Font Color

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

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


#afa759 Background Color

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

This div background color is #afa759


#afa759 Border Color

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

This div border color is #afa759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa759


Comments

No comments written yet.

Please login to write comment.