Color Hex Logo

#afaf5d Color Hex

#AFAF5D
(175,175,93)
0 Favorites   0 Comments

Color spaces of #afaf5d

RGB 17517593
HSL0.170.340.53
HSV60°47°69°
CMYK 0.000.000.47   0.31
XYZ34.985040.564216.3417
Yxy40.56420.38070.4414
Hunter Lab63.6900-13.407329.3703
CIE-Lab69.8695-11.796141.7650

#afaf5d color RGB value is (175,175,93).

#afaf5d hex color red value is 175, green value is 175 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #afaf5d hue: 0.17 , saturation: 0.34 and the lightness value of afaf5d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 01011101
Octal 257 257 135
Decimal 175 175 93
Hex AF AF 5D

RGB Percentages of Color #afaf5d

%39.50
%39.50
%20.99

CMYK Percentages of Color #afaf5d

%0
%0
%47
%31

Triadic Colors of #afaf5d

#afaf5d #5dafaf #af5daf

Analogous Colors of #afaf5d

#afaf5d #86af5d #af865d

Monochromatic Colors of #afaf5d

#afaf5d

Complementary Color

#afaf5d #5d5daf

#afaf5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaf5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaf5d Color CSS Codes

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

#afaf5d Text Font Color

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

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


#afaf5d Background Color

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

This div background color is #afaf5d


#afaf5d Border Color

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

This div border color is #afaf5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaf5d


Comments

No comments written yet.

Please login to write comment.