Color Hex Logo

#af863a Color Hex

#AF863A
(175,134,58)
0 Favorites   0 Comments

Color spaces of #af863a

RGB 17513458
HSL0.110.500.46
HSV39°67°69°
CMYK 0.000.230.67   0.31
XYZ26.968026.46967.6908
Yxy26.46960.44120.4330
Hunter Lab51.44863.529927.1511
CIE-Lab58.48017.519045.7404

#af863a color RGB value is (175,134,58).

#af863a hex color red value is 175, green value is 134 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #af863a hue: 0.11 , saturation: 0.50 and the lightness value of af863a is 0.46.

The process color (four color CMYK) of #af863a color hex is 0.00, 0.23, 0.67, 0.31. Web safe color of #af863a is #999933. Color #af863a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000110 00111010
Octal 257 206 72
Decimal 175 134 58
Hex AF 86 3A

RGB Percentages of Color #af863a

%47.68
%36.51
%15.80

CMYK Percentages of Color #af863a

%0
%23
%67
%31

Triadic Colors of #af863a

#af863a #3aaf86 #863aaf

Analogous Colors of #af863a

#af863a #9eaf3a #af4c3a

Monochromatic Colors of #af863a

#af863a

Complementary Color

#af863a #3a63af

#af863a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af863a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af863a Color CSS Codes

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

#af863a Text Font Color

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

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


#af863a Background Color

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

This div background color is #af863a


#af863a Border Color

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

This div border color is #af863a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af863a


Comments

No comments written yet.

Please login to write comment.