Color Hex Logo

#af867e Color Hex

#AF867E
(175,134,126)
0 Favorites   0 Comments

Color spaces of #af867e

RGB 175134126
HSL0.030.230.59
HSV10°28°69°
CMYK 0.000.230.28   0.31
XYZ29.970227.670523.5000
Yxy27.67050.36940.3410
Hunter Lab52.60289.644810.3344
CIE-Lab59.589914.501210.3592

#af867e color RGB value is (175,134,126).

#af867e hex color red value is 175, green value is 134 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #af867e hue: 0.03 , saturation: 0.23 and the lightness value of af867e is 0.59.

The process color (four color CMYK) of #af867e color hex is 0.00, 0.23, 0.28, 0.31. Web safe color of #af867e is #999966. Color #af867e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000110 01111110
Octal 257 206 176
Decimal 175 134 126
Hex AF 86 7E

RGB Percentages of Color #af867e

%40.23
%30.80
%28.97

CMYK Percentages of Color #af867e

%0
%23
%28
%31

Triadic Colors of #af867e

#af867e #7eaf86 #867eaf

Analogous Colors of #af867e

#af867e #af9f7e #af7e8f

Monochromatic Colors of #af867e

#af867e

Complementary Color

#af867e #7ea7af

#af867e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af867e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af867e Color CSS Codes

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

#af867e Text Font Color

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

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


#af867e Background Color

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

This div background color is #af867e


#af867e Border Color

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

This div border color is #af867e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af867e


Comments

No comments written yet.

Please login to write comment.