Color Hex Logo

#af631e Color Hex

#AF631E
(175,99,30)
0 Favorites   0 Comments

Color spaces of #af631e

RGB 1759930
HSL0.080.710.40
HSV29°83°69°
CMYK 0.000.430.83   0.31
XYZ22.375418.13143.5487
Yxy18.13140.50790.4116
Hunter Lab42.581019.281224.8655
CIE-Lab49.655125.735349.3133

#af631e color RGB value is (175,99,30).

#af631e hex color red value is 175, green value is 99 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #af631e hue: 0.08 , saturation: 0.71 and the lightness value of af631e is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100011 00011110
Octal 257 143 36
Decimal 175 99 30
Hex AF 63 1E

RGB Percentages of Color #af631e

%57.57
%32.57
%9.87

CMYK Percentages of Color #af631e

%0
%43
%83
%31

Triadic Colors of #af631e

#af631e #1eaf63 #631eaf

Analogous Colors of #af631e

#af631e #afac1e #af1e22

Monochromatic Colors of #af631e

#af631e

Complementary Color

#af631e #1e6aaf

#af631e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af631e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af631e Color CSS Codes

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

#af631e Text Font Color

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

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


#af631e Background Color

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

This div background color is #af631e


#af631e Border Color

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

This div border color is #af631e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af631e


Comments

No comments written yet.

Please login to write comment.