Color Hex Logo

#af633e Color Hex

#AF633E
(175,99,62)
0 Favorites   0 Comments

Color spaces of #af633e

RGB 1759962
HSL0.050.480.46
HSV20°65°69°
CMYK 0.000.430.65   0.31
XYZ23.010518.38546.8934
Yxy18.38540.47650.3807
Hunter Lab42.878220.754820.4829
CIE-Lab49.960327.313734.0131

#af633e color RGB value is (175,99,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100011 00111110
Octal 257 143 76
Decimal 175 99 62
Hex AF 63 3E

RGB Percentages of Color #af633e

%52.08
%29.46
%18.45

CMYK Percentages of Color #af633e

%0
%43
%65
%31

Triadic Colors of #af633e

#af633e #3eaf63 #633eaf

Analogous Colors of #af633e

#af633e #af9c3e #af3e51

Monochromatic Colors of #af633e

#af633e

Complementary Color

#af633e #3e8aaf

#af633e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af633e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af633e Color CSS Codes

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

#af633e Text Font Color

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

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


#af633e Background Color

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

This div background color is #af633e


#af633e Border Color

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

This div border color is #af633e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af633e


Comments

No comments written yet.

Please login to write comment.