Color Hex Logo

#af544a Color Hex

#AF544A
(175,84,74)
0 Favorites   0 Comments

Color spaces of #af544a

RGB 1758474
HSL0.020.410.49
HSV58°69°
CMYK 0.000.520.58   0.31
XYZ22.085615.94908.3930
Yxy15.94900.47570.3435
Hunter Lab39.936228.826115.4949
CIE-Lab46.907536.239723.3443

#af544a color RGB value is (175,84,74).

#af544a hex color red value is 175, green value is 84 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #af544a hue: 0.02 , saturation: 0.41 and the lightness value of af544a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010100 01001010
Octal 257 124 112
Decimal 175 84 74
Hex AF 54 4A

RGB Percentages of Color #af544a

%52.55
%25.23
%22.22

CMYK Percentages of Color #af544a

%0
%52
%58
%31

Triadic Colors of #af544a

#af544a #4aaf54 #544aaf

Analogous Colors of #af544a

#af544a #af874a #af4a73

Monochromatic Colors of #af544a

#af544a

Complementary Color

#af544a #4aa5af

#af544a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af544a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af544a Color CSS Codes

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

#af544a Text Font Color

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

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


#af544a Background Color

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

This div background color is #af544a


#af544a Border Color

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

This div border color is #af544a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af544a


Comments

No comments written yet.

Please login to write comment.