#A6919A

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

Shades of Shady Lady #A6919A

Tints of Shady Lady #A6919A

Color information

#A6919A (or 0xA6919A) is unknown color: approx Shady Lady. HEX triplet: A6, 91 and 9A. RGB value is (166,145,154). Sum of RGB (Red+Green+Blue) = 166+145+154=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 166 - color contains mainly: red. Hex color #A6919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6919A is #596E65. Grayscale: #989898. Windows color (decimal): -5860966 or 10129830. OLE color: 10129830.

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

Color convert

RGB166145154-
CMYK00.130.070.35
HSL334.29º10.55%60.98%-
HSV(B)334.29º12.65%65.1%-
XYZ31.6830.6934.83-
YUV152.3128.96137.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 145 (57.03% from 255) = 31.18%
BLUE value IS 154 (60.55% from 255) = 33.12%
R=35.70%
G=31.18%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614515400.130.070.35334.2910.5560.98
HexA6919A0D72314eb3d
Octal2462212320157435161375
Binary101001101001000110011010011011111000111010011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6919A; }

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

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

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

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

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

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

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

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