#A6A3B9

Color #A6A3B9 Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #A6A3B9

Tints of Spun Pearl #A6A3B9

Color information

#A6A3B9 (or 0xA6A3B9) is unknown color: approx Spun Pearl. HEX triplet: A6, A3 and B9. RGB value is (166,163,185). Sum of RGB (Red+Green+Blue) = 166+163+185=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 185 - color contains mainly: blue. Hex color #A6A3B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A3B9 is #595C46. Grayscale: #A6A6A6. Windows color (decimal): -5856327 or 12166054. OLE color: 12166054.

HSL color Cylindrical-coordinate representation of color #A6A3B9: hue angle of 248.18º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6A3B9 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166163185-
CMYK0.100.1200.27
HSL248.18º13.58%68.24%-
HSV(B)248.18º11.89%72.55%-
XYZ37.5837.851.22-
YUV166.4138.49127.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.30%
GREEN value IS 163 (64.06% from 255) = 31.71%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=32.30%
G=31.71%
B=35.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661631850.100.1200.27248.1813.5868.24
HexA6A3B9AC01Bf8e44
Octal246243271121403337016104
Binary101001101010001110111001101011000110111111100011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A3B9; }

 p { color: rgb(166,163,185); }

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

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

 a { background-color: rgb(166,163,185); }

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

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

 span { border-color: rgb(166,163,185); }

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