Color Hex Logo

#a6590d Color Hex

#A6590D
(166,89,13)
0 Favorites   0 Comments

Color spaces of #a6590d

RGB 1668913
HSL0.080.850.35
HSV30°92°65°
CMYK 0.000.460.92   0.35
XYZ19.370915.28082.3093
Yxy15.28080.52410.4134
Hunter Lab39.090720.044823.8609
CIE-Lab46.016426.931551.5639

#a6590d color RGB value is (166,89,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011001 00001101
Octal 246 131 15
Decimal 166 89 13
Hex A6 59 D

RGB Percentages of Color #a6590d

%61.94
%33.21
%4.85

CMYK Percentages of Color #a6590d

%0
%46
%92
%35

Triadic Colors of #a6590d

#a6590d #0da659 #590da6

Analogous Colors of #a6590d

#a6590d #a6a60d #a60d0d

Monochromatic Colors of #a6590d

#a6590d

Complementary Color

#a6590d #0d5aa6

#a6590d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6590d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6590d Color CSS Codes

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

#a6590d Text Font Color

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

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


#a6590d Background Color

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

This div background color is #a6590d


#a6590d Border Color

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

This div border color is #a6590d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6590d


Comments

No comments written yet.

Please login to write comment.