Color Hex Logo

#af656a Color Hex

#AF656A
(175,101,106)
0 Favorites   0 Comments

Color spaces of #af656a

RGB 175101106
HSL0.990.320.54
HSV356°42°69°
CMYK 0.000.420.39   0.31
XYZ24.934419.461916.0780
Yxy19.46190.41230.3218
Hunter Lab44.115623.68689.2726
CIE-Lab51.223330.323210.1911

#af656a color RGB value is (175,101,106).

#af656a hex color red value is 175, green value is 101 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #af656a hue: 0.99 , saturation: 0.32 and the lightness value of af656a is 0.54.

The process color (four color CMYK) of #af656a color hex is 0.00, 0.42, 0.39, 0.31. Web safe color of #af656a is #996666. Color #af656a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100101 01101010
Octal 257 145 152
Decimal 175 101 106
Hex AF 65 6A

RGB Percentages of Color #af656a

%45.81
%26.44
%27.75

CMYK Percentages of Color #af656a

%0
%42
%39
%31

Triadic Colors of #af656a

#af656a #6aaf65 #656aaf

Analogous Colors of #af656a

#af656a #af8565 #af658f

Monochromatic Colors of #af656a

#af656a

Complementary Color

#af656a #65afaa

#af656a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af656a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af656a Color CSS Codes

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

#af656a Text Font Color

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

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


#af656a Background Color

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

This div background color is #af656a


#af656a Border Color

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

This div border color is #af656a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af656a


Comments

No comments written yet.

Please login to write comment.