Color Hex Logo

#af696e Color Hex

#AF696E
(175,105,110)
0 Favorites   0 Comments

Color spaces of #af696e

RGB 175105110
HSL0.990.300.55
HSV356°40°69°
CMYK 0.000.400.37   0.31
XYZ25.545220.342917.3320
Yxy20.34290.40410.3218
Hunter Lab45.103122.16728.7885
CIE-Lab52.222728.60799.2344

#af696e color RGB value is (175,105,110).

#af696e hex color red value is 175, green value is 105 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #af696e hue: 0.99 , saturation: 0.30 and the lightness value of af696e is 0.55.

The process color (four color CMYK) of #af696e color hex is 0.00, 0.40, 0.37, 0.31. Web safe color of #af696e is #996666. Color #af696e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101001 01101110
Octal 257 151 156
Decimal 175 105 110
Hex AF 69 6E

RGB Percentages of Color #af696e

%44.87
%26.92
%28.21

CMYK Percentages of Color #af696e

%0
%40
%37
%31

Triadic Colors of #af696e

#af696e #6eaf69 #696eaf

Analogous Colors of #af696e

#af696e #af8769 #af6991

Monochromatic Colors of #af696e

#af696e

Complementary Color

#af696e #69afaa

#af696e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af696e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af696e Color CSS Codes

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

#af696e Text Font Color

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

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


#af696e Background Color

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

This div background color is #af696e


#af696e Border Color

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

This div border color is #af696e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af696e


Comments

No comments written yet.

Please login to write comment.