Color Hex Logo

#afa536 Color Hex

#AFA536
(175,165,54)
0 Favorites   0 Comments

Color spaces of #afa536

RGB 17516554
HSL0.150.530.45
HSV55°69°69°
CMYK 0.000.060.69   0.31
XYZ31.800236.29068.8188
Yxy36.29060.41350.4719
Hunter Lab60.2417-11.196933.4897
CIE-Lab66.7414-9.533856.1249

#afa536 color RGB value is (175,165,54).

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

The process color (four color CMYK) of #afa536 color hex is 0.00, 0.06, 0.69, 0.31. Web safe color of #afa536 is #999933. Color #afa536 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 00110110
Octal 257 245 66
Decimal 175 165 54
Hex AF A5 36

RGB Percentages of Color #afa536

%44.42
%41.88
%13.71

CMYK Percentages of Color #afa536

%0
%6
%69
%31

Triadic Colors of #afa536

#afa536 #36afa5 #a536af

Analogous Colors of #afa536

#afa536 #7daf36 #af6936

Monochromatic Colors of #afa536

#afa536

Complementary Color

#afa536 #3640af

#afa536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa536 Color CSS Codes

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

#afa536 Text Font Color

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

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


#afa536 Background Color

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

This div background color is #afa536


#afa536 Border Color

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

This div border color is #afa536


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa536


Comments

No comments written yet.

Please login to write comment.