Color Hex Logo

#af925e Color Hex

#AF925E
(175,146,94)
0 Favorites   0 Comments

Color spaces of #af925e

RGB 17514694
HSL0.110.340.53
HSV39°46°69°
CMYK 0.000.170.46   0.31
XYZ29.978530.479914.8928
Yxy30.47990.39790.4045
Hunter Lab55.20860.311222.6522
CIE-Lab62.06613.859331.5497

#af925e color RGB value is (175,146,94).

#af925e hex color red value is 175, green value is 146 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #af925e hue: 0.11 , saturation: 0.34 and the lightness value of af925e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010010 01011110
Octal 257 222 136
Decimal 175 146 94
Hex AF 92 5E

RGB Percentages of Color #af925e

%42.17
%35.18
%22.65

CMYK Percentages of Color #af925e

%0
%17
%46
%31

Triadic Colors of #af925e

#af925e #5eaf92 #925eaf

Analogous Colors of #af925e

#af925e #a4af5e #af6a5e

Monochromatic Colors of #af925e

#af925e

Complementary Color

#af925e #5e7baf

#af925e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af925e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af925e Color CSS Codes

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

#af925e Text Font Color

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

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


#af925e Background Color

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

This div background color is #af925e


#af925e Border Color

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

This div border color is #af925e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af925e


Comments

No comments written yet.

Please login to write comment.