Color Hex Logo

#afa059 Color Hex

#AFA059
(175,160,89)
0 Favorites   0 Comments

Color spaces of #afa059

RGB 17516089
HSL0.140.350.52
HSV50°49°69°
CMYK 0.000.090.49   0.31
XYZ32.053234.976814.5130
Yxy34.97680.39310.4289
Hunter Lab59.1412-6.754126.8493
CIE-Lab65.7306-4.258938.7513

#afa059 color RGB value is (175,160,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01011001
Octal 257 240 131
Decimal 175 160 89
Hex AF A0 59

RGB Percentages of Color #afa059

%41.27
%37.74
%20.99

CMYK Percentages of Color #afa059

%0
%9
%49
%31

Triadic Colors of #afa059

#afa059 #59afa0 #a059af

Analogous Colors of #afa059

#afa059 #93af59 #af7559

Monochromatic Colors of #afa059

#afa059

Complementary Color

#afa059 #5968af

#afa059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa059 Color CSS Codes

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

#afa059 Text Font Color

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

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


#afa059 Background Color

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

This div background color is #afa059


#afa059 Border Color

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

This div border color is #afa059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa059


Comments

No comments written yet.

Please login to write comment.