Color Hex Logo

#af543e Color Hex

#AF543E
(175,84,62)
0 Favorites   0 Comments

Color spaces of #af543e

RGB 1758462
HSL0.030.480.46
HSV12°65°69°
CMYK 0.000.520.65   0.31
XYZ21.719015.80246.4629
Yxy15.80240.49380.3593
Hunter Lab39.752227.958718.1872
CIE-Lab46.714235.362730.1115

#af543e color RGB value is (175,84,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010100 00111110
Octal 257 124 76
Decimal 175 84 62
Hex AF 54 3E

RGB Percentages of Color #af543e

%54.52
%26.17
%19.31

CMYK Percentages of Color #af543e

%0
%52
%65
%31

Triadic Colors of #af543e

#af543e #3eaf54 #543eaf

Analogous Colors of #af543e

#af543e #af8d3e #af3e60

Monochromatic Colors of #af543e

#af543e

Complementary Color

#af543e #3e99af

#af543e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af543e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af543e Color CSS Codes

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

#af543e Text Font Color

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

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


#af543e Background Color

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

This div background color is #af543e


#af543e Border Color

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

This div border color is #af543e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af543e


Comments

No comments written yet.

Please login to write comment.