Color Hex Logo

#af420a Color Hex

#AF420A
(175,66,10)
0 Favorites   0 Comments

Color spaces of #af420a

RGB 1756610
HSL0.060.890.36
HSV20°94°69°
CMYK 0.000.620.94   0.31
XYZ19.682213.03231.7653
Yxy13.03230.57080.3780
Hunter Lab36.100334.144322.3709
CIE-Lab42.811942.312150.7805

#af420a color RGB value is (175,66,10).

#af420a hex color red value is 175, green value is 66 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #af420a hue: 0.06 , saturation: 0.89 and the lightness value of af420a is 0.36.

The process color (four color CMYK) of #af420a color hex is 0.00, 0.62, 0.94, 0.31. Web safe color of #af420a is #993300. Color #af420a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000010 00001010
Octal 257 102 12
Decimal 175 66 10
Hex AF 42 A

RGB Percentages of Color #af420a

%69.72
%26.29
%3.98

CMYK Percentages of Color #af420a

%0
%62
%94
%31

Triadic Colors of #af420a

#af420a #0aaf42 #420aaf

Analogous Colors of #af420a

#af420a #af950a #af0a25

Monochromatic Colors of #af420a

#af420a

Complementary Color

#af420a #0a77af

#af420a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af420a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af420a Color CSS Codes

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

#af420a Text Font Color

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

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


#af420a Background Color

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

This div background color is #af420a


#af420a Border Color

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

This div border color is #af420a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af420a


Comments

No comments written yet.

Please login to write comment.