Color Hex Logo

#af060a Color Hex

#AF060A
(175,6,10)
0 Favorites   0 Comments

Color spaces of #af060a

RGB 175610
HSL1.000.930.35
HSV359°97°69°
CMYK 0.000.970.94   0.31
XYZ17.79919.26611.1376
Yxy9.26610.63110.3286
Hunter Lab30.440351.102419.0924
CIE-Lab36.491759.802546.7802

#af060a color RGB value is (175,6,10).

#af060a hex color red value is 175, green value is 6 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #af060a hue: 1.00 , saturation: 0.93 and the lightness value of af060a is 0.35.

The process color (four color CMYK) of #af060a color hex is 0.00, 0.97, 0.94, 0.31. Web safe color of #af060a is #990000. Color #af060a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000110 00001010
Octal 257 6 12
Decimal 175 6 10
Hex AF 6 A

RGB Percentages of Color #af060a

%91.62
%3.14
%5.24

CMYK Percentages of Color #af060a

%0
%97
%94
%31

Triadic Colors of #af060a

#af060a #0aaf06 #060aaf

Analogous Colors of #af060a

#af060a #af5706 #af065e

Monochromatic Colors of #af060a

#af060a

Complementary Color

#af060a #06afab

#af060a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af060a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af060a Color CSS Codes

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

#af060a Text Font Color

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

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


#af060a Background Color

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

This div background color is #af060a


#af060a Border Color

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

This div border color is #af060a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,6,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 #af060a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af060a


Comments

No comments written yet.

Please login to write comment.