Color Hex Logo

#af632a Color Hex

#AF632A
(175,99,42)
0 Favorites   0 Comments

Color spaces of #af632a

RGB 1759942
HSL0.070.610.43
HSV26°76°69°
CMYK 0.000.430.76   0.31
XYZ22.559018.20484.5154
Yxy18.20480.49820.4021
Hunter Lab42.667119.709423.5924
CIE-Lab49.743626.196144.1240

#af632a color RGB value is (175,99,42).

#af632a hex color red value is 175, green value is 99 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #af632a hue: 0.07 , saturation: 0.61 and the lightness value of af632a is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100011 00101010
Octal 257 143 52
Decimal 175 99 42
Hex AF 63 2A

RGB Percentages of Color #af632a

%55.38
%31.33
%13.29

CMYK Percentages of Color #af632a

%0
%43
%76
%31

Triadic Colors of #af632a

#af632a #2aaf63 #632aaf

Analogous Colors of #af632a

#af632a #afa62a #af2a33

Monochromatic Colors of #af632a

#af632a

Complementary Color

#af632a #2a76af

#af632a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af632a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af632a Color CSS Codes

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

#af632a Text Font Color

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

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


#af632a Background Color

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

This div background color is #af632a


#af632a Border Color

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

This div border color is #af632a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af632a


Comments

No comments written yet.

Please login to write comment.