Color Hex Logo

#afa69b Color Hex

#AFA69B
(175,166,155)
0 Favorites   0 Comments

Color spaces of #afa69b

RGB 175166155
HSL0.090.110.65
HSV33°11°69°
CMYK 0.000.050.11   0.31
XYZ37.231838.753036.5281
Yxy38.75300.33090.3444
Hunter Lab62.2519-2.18308.7862
CIE-Lab68.57201.30906.8444

#afa69b color RGB value is (175,166,155).

#afa69b hex color red value is 175, green value is 166 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #afa69b hue: 0.09 , saturation: 0.11 and the lightness value of afa69b is 0.65.

The process color (four color CMYK) of #afa69b color hex is 0.00, 0.05, 0.11, 0.31. Web safe color of #afa69b is #999999. Color #afa69b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 10011011
Octal 257 246 233
Decimal 175 166 155
Hex AF A6 9B

RGB Percentages of Color #afa69b

%35.28
%33.47
%31.25

CMYK Percentages of Color #afa69b

%0
%5
%11
%31

Triadic Colors of #afa69b

#afa69b #9bafa6 #a69baf

Analogous Colors of #afa69b

#afa69b #aeaf9b #af9c9b

Monochromatic Colors of #afa69b

#afa69b

Complementary Color

#afa69b #9ba4af

#afa69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa69b Color CSS Codes

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

#afa69b Text Font Color

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

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


#afa69b Background Color

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

This div background color is #afa69b


#afa69b Border Color

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

This div border color is #afa69b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa69b


Comments

No comments written yet.

Please login to write comment.