Color Hex Logo

#af862b Color Hex

#AF862B
(175,134,43)
0 Favorites   0 Comments

Color spaces of #af862b

RGB 17513443
HSL0.110.610.43
HSV41°75°69°
CMYK 0.000.230.75   0.31
XYZ26.640326.33865.9653
Yxy26.33860.45200.4468
Hunter Lab51.32112.845629.0332
CIE-Lab58.35716.713252.2414

#af862b color RGB value is (175,134,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000110 00101011
Octal 257 206 53
Decimal 175 134 43
Hex AF 86 2B

RGB Percentages of Color #af862b

%49.72
%38.07
%12.22

CMYK Percentages of Color #af862b

%0
%23
%75
%31

Triadic Colors of #af862b

#af862b #2baf86 #862baf

Analogous Colors of #af862b

#af862b #96af2b #af442b

Monochromatic Colors of #af862b

#af862b

Complementary Color

#af862b #2b54af

#af862b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af862b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af862b Color CSS Codes

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

#af862b Text Font Color

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

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


#af862b Background Color

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

This div background color is #af862b


#af862b Border Color

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

This div border color is #af862b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af862b


Comments

No comments written yet.

Please login to write comment.