Color Hex Logo

#af786a Color Hex

#AF786A
(175,120,106)
0 Favorites   0 Comments

Color spaces of #af786a

RGB 175120106
HSL0.030.300.55
HSV12°39°69°
CMYK 0.000.310.39   0.31
XYZ26.997223.587516.7656
Yxy23.58750.40080.3502
Hunter Lab48.567014.231613.5296
CIE-Lab55.672419.739816.3760

#af786a color RGB value is (175,120,106).

#af786a hex color red value is 175, green value is 120 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #af786a hue: 0.03 , saturation: 0.30 and the lightness value of af786a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 01101010
Octal 257 170 152
Decimal 175 120 106
Hex AF 78 6A

RGB Percentages of Color #af786a

%43.64
%29.93
%26.43

CMYK Percentages of Color #af786a

%0
%31
%39
%31

Triadic Colors of #af786a

#af786a #6aaf78 #786aaf

Analogous Colors of #af786a

#af786a #af9b6a #af6a7f

Monochromatic Colors of #af786a

#af786a

Complementary Color

#af786a #6aa1af

#af786a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af786a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af786a Color CSS Codes

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

#af786a Text Font Color

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

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


#af786a Background Color

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

This div background color is #af786a


#af786a Border Color

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

This div border color is #af786a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af786a


Comments

No comments written yet.

Please login to write comment.