Color Hex Logo

#af914e Color Hex

#AF914E
(175,145,78)
0 Favorites   0 Comments

Color spaces of #af914e

RGB 17514578
HSL0.120.380.50
HSV41°55°69°
CMYK 0.000.170.55   0.31
XYZ29.179729.914811.4439
Yxy29.91480.41370.4241
Hunter Lab54.6944-0.484825.8806
CIE-Lab61.58062.901639.3751

#af914e color RGB value is (175,145,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010001 01001110
Octal 257 221 116
Decimal 175 145 78
Hex AF 91 4E

RGB Percentages of Color #af914e

%43.97
%36.43
%19.60

CMYK Percentages of Color #af914e

%0
%17
%55
%31

Triadic Colors of #af914e

#af914e #4eaf91 #914eaf

Analogous Colors of #af914e

#af914e #9daf4e #af614e

Monochromatic Colors of #af914e

#af914e

Complementary Color

#af914e #4e6caf

#af914e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af914e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af914e Color CSS Codes

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

#af914e Text Font Color

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

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


#af914e Background Color

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

This div background color is #af914e


#af914e Border Color

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

This div border color is #af914e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,145,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 #af914e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af914e


Comments

No comments written yet.

Please login to write comment.