#A6919E

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

Shades of Shady Lady #A6919E

Tints of Shady Lady #A6919E

Color information

#A6919E (or 0xA6919E) is unknown color: approx Shady Lady. HEX triplet: A6, 91 and 9E. RGB value is (166,145,158). Sum of RGB (Red+Green+Blue) = 166+145+158=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 166 - color contains mainly: red. Hex color #A6919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6919E is #596E61. Grayscale: #989898. Windows color (decimal): -5860962 or 10391974. OLE color: 10391974.

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

Color convert

RGB166145158-
CMYK00.130.050.35
HSL322.86º10.55%60.98%-
HSV(B)322.86º12.65%65.1%-
XYZ32.0230.8336.61-
YUV152.76130.96137.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 158 (62.11% from 255) = 33.69%
R=35.39%
G=30.92%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614515800.130.050.35322.8610.5560.98
HexA6919E0D523143b3d
Octal2462212360155435031375
Binary101001101001000110011110011011011000111010000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6919E; }

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

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

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

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

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

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

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

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