#A6989C

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

Shades of Shady Lady #A6989C

Tints of Shady Lady #A6989C

Color information

#A6989C (or 0xA6989C) is unknown color: approx Shady Lady. HEX triplet: A6, 98 and 9C. RGB value is (166,152,156). Sum of RGB (Red+Green+Blue) = 166+152+156=474 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.02% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 166 - color contains mainly: red. Hex color #A6989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6989C is #596763. Grayscale: #9C9C9C. Windows color (decimal): -5859172 or 10262694. OLE color: 10262694.

HSL color Cylindrical-coordinate representation of color #A6989C: hue angle of 342.86º 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 #A6989C is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB166152156-
CMYK00.080.060.35
HSL342.86º7.29%62.35%-
HSV(B)342.86º8.43%65.1%-
XYZ32.9532.9636.08-
YUV156.64127.64134.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.02%
GREEN value IS 152 (59.77% from 255) = 32.07%
BLUE value IS 156 (61.33% from 255) = 32.91%
R=35.02%
G=32.07%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615215600.080.060.35342.867.2962.35
HexA6989C0862315773e
Octal246230234010643527776
Binary10100110100110001001110001000110100011101010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6989C; }

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

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

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

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

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

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

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

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