Color Hex Logo

#afa459 Color Hex

#AFA459
(175,164,89)
0 Favorites   0 Comments

Color spaces of #afa459

RGB 17516489
HSL0.150.350.52
HSV52°49°69°
CMYK 0.000.060.49   0.31
XYZ32.757836.386114.7479
Yxy36.38610.39050.4337
Hunter Lab60.3209-8.625527.7288
CIE-Lab66.8139-6.396640.0708

#afa459 color RGB value is (175,164,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 01011001
Octal 257 244 131
Decimal 175 164 89
Hex AF A4 59

RGB Percentages of Color #afa459

%40.89
%38.32
%20.79

CMYK Percentages of Color #afa459

%0
%6
%49
%31

Triadic Colors of #afa459

#afa459 #59afa4 #a459af

Analogous Colors of #afa459

#afa459 #8faf59 #af7959

Monochromatic Colors of #afa459

#afa459

Complementary Color

#afa459 #5964af

#afa459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa459 Color CSS Codes

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

#afa459 Text Font Color

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

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


#afa459 Background Color

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

This div background color is #afa459


#afa459 Border Color

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

This div border color is #afa459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa459


Comments

No comments written yet.

Please login to write comment.