Color Hex Logo

#a60b0a Color Hex

#A60B0A
(166,11,10)
0 Favorites   0 Comments

Color spaces of #a60b0a

RGB 1661110
HSL0.000.890.35
HSV94°65°
CMYK 0.000.930.94   0.35
XYZ15.90038.36821.0644
Yxy8.36820.62770.3303
Hunter Lab28.927847.489518.0679
CIE-Lab34.738256.803344.7157

#a60b0a color RGB value is (166,11,10).

#a60b0a hex color red value is 166, green value is 11 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a60b0a hue: 0.00 , saturation: 0.89 and the lightness value of a60b0a is 0.35.

The process color (four color CMYK) of #a60b0a color hex is 0.00, 0.93, 0.94, 0.35. Web safe color of #a60b0a is #990000. Color #a60b0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00001011 00001010
Octal 246 13 12
Decimal 166 11 10
Hex A6 B A

RGB Percentages of Color #a60b0a

%88.77
%5.88
%5.35

CMYK Percentages of Color #a60b0a

%0
%93
%94
%35

Triadic Colors of #a60b0a

#a60b0a #0aa60b #0b0aa6

Analogous Colors of #a60b0a

#a60b0a #a6590a #a60a57

Monochromatic Colors of #a60b0a

#a60b0a

Complementary Color

#a60b0a #0aa5a6

#a60b0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a60b0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a60b0a Color CSS Codes

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

#a60b0a Text Font Color

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

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


#a60b0a Background Color

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

This div background color is #a60b0a


#a60b0a Border Color

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

This div border color is #a60b0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a60b0a


Comments

No comments written yet.

Please login to write comment.