Color Hex Logo

#af5a2d Color Hex

#AF5A2D
(175,90,45)
0 Favorites   0 Comments

Color spaces of #af5a2d

RGB 1759045
HSL0.060.590.43
HSV21°74°69°
CMYK 0.000.490.74   0.31
XYZ21.809016.61584.5403
Yxy16.61580.50760.3867
Hunter Lab40.762524.167821.9298
CIE-Lab47.772331.223740.5982

#af5a2d color RGB value is (175,90,45).

#af5a2d hex color red value is 175, green value is 90 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #af5a2d hue: 0.06 , saturation: 0.59 and the lightness value of af5a2d is 0.43.

The process color (four color CMYK) of #af5a2d color hex is 0.00, 0.49, 0.74, 0.31. Web safe color of #af5a2d is #996633. Color #af5a2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011010 00101101
Octal 257 132 55
Decimal 175 90 45
Hex AF 5A 2D

RGB Percentages of Color #af5a2d

%56.45
%29.03
%14.52

CMYK Percentages of Color #af5a2d

%0
%49
%74
%31

Triadic Colors of #af5a2d

#af5a2d #2daf5a #5a2daf

Analogous Colors of #af5a2d

#af5a2d #af9b2d #af2d41

Monochromatic Colors of #af5a2d

#af5a2d

Complementary Color

#af5a2d #2d82af

#af5a2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5a2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5a2d Color CSS Codes

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

#af5a2d Text Font Color

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

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


#af5a2d Background Color

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

This div background color is #af5a2d


#af5a2d Border Color

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

This div border color is #af5a2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5a2d


Comments

No comments written yet.

Please login to write comment.