Color Hex Logo

#af601d Color Hex

#AF601D
(175,96,29)
0 Favorites   0 Comments

Color spaces of #af601d

RGB 1759629
HSL0.080.720.40
HSV28°83°69°
CMYK 0.000.450.83   0.31
XYZ22.083817.56843.3895
Yxy17.56840.51310.4082
Hunter Lab41.914720.696524.5457
CIE-Lab48.968427.348349.0993

#af601d color RGB value is (175,96,29).

#af601d hex color red value is 175, green value is 96 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #af601d hue: 0.08 , saturation: 0.72 and the lightness value of af601d is 0.40.

The process color (four color CMYK) of #af601d color hex is 0.00, 0.45, 0.83, 0.31. Web safe color of #af601d is #996633. Color #af601d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100000 00011101
Octal 257 140 35
Decimal 175 96 29
Hex AF 60 1D

RGB Percentages of Color #af601d

%58.33
%32.00
%9.67

CMYK Percentages of Color #af601d

%0
%45
%83
%31

Triadic Colors of #af601d

#af601d #1daf60 #601daf

Analogous Colors of #af601d

#af601d #afa91d #af1d23

Monochromatic Colors of #af601d

#af601d

Complementary Color

#af601d #1d6caf

#af601d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af601d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af601d Color CSS Codes

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

#af601d Text Font Color

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

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


#af601d Background Color

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

This div background color is #af601d


#af601d Border Color

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

This div border color is #af601d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af601d


Comments

No comments written yet.

Please login to write comment.