Color Hex Logo

#af666d Color Hex

#AF666D
(175,102,109)
0 Favorites   0 Comments

Color spaces of #af666d

RGB 175102109
HSL0.980.310.54
HSV354°42°69°
CMYK 0.000.420.38   0.31
XYZ25.190919.720816.9468
Yxy19.72080.40720.3188
Hunter Lab44.408123.54158.4597
CIE-Lab51.520130.13788.8320

#af666d color RGB value is (175,102,109).

#af666d hex color red value is 175, green value is 102 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #af666d hue: 0.98 , saturation: 0.31 and the lightness value of af666d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100110 01101101
Octal 257 146 155
Decimal 175 102 109
Hex AF 66 6D

RGB Percentages of Color #af666d

%45.34
%26.42
%28.24

CMYK Percentages of Color #af666d

%0
%42
%38
%31

Triadic Colors of #af666d

#af666d #6daf66 #666daf

Analogous Colors of #af666d

#af666d #af8466 #af6692

Monochromatic Colors of #af666d

#af666d

Complementary Color

#af666d #66afa8

#af666d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af666d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af666d Color CSS Codes

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

#af666d Text Font Color

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

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


#af666d Background Color

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

This div background color is #af666d


#af666d Border Color

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

This div border color is #af666d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af666d


Comments

No comments written yet.

Please login to write comment.