Color Hex Logo

#a6828b Color Hex

#A6828B
(166,130,139)
0 Favorites   0 Comments

Color spaces of #a6828b

RGB 166130139
HSL0.960.170.58
HSV345°22°65°
CMYK 0.000.220.16   0.35
XYZ28.368725.936327.9371
Yxy25.93630.34490.3154
Hunter Lab50.927710.30803.1250
CIE-Lab57.976515.28220.4580

#a6828b color RGB value is (166,130,139).

#a6828b hex color red value is 166, green value is 130 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #a6828b hue: 0.96 , saturation: 0.17 and the lightness value of a6828b is 0.58.

The process color (four color CMYK) of #a6828b color hex is 0.00, 0.22, 0.16, 0.35. Web safe color of #a6828b is #999999. Color #a6828b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000010 10001011
Octal 246 202 213
Decimal 166 130 139
Hex A6 82 8B

RGB Percentages of Color #a6828b

%38.16
%29.89
%31.95

CMYK Percentages of Color #a6828b

%0
%22
%16
%35

Triadic Colors of #a6828b

#a6828b #8ba682 #828ba6

Analogous Colors of #a6828b

#a6828b #a68b82 #a6829d

Monochromatic Colors of #a6828b

#a6828b

Complementary Color

#a6828b #82a69d

#a6828b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6828b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6828b Color CSS Codes

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

#a6828b Text Font Color

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

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


#a6828b Background Color

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

This div background color is #a6828b


#a6828b Border Color

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

This div border color is #a6828b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6828b


Comments

No comments written yet.

Please login to write comment.