Color Hex Logo

#af5532 Color Hex

#AF5532
(175,85,50)
0 Favorites   0 Comments

Color spaces of #af5532

RGB 1758550
HSL0.050.560.44
HSV17°71°69°
CMYK 0.000.510.71   0.31
XYZ21.503415.84124.9419
Yxy15.84120.50850.3746
Hunter Lab39.801026.786920.4989
CIE-Lab46.765534.126836.8750

#af5532 color RGB value is (175,85,50).

#af5532 hex color red value is 175, green value is 85 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #af5532 hue: 0.05 , saturation: 0.56 and the lightness value of af5532 is 0.44.

The process color (four color CMYK) of #af5532 color hex is 0.00, 0.51, 0.71, 0.31. Web safe color of #af5532 is #996633. Color #af5532 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010101 00110010
Octal 257 125 62
Decimal 175 85 50
Hex AF 55 32

RGB Percentages of Color #af5532

%56.45
%27.42
%16.13

CMYK Percentages of Color #af5532

%0
%51
%71
%31

Triadic Colors of #af5532

#af5532 #32af55 #5532af

Analogous Colors of #af5532

#af5532 #af9432 #af324d

Monochromatic Colors of #af5532

#af5532

Complementary Color

#af5532 #328caf

#af5532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5532 Color CSS Codes

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

#af5532 Text Font Color

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

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


#af5532 Background Color

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

This div background color is #af5532


#af5532 Border Color

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

This div border color is #af5532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5532


Comments

No comments written yet.

Please login to write comment.