Color Hex Logo

#af9d58 Color Hex

#AF9D58
(175,157,88)
0 Favorites   0 Comments

Color spaces of #af9d58

RGB 17515788
HSL0.130.350.52
HSV48°50°69°
CMYK 0.000.100.50   0.31
XYZ31.497633.932514.1220
Yxy33.93250.39590.4265
Hunter Lab58.2516-5.422426.4024
CIE-Lab64.9090-2.740038.2606

#af9d58 color RGB value is (175,157,88).

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

The process color (four color CMYK) of #af9d58 color hex is 0.00, 0.10, 0.50, 0.31. Web safe color of #af9d58 is #999966. Color #af9d58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011101 01011000
Octal 257 235 130
Decimal 175 157 88
Hex AF 9D 58

RGB Percentages of Color #af9d58

%41.67
%37.38
%20.95

CMYK Percentages of Color #af9d58

%0
%10
%50
%31

Triadic Colors of #af9d58

#af9d58 #58af9d #9d58af

Analogous Colors of #af9d58

#af9d58 #96af58 #af7258

Monochromatic Colors of #af9d58

#af9d58

Complementary Color

#af9d58 #586aaf

#af9d58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9d58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9d58 Color CSS Codes

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

#af9d58 Text Font Color

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

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


#af9d58 Background Color

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

This div background color is #af9d58


#af9d58 Border Color

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

This div border color is #af9d58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9d58


Comments

No comments written yet.

Please login to write comment.