Color Hex Logo

#afaa5d Color Hex

#AFAA5D
(175,170,93)
0 Favorites   0 Comments

Color spaces of #afaa5d

RGB 17517093
HSL0.160.340.53
HSV56°47°69°
CMYK 0.000.030.47   0.31
XYZ34.029738.653716.0233
Yxy38.65370.38360.4357
Hunter Lab62.1721-11.099828.2400
CIE-Lab68.4997-9.183340.0980

#afaa5d color RGB value is (175,170,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 01011101
Octal 257 252 135
Decimal 175 170 93
Hex AF AA 5D

RGB Percentages of Color #afaa5d

%39.95
%38.81
%21.23

CMYK Percentages of Color #afaa5d

%0
%3
%47
%31

Triadic Colors of #afaa5d

#afaa5d #5dafaa #aa5daf

Analogous Colors of #afaa5d

#afaa5d #8baf5d #af815d

Monochromatic Colors of #afaa5d

#afaa5d

Complementary Color

#afaa5d #5d62af

#afaa5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa5d Color CSS Codes

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

#afaa5d Text Font Color

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

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


#afaa5d Background Color

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

This div background color is #afaa5d


#afaa5d Border Color

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

This div border color is #afaa5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa5d


Comments

No comments written yet.

Please login to write comment.