Color Hex Logo

#af865c Color Hex

#AF865C
(175,134,92)
0 Favorites   0 Comments

Color spaces of #af865c

RGB 17513492
HSL0.080.340.52
HSV30°47°69°
CMYK 0.000.230.47   0.31
XYZ28.136126.936913.8416
Yxy26.93690.40830.3909
Hunter Lab51.90085.940920.5183
CIE-Lab58.915910.317628.6022

#af865c color RGB value is (175,134,92).

#af865c hex color red value is 175, green value is 134 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #af865c hue: 0.08 , saturation: 0.34 and the lightness value of af865c is 0.52.

The process color (four color CMYK) of #af865c color hex is 0.00, 0.23, 0.47, 0.31. Web safe color of #af865c is #999966. Color #af865c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000110 01011100
Octal 257 206 134
Decimal 175 134 92
Hex AF 86 5C

RGB Percentages of Color #af865c

%43.64
%33.42
%22.94

CMYK Percentages of Color #af865c

%0
%23
%47
%31

Triadic Colors of #af865c

#af865c #5caf86 #865caf

Analogous Colors of #af865c

#af865c #afaf5c #af5d5c

Monochromatic Colors of #af865c

#af865c

Complementary Color

#af865c #5c85af

#af865c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af865c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af865c Color CSS Codes

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

#af865c Text Font Color

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

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


#af865c Background Color

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

This div background color is #af865c


#af865c Border Color

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

This div border color is #af865c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af865c


Comments

No comments written yet.

Please login to write comment.