Color Hex Logo

#afa8aa Color Hex

#AFA8AA
(175,168,170)
0 Favorites   0 Comments

Color spaces of #afa8aa

RGB 175168170
HSL0.950.040.67
HSV343°69°
CMYK 0.000.040.03   0.31
XYZ38.937540.021543.7029
Yxy40.02150.31740.3263
Hunter Lab63.2625-0.84443.3252
CIE-Lab69.48482.8778-0.1422

#afa8aa color RGB value is (175,168,170).

#afa8aa hex color red value is 175, green value is 168 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #afa8aa hue: 0.95 , saturation: 0.04 and the lightness value of afa8aa is 0.67.

The process color (four color CMYK) of #afa8aa color hex is 0.00, 0.04, 0.03, 0.31. Web safe color of #afa8aa is #999999. Color #afa8aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 10101010
Octal 257 250 252
Decimal 175 168 170
Hex AF A8 AA

RGB Percentages of Color #afa8aa

%34.11
%32.75
%33.14

CMYK Percentages of Color #afa8aa

%0
%4
%3
%31

Triadic Colors of #afa8aa

#afa8aa #aaafa8 #a8aaaf

Analogous Colors of #afa8aa

#afa8aa #afaaa8 #afa8ae

Monochromatic Colors of #afa8aa

#afa8aa

Complementary Color

#afa8aa #a8afad

#afa8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa8aa Color CSS Codes

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

#afa8aa Text Font Color

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

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


#afa8aa Background Color

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

This div background color is #afa8aa


#afa8aa Border Color

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

This div border color is #afa8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa8aa


Comments

No comments written yet.

Please login to write comment.