Color Hex Logo

#a9828d Color Hex

#A9828D
(169,130,141)
0 Favorites   0 Comments

Color spaces of #a9828d

RGB 169130141
HSL0.950.180.59
HSV343°23°66°
CMYK 0.000.230.17   0.34
XYZ29.152526.323428.7437
Yxy26.32340.34610.3126
Hunter Lab51.306311.63852.6980
CIE-Lab58.342816.7531-0.1221

#a9828d color RGB value is (169,130,141).

#a9828d hex color red value is 169, green value is 130 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a9828d hue: 0.95 , saturation: 0.18 and the lightness value of a9828d is 0.59.

The process color (four color CMYK) of #a9828d color hex is 0.00, 0.23, 0.17, 0.34. Web safe color of #a9828d is #999999. Color #a9828d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000010 10001101
Octal 251 202 215
Decimal 169 130 141
Hex A9 82 8D

RGB Percentages of Color #a9828d

%38.41
%29.55
%32.05

CMYK Percentages of Color #a9828d

%0
%23
%17
%34

Triadic Colors of #a9828d

#a9828d #8da982 #828da9

Analogous Colors of #a9828d

#a9828d #a98b82 #a982a1

Monochromatic Colors of #a9828d

#a9828d

Complementary Color

#a9828d #82a99e

#a9828d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9828d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9828d Color CSS Codes

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

#a9828d Text Font Color

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

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


#a9828d Background Color

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

This div background color is #a9828d


#a9828d Border Color

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

This div border color is #a9828d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9828d


Comments

No comments written yet.

Please login to write comment.