Color Hex Logo

#af746b Color Hex

#AF746B
(175,116,107)
0 Favorites   0 Comments

Color spaces of #af746b

RGB 175116107
HSL0.020.300.55
HSV39°69°
CMYK 0.000.340.39   0.31
XYZ26.578422.666316.8841
Yxy22.66630.40190.3428
Hunter Lab47.609116.333912.2998
CIE-Lab54.726922.106714.4939

#af746b color RGB value is (175,116,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110100 01101011
Octal 257 164 153
Decimal 175 116 107
Hex AF 74 6B

RGB Percentages of Color #af746b

%43.97
%29.15
%26.88

CMYK Percentages of Color #af746b

%0
%34
%39
%31

Triadic Colors of #af746b

#af746b #6baf74 #746baf

Analogous Colors of #af746b

#af746b #af966b #af6b84

Monochromatic Colors of #af746b

#af746b

Complementary Color

#af746b #6ba6af

#af746b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af746b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af746b Color CSS Codes

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

#af746b Text Font Color

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

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


#af746b Background Color

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

This div background color is #af746b


#af746b Border Color

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

This div border color is #af746b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af746b


Comments

No comments written yet.

Please login to write comment.