#A6969B

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

Shades of Shady Lady #A6969B

Tints of Shady Lady #A6969B

Color information

#A6969B (or 0xA6969B) is unknown color: approx Shady Lady. HEX triplet: A6, 96 and 9B. RGB value is (166,150,155). Sum of RGB (Red+Green+Blue) = 166+150+155=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 166 - color contains mainly: red. Hex color #A6969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6969B is #596964. Grayscale: #9B9B9B. Windows color (decimal): -5859685 or 10196646. OLE color: 10196646.

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

Color convert

RGB166150155-
CMYK00.100.070.35
HSL341.25º8.25%61.96%-
HSV(B)341.25º9.64%65.1%-
XYZ32.5532.2935.53-
YUV155.35127.8135.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 150 (58.98% from 255) = 31.85%
BLUE value IS 155 (60.94% from 255) = 32.91%
R=35.24%
G=31.85%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615015500.100.070.35341.258.2561.96
HexA6969B0A72315583e
Octal2462262330127435251076
Binary101001101001011010011011010101111000111010101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6969B; }

 p { color: rgb(166,150,155); }

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

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

 a { background-color: rgb(166,150,155); }

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

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

 span { border-color: rgb(166,150,155); }

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