Color Hex Logo

#af636d Color Hex

#AF636D
(175,99,109)
0 Favorites   0 Comments

Color spaces of #af636d

RGB 17599109
HSL0.980.320.54
HSV352°43°69°
CMYK 0.000.430.38   0.31
XYZ24.901419.141816.8503
Yxy19.14180.40890.3143
Hunter Lab43.751325.02977.7911
CIE-Lab50.852731.77937.8860

#af636d color RGB value is (175,99,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100011 01101101
Octal 257 143 155
Decimal 175 99 109
Hex AF 63 6D

RGB Percentages of Color #af636d

%45.69
%25.85
%28.46

CMYK Percentages of Color #af636d

%0
%43
%38
%31

Triadic Colors of #af636d

#af636d #6daf63 #636daf

Analogous Colors of #af636d

#af636d #af7f63 #af6393

Monochromatic Colors of #af636d

#af636d

Complementary Color

#af636d #63afa5

#af636d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af636d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af636d Color CSS Codes

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

#af636d Text Font Color

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

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


#af636d Background Color

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

This div background color is #af636d


#af636d Border Color

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

This div border color is #af636d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,99,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 #af636d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af636d


Comments

No comments written yet.

Please login to write comment.