#A6919D

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

Shades of Shady Lady #A6919D

Tints of Shady Lady #A6919D

Color information

#A6919D (or 0xA6919D) is unknown color: approx Shady Lady. HEX triplet: A6, 91 and 9D. RGB value is (166,145,157). Sum of RGB (Red+Green+Blue) = 166+145+157=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 166 - color contains mainly: red. Hex color #A6919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6919D is #596E62. Grayscale: #989898. Windows color (decimal): -5860963 or 10326438. OLE color: 10326438.

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

Color convert

RGB166145157-
CMYK00.130.050.35
HSL325.71º10.55%60.98%-
HSV(B)325.71º12.65%65.1%-
XYZ31.9430.7936.16-
YUV152.65130.46137.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.47%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 157 (61.72% from 255) = 33.55%
R=35.47%
G=30.98%
B=33.55%

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
Decimal16614515700.130.050.35325.7110.5560.98
HexA6919D0D523146b3d
Octal2462212350155435061375
Binary101001101001000110011101011011011000111010001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6919D; }

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

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

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

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

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

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

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

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