Color Hex Logo

#a6510b Color Hex

#A6510B
(166,81,11)
0 Favorites   0 Comments

Color spaces of #a6510b

RGB 1668111
HSL0.080.880.35
HSV27°93°65°
CMYK 0.000.510.93   0.35
XYZ18.728714.01602.0349
Yxy14.01600.53850.4030
Hunter Lab37.437923.780022.9839
CIE-Lab44.255931.231850.8143

#a6510b color RGB value is (166,81,11).

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

The process color (four color CMYK) of #a6510b color hex is 0.00, 0.51, 0.93, 0.35. Web safe color of #a6510b is #996600. Color #a6510b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010001 00001011
Octal 246 121 13
Decimal 166 81 11
Hex A6 51 B

RGB Percentages of Color #a6510b

%64.34
%31.40
%4.26

CMYK Percentages of Color #a6510b

%0
%51
%93
%35

Triadic Colors of #a6510b

#a6510b #0ba651 #510ba6

Analogous Colors of #a6510b

#a6510b #a69f0b #a60b12

Monochromatic Colors of #a6510b

#a6510b

Complementary Color

#a6510b #0b60a6

#a6510b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6510b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6510b Color CSS Codes

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

#a6510b Text Font Color

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

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


#a6510b Background Color

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

This div background color is #a6510b


#a6510b Border Color

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

This div border color is #a6510b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,81,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6510b


Comments

No comments written yet.

Please login to write comment.