Color Hex Logo

#a6825d Color Hex

#A6825D
(166,130,93)
0 Favorites   0 Comments

Color spaces of #a6825d

RGB 16613093
HSL0.080.290.51
HSV30°44°65°
CMYK 0.000.220.44   0.35
XYZ25.684324.862613.8012
Yxy24.86260.39910.3864
Hunter Lab49.86244.686718.4931
CIE-Lab56.94138.853725.2957

#a6825d color RGB value is (166,130,93).

#a6825d hex color red value is 166, green value is 130 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a6825d hue: 0.08 , saturation: 0.29 and the lightness value of a6825d is 0.51.

The process color (four color CMYK) of #a6825d color hex is 0.00, 0.22, 0.44, 0.35. Web safe color of #a6825d is #999966. Color #a6825d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000010 01011101
Octal 246 202 135
Decimal 166 130 93
Hex A6 82 5D

RGB Percentages of Color #a6825d

%42.67
%33.42
%23.91

CMYK Percentages of Color #a6825d

%0
%22
%44
%35

Triadic Colors of #a6825d

#a6825d #5da682 #825da6

Analogous Colors of #a6825d

#a6825d #a6a65d #a65e5d

Monochromatic Colors of #a6825d

#a6825d

Complementary Color

#a6825d #5d81a6

#a6825d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6825d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6825d Color CSS Codes

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

#a6825d Text Font Color

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

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


#a6825d Background Color

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

This div background color is #a6825d


#a6825d Border Color

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

This div border color is #a6825d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6825d


Comments

No comments written yet.

Please login to write comment.