Color Hex Logo

#af635a Color Hex

#AF635A
(175,99,90)
0 Favorites   0 Comments

Color spaces of #af635a

RGB 1759990
HSL0.020.350.52
HSV49°69°
CMYK 0.000.430.49   0.31
XYZ23.986518.775812.0327
Yxy18.77580.43770.3427
Hunter Lab43.331122.981813.8674
CIE-Lab50.423929.660518.5475

#af635a color RGB value is (175,99,90).

#af635a hex color red value is 175, green value is 99 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #af635a hue: 0.02 , saturation: 0.35 and the lightness value of af635a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100011 01011010
Octal 257 143 132
Decimal 175 99 90
Hex AF 63 5A

RGB Percentages of Color #af635a

%48.08
%27.20
%24.73

CMYK Percentages of Color #af635a

%0
%43
%49
%31

Triadic Colors of #af635a

#af635a #5aaf63 #635aaf

Analogous Colors of #af635a

#af635a #af8e5a #af5a7c

Monochromatic Colors of #af635a

#af635a

Complementary Color

#af635a #5aa6af

#af635a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af635a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af635a Color CSS Codes

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

#af635a Text Font Color

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

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


#af635a Background Color

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

This div background color is #af635a


#af635a Border Color

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

This div border color is #af635a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af635a


Comments

No comments written yet.

Please login to write comment.