Color Hex Logo

#af801c Color Hex

#AF801C
(175,128,28)
0 Favorites   0 Comments

Color spaces of #af801c

RGB 17512828
HSL0.110.720.40
HSV41°84°69°
CMYK 0.000.270.84   0.31
XYZ25.608024.63614.5042
Yxy24.63610.46770.4500
Hunter Lab49.63485.232429.3640
CIE-Lab56.71919.491056.2081

#af801c color RGB value is (175,128,28).

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

The process color (four color CMYK) of #af801c color hex is 0.00, 0.27, 0.84, 0.31. Web safe color of #af801c is #999933. Color #af801c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000000 00011100
Octal 257 200 34
Decimal 175 128 28
Hex AF 80 1C

RGB Percentages of Color #af801c

%52.87
%38.67
%8.46

CMYK Percentages of Color #af801c

%0
%27
%84
%31

Triadic Colors of #af801c

#af801c #1caf80 #801caf

Analogous Colors of #af801c

#af801c #95af1c #af371c

Monochromatic Colors of #af801c

#af801c

Complementary Color

#af801c #1c4baf

#af801c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af801c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af801c Color CSS Codes

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

#af801c Text Font Color

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

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


#af801c Background Color

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

This div background color is #af801c


#af801c Border Color

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

This div border color is #af801c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af801c


Comments

No comments written yet.

Please login to write comment.