Color Hex Logo

#a6582e Color Hex

#A6582E
(166,88,46)
0 Favorites   0 Comments

Color spaces of #a6582e

RGB 1668846
HSL0.060.570.42
HSV21°72°65°
CMYK 0.000.470.72   0.35
XYZ19.708815.28374.4961
Yxy15.28370.49910.3870
Hunter Lab39.094421.572820.5473
CIE-Lab46.020328.615737.8034

#a6582e color RGB value is (166,88,46).

#a6582e hex color red value is 166, green value is 88 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a6582e hue: 0.06 , saturation: 0.57 and the lightness value of a6582e is 0.42.

The process color (four color CMYK) of #a6582e color hex is 0.00, 0.47, 0.72, 0.35. Web safe color of #a6582e is #996633. Color #a6582e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011000 00101110
Octal 246 130 56
Decimal 166 88 46
Hex A6 58 2E

RGB Percentages of Color #a6582e

%55.33
%29.33
%15.33

CMYK Percentages of Color #a6582e

%0
%47
%72
%35

Triadic Colors of #a6582e

#a6582e #2ea658 #582ea6

Analogous Colors of #a6582e

#a6582e #a6942e #a62e40

Monochromatic Colors of #a6582e

#a6582e

Complementary Color

#a6582e #2e7ca6

#a6582e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6582e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6582e Color CSS Codes

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

#a6582e Text Font Color

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

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


#a6582e Background Color

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

This div background color is #a6582e


#a6582e Border Color

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

This div border color is #a6582e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6582e


Comments

No comments written yet.

Please login to write comment.