Color Hex Logo

#a6690d Color Hex

#A6690D
(166,105,13)
0 Favorites   0 Comments

Color spaces of #a6690d

RGB 16610513
HSL0.100.850.35
HSV36°92°65°
CMYK 0.000.370.92   0.35
XYZ20.850118.23922.8024
Yxy18.23920.49770.4354
Hunter Lab42.707412.407326.0046
CIE-Lab49.785017.994654.3723

#a6690d color RGB value is (166,105,13).

#a6690d hex color red value is 166, green value is 105 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #a6690d hue: 0.10 , saturation: 0.85 and the lightness value of a6690d is 0.35.

The process color (four color CMYK) of #a6690d color hex is 0.00, 0.37, 0.92, 0.35. Web safe color of #a6690d is #996600. Color #a6690d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101001 00001101
Octal 246 151 15
Decimal 166 105 13
Hex A6 69 D

RGB Percentages of Color #a6690d

%58.45
%36.97
%4.58

CMYK Percentages of Color #a6690d

%0
%37
%92
%35

Triadic Colors of #a6690d

#a6690d #0da669 #690da6

Analogous Colors of #a6690d

#a6690d #97a60d #a61c0d

Monochromatic Colors of #a6690d

#a6690d

Complementary Color

#a6690d #0d4aa6

#a6690d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6690d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6690d Color CSS Codes

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

#a6690d Text Font Color

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

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


#a6690d Background Color

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

This div background color is #a6690d


#a6690d Border Color

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

This div border color is #a6690d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6690d


Comments

No comments written yet.

Please login to write comment.