Color Hex Logo

#af523e Color Hex

#AF523E
(175,82,62)
0 Favorites   0 Comments

Color spaces of #af523e

RGB 1758262
HSL0.030.480.46
HSV11°65°69°
CMYK 0.000.530.65   0.31
XYZ21.566015.49636.4119
Yxy15.49630.49610.3564
Hunter Lab39.365328.900517.8985
CIE-Lab46.306636.400029.6145

#af523e color RGB value is (175,82,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010010 00111110
Octal 257 122 76
Decimal 175 82 62
Hex AF 52 3E

RGB Percentages of Color #af523e

%54.86
%25.71
%19.44

CMYK Percentages of Color #af523e

%0
%53
%65
%31

Triadic Colors of #af523e

#af523e #3eaf52 #523eaf

Analogous Colors of #af523e

#af523e #af8b3e #af3e62

Monochromatic Colors of #af523e

#af523e

Complementary Color

#af523e #3e9baf

#af523e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af523e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af523e Color CSS Codes

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

#af523e Text Font Color

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

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


#af523e Background Color

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

This div background color is #af523e


#af523e Border Color

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

This div border color is #af523e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af523e


Comments

No comments written yet.

Please login to write comment.