Color Hex Logo

#af733e Color Hex

#AF733E
(175,115,62)
0 Favorites   0 Comments

Color spaces of #af733e

RGB 17511562
HSL0.080.480.46
HSV28°65°69°
CMYK 0.000.340.65   0.31
XYZ24.679421.72327.4497
Yxy21.72320.45830.4034
Hunter Lab46.608212.952923.1490
CIE-Lab53.732118.414638.4272

#af733e color RGB value is (175,115,62).

#af733e hex color red value is 175, green value is 115 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #af733e hue: 0.08 , saturation: 0.48 and the lightness value of af733e is 0.46.

The process color (four color CMYK) of #af733e color hex is 0.00, 0.34, 0.65, 0.31. Web safe color of #af733e is #996633. Color #af733e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110011 00111110
Octal 257 163 76
Decimal 175 115 62
Hex AF 73 3E

RGB Percentages of Color #af733e

%49.72
%32.67
%17.61

CMYK Percentages of Color #af733e

%0
%34
%65
%31

Triadic Colors of #af733e

#af733e #3eaf73 #733eaf

Analogous Colors of #af733e

#af733e #afac3e #af3e41

Monochromatic Colors of #af733e

#af733e

Complementary Color

#af733e #3e7aaf

#af733e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af733e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af733e Color CSS Codes

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

#af733e Text Font Color

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

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


#af733e Background Color

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

This div background color is #af733e


#af733e Border Color

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

This div border color is #af733e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af733e


Comments

No comments written yet.

Please login to write comment.