Color Hex Logo

#af916d Color Hex

#AF916D
(175,145,109)
0 Favorites   0 Comments

Color spaces of #af916d

RGB 175145109
HSL0.090.290.56
HSV33°38°69°
CMYK 0.000.170.38   0.31
XYZ30.564930.468918.7381
Yxy30.46890.38320.3820
Hunter Lab55.19862.242418.5121
CIE-Lab62.05676.104623.3343

#af916d color RGB value is (175,145,109).

#af916d hex color red value is 175, green value is 145 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #af916d hue: 0.09 , saturation: 0.29 and the lightness value of af916d is 0.56.

The process color (four color CMYK) of #af916d color hex is 0.00, 0.17, 0.38, 0.31. Web safe color of #af916d is #999966. Color #af916d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010001 01101101
Octal 257 221 155
Decimal 175 145 109
Hex AF 91 6D

RGB Percentages of Color #af916d

%40.79
%33.80
%25.41

CMYK Percentages of Color #af916d

%0
%17
%38
%31

Triadic Colors of #af916d

#af916d #6daf91 #916daf

Analogous Colors of #af916d

#af916d #acaf6d #af706d

Monochromatic Colors of #af916d

#af916d

Complementary Color

#af916d #6d8baf

#af916d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af916d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af916d Color CSS Codes

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

#af916d Text Font Color

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

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


#af916d Background Color

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

This div background color is #af916d


#af916d Border Color

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

This div border color is #af916d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af916d


Comments

No comments written yet.

Please login to write comment.