Color Hex Logo

#af695f Color Hex

#AF695F
(175,105,95)
0 Favorites   0 Comments

Color spaces of #af695f

RGB 17510595
HSL0.020.330.53
HSV46°69°
CMYK 0.000.400.46   0.31
XYZ24.796320.043313.3883
Yxy20.04330.42580.3442
Hunter Lab44.769720.517513.6083
CIE-Lab51.886126.874117.5919

#af695f color RGB value is (175,105,95).

#af695f hex color red value is 175, green value is 105 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #af695f hue: 0.02 , saturation: 0.33 and the lightness value of af695f is 0.53.

The process color (four color CMYK) of #af695f color hex is 0.00, 0.40, 0.46, 0.31. Web safe color of #af695f is #996666. Color #af695f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101001 01011111
Octal 257 151 137
Decimal 175 105 95
Hex AF 69 5F

RGB Percentages of Color #af695f

%46.67
%28.00
%25.33

CMYK Percentages of Color #af695f

%0
%40
%46
%31

Triadic Colors of #af695f

#af695f #5faf69 #695faf

Analogous Colors of #af695f

#af695f #af915f #af5f7d

Monochromatic Colors of #af695f

#af695f

Complementary Color

#af695f #5fa5af

#af695f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af695f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af695f Color CSS Codes

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

#af695f Text Font Color

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

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


#af695f Background Color

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

This div background color is #af695f


#af695f Border Color

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

This div border color is #af695f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af695f


Comments

No comments written yet.

Please login to write comment.