Color Hex Logo

#af663f Color Hex

#AF663F
(175,102,63)
0 Favorites   0 Comments

Color spaces of #af663f

RGB 17510263
HSL0.060.470.47
HSV21°64°69°
CMYK 0.000.420.64   0.31
XYZ23.327818.97567.1358
Yxy18.97560.47180.3838
Hunter Lab43.561019.358720.7803
CIE-Lab50.658625.729334.2936

#af663f color RGB value is (175,102,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100110 00111111
Octal 257 146 77
Decimal 175 102 63
Hex AF 66 3F

RGB Percentages of Color #af663f

%51.47
%30.00
%18.53

CMYK Percentages of Color #af663f

%0
%42
%64
%31

Triadic Colors of #af663f

#af663f #3faf66 #663faf

Analogous Colors of #af663f

#af663f #af9e3f #af3f50

Monochromatic Colors of #af663f

#af663f

Complementary Color

#af663f #3f88af

#af663f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af663f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af663f Color CSS Codes

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

#af663f Text Font Color

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

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


#af663f Background Color

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

This div background color is #af663f


#af663f Border Color

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

This div border color is #af663f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,102,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 #af663f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af663f


Comments

No comments written yet.

Please login to write comment.