Color Hex Logo

#af795f Color Hex

#AF795F
(175,121,95)
0 Favorites   0 Comments

Color spaces of #af795f

RGB 17512195
HSL0.050.330.53
HSV20°46°69°
CMYK 0.000.310.46   0.31
XYZ26.582123.614913.9836
Yxy23.61490.41420.3679
Hunter Lab48.595212.600016.9555
CIE-Lab55.700117.927022.7151

#af795f color RGB value is (175,121,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111001 01011111
Octal 257 171 137
Decimal 175 121 95
Hex AF 79 5F

RGB Percentages of Color #af795f

%44.76
%30.95
%24.30

CMYK Percentages of Color #af795f

%0
%31
%46
%31

Triadic Colors of #af795f

#af795f #5faf79 #795faf

Analogous Colors of #af795f

#af795f #afa15f #af5f6d

Monochromatic Colors of #af795f

#af795f

Complementary Color

#af795f #5f95af

#af795f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af795f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af795f Color CSS Codes

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

#af795f Text Font Color

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

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


#af795f Background Color

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

This div background color is #af795f


#af795f Border Color

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

This div border color is #af795f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af795f


Comments

No comments written yet.

Please login to write comment.