Color Hex Logo

#af995e Color Hex

#AF995E
(175,153,94)
0 Favorites   0 Comments

Color spaces of #af995e

RGB 17515394
HSL0.120.340.53
HSV44°46°69°
CMYK 0.000.130.46   0.31
XYZ31.090832.704615.2636
Yxy32.70460.39330.4137
Hunter Lab57.1879-3.035624.2069
CIE-Lab63.92100.022433.8996

#af995e color RGB value is (175,153,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011001 01011110
Octal 257 231 136
Decimal 175 153 94
Hex AF 99 5E

RGB Percentages of Color #af995e

%41.47
%36.26
%22.27

CMYK Percentages of Color #af995e

%0
%13
%46
%31

Triadic Colors of #af995e

#af995e #5eaf99 #995eaf

Analogous Colors of #af995e

#af995e #9daf5e #af715e

Monochromatic Colors of #af995e

#af995e

Complementary Color

#af995e #5e74af

#af995e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af995e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af995e Color CSS Codes

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

#af995e Text Font Color

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

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


#af995e Background Color

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

This div background color is #af995e


#af995e Border Color

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

This div border color is #af995e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af995e


Comments

No comments written yet.

Please login to write comment.