Color Hex Logo

#afa595 Color Hex

#AFA595
(175,165,149)
0 Favorites   0 Comments

Color spaces of #afa595

RGB 175165149
HSL0.100.140.64
HSV37°15°69°
CMYK 0.000.060.15   0.31
XYZ36.559138.194233.8791
Yxy38.19420.33650.3516
Hunter Lab61.8015-2.559610.7587
CIE-Lab68.16350.85299.5841

#afa595 color RGB value is (175,165,149).

#afa595 hex color red value is 175, green value is 165 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #afa595 hue: 0.10 , saturation: 0.14 and the lightness value of afa595 is 0.64.

The process color (four color CMYK) of #afa595 color hex is 0.00, 0.06, 0.15, 0.31. Web safe color of #afa595 is #999999. Color #afa595 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 10010101
Octal 257 245 225
Decimal 175 165 149
Hex AF A5 95

RGB Percentages of Color #afa595

%35.79
%33.74
%30.47

CMYK Percentages of Color #afa595

%0
%6
%15
%31

Triadic Colors of #afa595

#afa595 #95afa5 #a595af

Analogous Colors of #afa595

#afa595 #acaf95 #af9895

Monochromatic Colors of #afa595

#afa595

Complementary Color

#afa595 #959faf

#afa595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa595 Color CSS Codes

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

#afa595 Text Font Color

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

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


#afa595 Background Color

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

This div background color is #afa595


#afa595 Border Color

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

This div border color is #afa595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa595


Comments

No comments written yet.

Please login to write comment.