Color Hex Logo

#af733f Color Hex

#AF733F
(175,115,63)
0 Favorites   0 Comments

Color spaces of #af733f

RGB 17511563
HSL0.080.470.47
HSV28°64°69°
CMYK 0.000.340.64   0.31
XYZ24.707121.73437.5956
Yxy21.73430.45720.4022
Hunter Lab46.620113.014022.9742
CIE-Lab53.744018.482737.9171

#af733f color RGB value is (175,115,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110011 00111111
Octal 257 163 77
Decimal 175 115 63
Hex AF 73 3F

RGB Percentages of Color #af733f

%49.58
%32.58
%17.85

CMYK Percentages of Color #af733f

%0
%34
%64
%31

Triadic Colors of #af733f

#af733f #3faf73 #733faf

Analogous Colors of #af733f

#af733f #afab3f #af3f43

Monochromatic Colors of #af733f

#af733f

Complementary Color

#af733f #3f7baf

#af733f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af733f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af733f Color CSS Codes

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

#af733f Text Font Color

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

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


#af733f Background Color

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

This div background color is #af733f


#af733f Border Color

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

This div border color is #af733f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af733f


Comments

No comments written yet.

Please login to write comment.