Color Hex Logo

#af631c Color Hex

#AF631C
(175,99,28)
0 Favorites   0 Comments

Color spaces of #af631c

RGB 1759928
HSL0.080.720.40
HSV29°84°69°
CMYK 0.000.430.84   0.31
XYZ22.350618.12153.4184
Yxy18.12150.50920.4129
Hunter Lab42.569419.223225.0374
CIE-Lab49.643125.672750.0844

#af631c color RGB value is (175,99,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100011 00011100
Octal 257 143 34
Decimal 175 99 28
Hex AF 63 1C

RGB Percentages of Color #af631c

%57.95
%32.78
%9.27

CMYK Percentages of Color #af631c

%0
%43
%84
%31

Triadic Colors of #af631c

#af631c #1caf63 #631caf

Analogous Colors of #af631c

#af631c #afad1c #af1c1e

Monochromatic Colors of #af631c

#af631c

Complementary Color

#af631c #1c68af

#af631c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af631c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af631c Color CSS Codes

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

#af631c Text Font Color

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

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


#af631c Background Color

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

This div background color is #af631c


#af631c Border Color

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

This div border color is #af631c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af631c


Comments

No comments written yet.

Please login to write comment.