Color Hex Logo

#af555e Color Hex

#AF555E
(175,85,94)
0 Favorites   0 Comments

Color spaces of #af555e

RGB 1758594
HSL0.980.360.51
HSV354°51°69°
CMYK 0.000.510.46   0.31
XYZ22.948116.419112.5494
Yxy16.41910.44200.3163
Hunter Lab40.520530.179610.0019
CIE-Lab47.519637.551912.1856

#af555e color RGB value is (175,85,94).

#af555e hex color red value is 175, green value is 85 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #af555e hue: 0.98 , saturation: 0.36 and the lightness value of af555e is 0.51.

The process color (four color CMYK) of #af555e color hex is 0.00, 0.51, 0.46, 0.31. Web safe color of #af555e is #996666. Color #af555e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010101 01011110
Octal 257 125 136
Decimal 175 85 94
Hex AF 55 5E

RGB Percentages of Color #af555e

%49.44
%24.01
%26.55

CMYK Percentages of Color #af555e

%0
%51
%46
%31

Triadic Colors of #af555e

#af555e #5eaf55 #555eaf

Analogous Colors of #af555e

#af555e #af7955 #af558b

Monochromatic Colors of #af555e

#af555e

Complementary Color

#af555e #55afa6

#af555e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af555e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af555e Color CSS Codes

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

#af555e Text Font Color

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

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


#af555e Background Color

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

This div background color is #af555e


#af555e Border Color

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

This div border color is #af555e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af555e


Comments

No comments written yet.

Please login to write comment.