Color Hex Logo

#af8b71 Color Hex

#AF8B71
(175,139,113)
0 Favorites   0 Comments

Color spaces of #af8b71

RGB 175139113
HSL0.070.280.56
HSV25°35°69°
CMYK 0.000.210.35   0.31
XYZ29.892528.771519.6007
Yxy28.77150.38190.3676
Hunter Lab53.63915.607815.8817
CIE-Lab60.57949.941619.1058

#af8b71 color RGB value is (175,139,113).

#af8b71 hex color red value is 175, green value is 139 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #af8b71 hue: 0.07 , saturation: 0.28 and the lightness value of af8b71 is 0.56.

The process color (four color CMYK) of #af8b71 color hex is 0.00, 0.21, 0.35, 0.31. Web safe color of #af8b71 is #999966. Color #af8b71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001011 01110001
Octal 257 213 161
Decimal 175 139 113
Hex AF 8B 71

RGB Percentages of Color #af8b71

%40.98
%32.55
%26.46

CMYK Percentages of Color #af8b71

%0
%21
%35
%31

Triadic Colors of #af8b71

#af8b71 #71af8b #8b71af

Analogous Colors of #af8b71

#af8b71 #afaa71 #af7176

Monochromatic Colors of #af8b71

#af8b71

Complementary Color

#af8b71 #7195af

#af8b71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8b71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8b71 Color CSS Codes

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

#af8b71 Text Font Color

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

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


#af8b71 Background Color

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

This div background color is #af8b71


#af8b71 Border Color

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

This div border color is #af8b71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8b71


Comments

No comments written yet.

Please login to write comment.