Color Hex Logo

#af654e Color Hex

#AF654E
(175,101,78)
0 Favorites   0 Comments

Color spaces of #af654e

RGB 17510178
HSL0.040.380.50
HSV14°55°69°
CMYK 0.000.420.55   0.31
XYZ23.708018.97149.6200
Yxy18.97140.45330.3627
Hunter Lab43.556220.935817.3943
CIE-Lab50.653727.442025.8427

#af654e color RGB value is (175,101,78).

#af654e hex color red value is 175, green value is 101 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #af654e hue: 0.04 , saturation: 0.38 and the lightness value of af654e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100101 01001110
Octal 257 145 116
Decimal 175 101 78
Hex AF 65 4E

RGB Percentages of Color #af654e

%49.44
%28.53
%22.03

CMYK Percentages of Color #af654e

%0
%42
%55
%31

Triadic Colors of #af654e

#af654e #4eaf65 #654eaf

Analogous Colors of #af654e

#af654e #af964e #af4e68

Monochromatic Colors of #af654e

#af654e

Complementary Color

#af654e #4e98af

#af654e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af654e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af654e Color CSS Codes

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

#af654e Text Font Color

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

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


#af654e Background Color

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

This div background color is #af654e


#af654e Border Color

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

This div border color is #af654e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af654e


Comments

No comments written yet.

Please login to write comment.