Color Hex Logo

#af653f Color Hex

#AF653F
(175,101,63)
0 Favorites   0 Comments

Color spaces of #af653f

RGB 17510163
HSL0.060.470.47
HSV20°64°69°
CMYK 0.000.420.64   0.31
XYZ23.230118.78027.1032
Yxy18.78020.47300.3824
Hunter Lab43.336119.845720.6171
CIE-Lab50.429126.281334.0207

#af653f color RGB value is (175,101,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100101 00111111
Octal 257 145 77
Decimal 175 101 63
Hex AF 65 3F

RGB Percentages of Color #af653f

%51.62
%29.79
%18.58

CMYK Percentages of Color #af653f

%0
%42
%64
%31

Triadic Colors of #af653f

#af653f #3faf65 #653faf

Analogous Colors of #af653f

#af653f #af9d3f #af3f51

Monochromatic Colors of #af653f

#af653f

Complementary Color

#af653f #3f89af

#af653f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af653f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af653f Color CSS Codes

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

#af653f Text Font Color

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

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


#af653f Background Color

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

This div background color is #af653f


#af653f Border Color

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

This div border color is #af653f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af653f


Comments

No comments written yet.

Please login to write comment.