#A6989A

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

Shades of Shady Lady #A6989A

Tints of Shady Lady #A6989A

Color information

#A6989A (or 0xA6989A) is unknown color: approx Shady Lady. HEX triplet: A6, 98 and 9A. RGB value is (166,152,154). Sum of RGB (Red+Green+Blue) = 166+152+154=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 166 - color contains mainly: red. Hex color #A6989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6989A is #596765. Grayscale: #9C9C9C. Windows color (decimal): -5859174 or 10131622. OLE color: 10131622.

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

Color convert

RGB166152154-
CMYK00.080.070.35
HSL351.43º7.29%62.35%-
HSV(B)351.43º8.43%65.1%-
XYZ32.7932.935.19-
YUV156.41126.64134.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 152 (59.77% from 255) = 32.20%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=35.17%
G=32.20%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615215400.080.070.35351.437.2962.35
HexA6989A0872315f73e
Octal246230232010743537776
Binary10100110100110001001101001000111100011101011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6989A; }

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

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

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

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

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

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

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

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