#A6919B

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

Shades of Shady Lady #A6919B

Tints of Shady Lady #A6919B

Color information

#A6919B (or 0xA6919B) is unknown color: approx Shady Lady. HEX triplet: A6, 91 and 9B. RGB value is (166,145,155). Sum of RGB (Red+Green+Blue) = 166+145+155=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 166 - color contains mainly: red. Hex color #A6919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6919B is #596E64. Grayscale: #989898. Windows color (decimal): -5860965 or 10195366. OLE color: 10195366.

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

Color convert

RGB166145155-
CMYK00.130.070.35
HSL331.43º10.55%60.98%-
HSV(B)331.43º12.65%65.1%-
XYZ31.7730.7235.27-
YUV152.42129.46137.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.62%
GREEN value IS 145 (57.03% from 255) = 31.12%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=35.62%
G=31.12%
B=33.26%

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
Decimal16614515500.130.070.35331.4310.5560.98
HexA6919B0D72314bb3d
Octal2462212330157435131375
Binary101001101001000110011011011011111000111010010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6919B; }

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

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

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

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

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

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

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

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