Color Hex Logo

#af501a Color Hex

#AF501A
(175,80,26)
0 Favorites   0 Comments

Color spaces of #af501a

RGB 1758026
HSL0.060.740.39
HSV22°85°69°
CMYK 0.000.540.85   0.31
XYZ20.734314.92592.7654
Yxy14.92590.53960.3884
Hunter Lab38.634128.188622.7999
CIE-Lab45.532535.764647.3016

#af501a color RGB value is (175,80,26).

#af501a hex color red value is 175, green value is 80 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #af501a hue: 0.06 , saturation: 0.74 and the lightness value of af501a is 0.39.

The process color (four color CMYK) of #af501a color hex is 0.00, 0.54, 0.85, 0.31. Web safe color of #af501a is #996633. Color #af501a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010000 00011010
Octal 257 120 32
Decimal 175 80 26
Hex AF 50 1A

RGB Percentages of Color #af501a

%62.28
%28.47
%9.25

CMYK Percentages of Color #af501a

%0
%54
%85
%31

Triadic Colors of #af501a

#af501a #1aaf50 #501aaf

Analogous Colors of #af501a

#af501a #af9b1a #af1a2f

Monochromatic Colors of #af501a

#af501a

Complementary Color

#af501a #1a79af

#af501a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af501a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af501a Color CSS Codes

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

#af501a Text Font Color

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

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


#af501a Background Color

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

This div background color is #af501a


#af501a Border Color

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

This div border color is #af501a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af501a


Comments

No comments written yet.

Please login to write comment.