#A6989D

Color #A6989D Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #A6989D

Tints of Shady Lady #A6989D

Color information

#A6989D (or 0xA6989D) is unknown color: approx Shady Lady. HEX triplet: A6, 98 and 9D. RGB value is (166,152,157). Sum of RGB (Red+Green+Blue) = 166+152+157=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A6989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6989D is #596762. Grayscale: #9C9C9C. Windows color (decimal): -5859171 or 10328230. OLE color: 10328230.

HSL color Cylindrical-coordinate representation of color #A6989D: hue angle of 338.57º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6989D is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB166152157-
CMYK00.080.050.35
HSL338.57º7.29%62.35%-
HSV(B)338.57º8.43%65.1%-
XYZ33.043336.53-
YUV156.76128.14134.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 152 (59.77% from 255) = 32%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=34.95%
G=32%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615215700.080.050.35338.577.2962.35
HexA6989D0852315373e
Octal246230235010543523776
Binary10100110100110001001110101000101100011101010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6989D; }

 p { color: rgb(166,152,157); }

 H1.HeaderClassName
 {
   color: #A6989D;
 }
 .AnyTagClassName
 {
   color: #A6989D;
 }
</style>
background-color css

<style>
 a { background-color: #A6989D; }

 a { background-color: rgb(166,152,157); }

 div.DivClassName
 {
   background-color: #A6989D;
 }
 .BgClassName
 {
   background-color: #A6989D;
 }
</style>
border-color css

<style>
 span { border-color: #A6989D; }

 span { border-color: rgb(166,152,157); }

 td.TdClassName
 {
   border-color: #A6989D;
 }
 .TagClassName
 {
   border-color: #A6989D;
 }
</style>